@charset "UTF-8";
/* CSS Document */

body {
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-position: top left;
	background-repeat: repeat-x;
	}

#clear {
	clear: both;
	}
	
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
p {font-size: 12px;}
li {font-size: 12px; margin: 2px 0px;}

ul {}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
	#topdiv {
		width: 330px;
		height: 130px;
		}
		 
		#logo {
			float: left;
			width: 328px;
			height: 128px;
			background-position: top left;
			background-repeat: no-repeat;
			text-align: center;
			}
			
			#logo img {
				border: 0px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 10px;
				width: 300px;
				height: auto;
				}
		
		#title {
			display: none;
			}
	
	#navdiv {
		float: left;
		text-align: right;
		background-position: top left;
		background-repeat: no-repeat;
		width: 328px;
		height: 430px;
		margin-top: 3px;
		}
		
		#navdiv ul {margin: 20px 20px 0px 0px;}
		
		#navdiv ul li {list-style-type: none; font-size: 14px; line-height: 30px;}
		
		#navdiv ul li a {font-weight:bold; text-decoration: none; padding: 4px 10px;}
		#navdiv ul li a:hover { }
		
.image {margin: 0px 0px 20px 20px; border: none; float: right;}
.caption {font-size: 10px; text-align: center; font-style: italic;}
			
	#bodydiv {
		margin-top: -130px;
		float: right;
		width: 578px;
		background-position: top left;
		background-repeat: no-repeat;
		height: 588px;
		padding: 20px 20px 0px 30px;
		}
		
		.scrollable {
			left: 0px;
			top: 0px;
			width: 560px;
			height: 570px;
			overflow: auto;
			}
			
		#bodypost {
			width: 98%;
			border-bottom: 1px solid #666666;
			}
	
	#footerdiv {
		width: 330px;
		float: left;
		height: 48px;
		text-align: center;
		font-size: 10px;
		background-position: top left;
		background-repeat: no-repeat;
		padding-top: 16px;
		}
		
		#footerdiv p {
			line-height: normal;
			margin: 0px;
			padding: 0px;
			}
			
/* IE HACKS */
img, div, a, input { *behavior: url(/css/iepngfix.htc) }
#bodydiv { *margin-top: -562px; }
#navdiv { *width: 327px; }
/*#navdiv ul { *margin-top: 0px; } */