html, body {
height: 100%; /* Required */
}
body {
margin : 0;
padding : 0;
font : 75% candara, "Trebuchet MS", verdana, arial, tahoma, sans-serif;
line-height : 1.8em;
color : #666;
background : #4F7A8E url(img/bg5.jpg) repeat-y top center;
text-align : center;
}
			/*CONTAINER*/
#container {
position: relative;
min-height: 100%;
width : 850px;
margin : 0 auto;
padding-bottom: 30px;
}
* html #container {
height: 100%;
}
			/*BANNER*/
#banner {
height : 150px;
padding : 0;
margin-top : 0;
color : #666;
background : #7dce27 url(img/banner1.jpg) no-repeat;
}
#banner h1 {
margin-top : 0;
padding : 5px 5px 0 0;
font : 170% candara, verdana, "Trebuchet MS", arial, tahoma, sans-serif;
text-align : right;
letter-spacing : 5px;
color : #EEEEEE;
background : inherit;
}
			/*TOP NAVIGATION*/
#navlist {
padding : 0.5em 0;
margin : 0 0 0px 0;
text-align : center;
letter-spacing : 5px;
background : #4F7A8E;
}
#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
padding : 0.5em 0.5em;
margin: 0;
color : #DDDDDD;
background : #4F7A8E;
text-decoration : none;
}
#navlist li a:link,#navlist li a:visited {
color : #DDDDDD;
background : #4F7A8E;
}
#navlist li a:hover {
color : orange;
background : transparent url(img/menu_arrow.gif) bottom center no-repeat;
}
#navlist li a#current {
color :  orange;
background : transparent url(img/menu_arrow.gif) bottom center no-repeat;
}
			/*MAIN CONTENT*/
#content {
padding : 10px;
margin-left : 0px;
margin-bottom : 10px;
color : #666;
background : #fff;
}
#content h2 {
margin : 0 0 0 0;
font : 130% candara, verdana, "Trebuchet MS", arial, tahoma, sans-serif;
padding : 5px;
text-transform : uppercase;
letter-spacing : 5px;
color : #3399CC;
background : inherit;
}
#content ul li {
margin : 0 15px 0 0;
padding : 0;
list-style-type : square;
#color : #4F7A8E;
background : inherit;
}


.navlist ul li {
margin : 0 15px 0 0;
padding : 0;
list-style-type : square;
color : #CC6633;
background : inherit;
}
.navlist ul ul li {
list-style-type : circle;
}
.navlist ul li ul{
padding-left : 2em ;
}


			/*FOOTER*/
#footer {
clear:both;
position: absolute;
bottom: 0;
width: 850px;
border-top: 1px solid #eee;
background: #eee;
} 
#footer p {
margin-left: 5px;
}
			/*LINK PROPERTIES*/
a {
text-decoration : none;
color : #4F7A8E;
}
a:hover {
text-decoration : none;
color : #1E99EB;
}
a img {
border : 0;
}
			/*IMAGE PROPERTIES*/
.shadowimg { 
box-shadow: 10px 10px 5px #ccc; 
-moz-box-shadow: 10px 10px 5px #ccc; 
-webkit-box-shadow: 10px 10px 5px #ccc; 
-khtml-box-shadow: 10px 10px 5px #ccc; 
}

.noborder {
float : left;
margin-right: 10px;
padding :0 10px;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #CC6633;
}
			/*CLASSES*/
.info {
color : #CC6633;
}
.post {
padding : 3px;
margin : 20px 10px 10px 5px;
border : 1px dashed #8a795d;
font-size : 80%;
color: #aaa;
background : #fff;
} 
.post .date { 
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 


/*TABLE*/
#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 20px 5px;
	width: 90%;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
#	background: #d0dafd;
	background: #BAD8E2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
  width: 250px;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #A7D6E5;
}
