/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	background:#C0C0C0;
}

.wrapper{
	background:#FFFFFF;
	margin:auto;
	width:891px;
	text-align:left;
	border:#000000 1px solid;
}

.oneCol{
	width:891px;
	}

.twoColLeft{
	float:left;
	width:352px;
	height:891px;
	border-right:#000000 1px solid;
}

.twoColRight{
	float:right;
	width:538px;
	height:891px;
	overflow:auto;
}

.twoColTitle{
	float:right;
	width:538px; 
	height:95px; /* 115 - 20(padding) */
	background-color:#000000; 
	color:#FFFFFF; 
	font-size:36px; 
	text-align:center; 
	font-family:'Courier New', Courier, monospace; 
	font-weight:bold; 
	padding-top:20px;
	}
	
.top{
	height:434px;
	clear:both;
	}
	.topLeft{
	float:left;
	width:352px;
	height:434px;
	}
	.topRight{
	float:right;
	width:538px;
	height:434px;
	background:url(images/index_02.jpg) top left no-repeat;
	}
	.topRight2{
	float:right;
	width:538px;
	height:434px;
	background:url(images/photo4.jpg) top left no-repeat;
	}
	.logo{
	float:left;
	width:352px;
	height:89px;
	background:url(images/index_01.jpg) top left no-repeat;
	}
	.nav{
	float:left;
	height:26px;
	width:352px;
	background:#F7B11C;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	text-align:center;
	/*padding:3px 5px 3px 5px; moved to navItem*/
	margin-bottom:20px;
	font-weight:bold;
	}

	.navItem{
	float:left;
	height:18px;
	padding:4px;
	background:#F7B11C;
	color:#FFFFFF;
	text-decoration:none;
	border-right:#FFFFFF 1px groove;
	}
	
	.navItem:hover{
	float:left;
	height:18px;
	padding:4px;
	background:#000000;
	color:#FFFFFF;
	text-decoration:none;
	border-right:#FFFFFF 1px groove;
	}
	
	.navItem a:visited, .navItem a:link, .navItem a:active{
		color:#000000;
		}
	
	.navItem a:hover{
		color:#ffffff;
		text-decoration:none;
		}
	
	.topContent{
	float:left;
	height:300px;
	width:302px;
	padding-left:25px;
	padding-right:25px;
	overflow:auto;
	}
	
	.topContent2{
	float:left;
	height:776px;
	width:302px;
	padding-left:25px;
	padding-right:25px;
	overflow:auto;
	}
	
	.topContentTitle{
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	font-weight:bold;
	}

.divider{
	height:18px;
	width:866px;
	clear:both;
	background:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:15px 0px 15px 25px;
	}

.bottom{
	clear:both;
	}
	.bottomLeft{
	float:left;
	height:333px;
	width:489px;
	border:#000000 1px solid;
	background:url(images/index_05.jpg) top left no-repeat;
	}
	.bottomRight{
	float:left;
	height:315px;
	width:360px;
	background:#F7B11C;
	padding-left:25px;
	padding-right:15px;
	padding-top:20px;
	overflow:auto;
	}
	
	.bottomRightTitle{
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
	font-weight:bold;
	}
	
.footer{
	clear:both;
	height:45px;
	width:891px;
	background:#434343;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:bold;
	}

.footer a:active, .footer a:link{
	color:#FFFFFF;
	}

.footer a:visited{
	color:#111111;
	}

	.footerLeft{
	float:left;
	width:350px;
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	height:35px;
	}
	.footerRight{
	float:right;
	padding-top:10px;
	padding-right:15px;
	width:350px;
	text-align:right;
	height:35px;
	}
	
.topContent ul, .topContent2 ul, .twoColRight ul{
	list-style-image:url(images/bullet.png);
	line-height:1.75em;
	}

a:link, a:active, a:visited{
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}
