/* CSS Document */
body {
     text-align: center;
     min-width: 900px;
     padding: 0;
     margin: 0;
	 background-image:url(assets/images/body_bg.gif);
	 background-repeat: repeat-x; 
 }
 #wrapper {
 	 text-align: left;
     width: 900px;
     margin-left: auto;
     margin-right: auto;
     padding: 0;
	 background-color:#ffffff;
 }
#header1 {
	text-align: left;
	width: 900px;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
}

#top_nav {
	text-align: center;
	margin: 0px;
	clear: both;
	border-top: thin solid #8DB490;
	border-bottom: thin solid #8DB490;
	background-color: #ffffff;
	height: 20px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
} 
#top_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #990000;
}
#top_nav ul li {
	display: inline;
	color: #990000;
}
#top_nav ul li a {
	float: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #990000;
}
#top_nav ul li a:hover {
	color: #0066FF;
}
#side {
	width: 162px;
	height: 100%;
	margin: 0px;
	padding: 0px 8px 0px 5px;
	float: left;
	background-color:#ffffff;
	clear: both;
	border-right: thin solid #8DB490;
	line-height: 20px;
 }
 
 #content {
 	width: 690px;
	margin: 0 0 0 195px;
	padding: 0px 10px 10px 0px;
	background-color:#FFFFFF;
	background-image:url(assets/images/content_bg.png);
	background-repeat:repeat-y;
 }

 #footer {
	margin-top: 10px;
	clear: both;
	background-color:#ffffff;
	border-top: thin dotted #8DB490;
 }
#extra {
	height: 150px;
	position: relative;
	width: 168px;
	float: left;
	margin-left: 0px;
	border: thin solid #666666;
	
	top: auto;
}
img.floatLeft { 
    float: left; 
    margin: 5px 10px 5px 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
.style6 {font-size: 14px}
.style7 {
	color: #009933;
	font-size: 16px;
	font-weight: bold;
}
.style8 {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.style9 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.style10 {
	color: #990066;
	font-size: 16px;
	font-weight: bold;
}
.style11 {
	color: #663333;
	font-size: 16px;
	font-weight: bold;
}
.style12 {color: #000000}
.style14 {color: #000066}
.style15 {color: #000099}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
