/* CSS Document */

body {
	background: #000 url('images/bggrad.jpg');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	letter-spacing:102%
	}

a, a:link, a:active, a:visited {
	color: #FF0000;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#0155A6;
	}

#wrap {
	width: 800px;
	padding: 5px;
	margin: 0 auto;
	background:#FFF;
	border: 1px double #000;
	}

h1, h2, h3, h4, h5 {
	line-height:110%;
	margin-bottom: 10px;
}

h1 {
	margin-top: 5px;
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
	color:#555;
}
h4 {

}
h5 {
	font-size: 12px;
}

h3 span {color:#F00;}
	

#header {
	}
	
	
#navbar {
	height: 45px;
	background: url('images/navbar.png') no-repeat;
}

	#navbar ul li {
		list-style:none;
		display:inline;
	}
	
			#navbar ul li a {
	display:block;
	float:left;
	height: 11px;
	text-align:center;
	color: #000;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 9px;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 0;
			}
			
			#navbar ul li a:hover {
				background:url('images/navlink-bg.png') no-repeat center;
				color:#F00
				}

#content {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

	#content #leftcol {
		float:left;
		width: 200px;
	}
#bottom {
	background-image: url(images/box_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 200px;
	padding: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.padding {
	padding: 5px;
}

	
		#content #leftcol .box {
	background: #FFFFCC url('images/navbox-top.png') no-repeat top center;
	min-height: 100px;
	margin-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
			}
#AutoNumber1 img {
	border-top-color: #E3D463;
	border-right-color: #E3D463;
	border-bottom-color: #E3D463;
	border-left-color: #E3D463;
}

			
			#content #leftcol .box .title {
	display:block;
	height: 30px;
	text-align:center;
	font-weight:bold;
	color:#000;
	padding: 5px 0 0 0;
	margin:0;
	font-size:18px;
			}
			
			#content #leftcol .box ul {
				margin:0;
				padding: 0 0 0 5px;
				}
			
				#content #leftcol .box ul li {
					background:url('images/nav-img.gif') no-repeat top left;
					list-style-type:none; margin-left:0; margin-right:0; margin-top:0; margin-bottom:2px; padding-left:15px; padding-right:4px; padding-top:0; padding-bottom:0
				}
				
					#content #leftcol .box ul li a {
						font-size:12px;
						color:#000000;
						font-weight:normal;
					}
					
						#content #leftcol .box ul li a:hover {
	text-decoration:underline;
	color:F00;
							}
					
	#content #rightcol {
		min-height:700px;
		margin: 0 0 0 215px;
		padding: 5px;
	}
	

	#footer {
	height: 20px;
	padding-top: 5px;
	border: 1px solid #000;
	background-color: #F6E675;
	}
	
	#footer ul {padding:0;margin:0;}
	#footer ul li {
		list-style:none;
		display:inline;
		padding:0;margin:0;

	}
	
			#footer  ul li a {
	display:block;
	float:left;
	text-align:center;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
				}
#below_footer {
	color: #000000;
	font-size: 12px;
}
#AutoNumber1 h5 {
	padding-right: 3px;
	padding-left: 3px;
}
#below_footer a {
	color: #006596;
}

					#footer  ul li a:hover {
						color:#FF0000;
						}

#bottomFoot {
	width:600px;
	margin: 10px auto;
	color:#FFF;
	text-align:center;
	}

#bottomFoot a {color:#FFF;}

#bottomFoot #copyright {
	font-size: 10px;
}

#bread {
	color: #666;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
	#bread a {
		font-size: 9px;
		margin: 0 4px;
	}

#content ul li {background:url('images/nav-img.gif') no-repeat top left;
					list-style-type:none; margin-left:0; margin-right:0; margin-top:0; margin-bottom:8px; padding-left:15px; padding-right:4px; padding-top:0; padding-bottom:0px}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
