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


#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border: 3px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
		
/************************ Left Column - Navigation ************************/
#contentleft {
	margin-top:10px;
	padding:0px;
	width:155px;
	float:left;
	background:#fff;
}

#contentleft ul {
	list-style-type: none;
	text-align: left;
	margin-left:0px;
	padding-left:10px;
}	
#contentleft ul a{
	text-decoration:none;
	color:#666666;
}
#contentleft ul a:hover{
	text-decoration:underline;
	color:#669933;
}
.nav1head {
	color: #666666;
	font-weight: bold;
}
.nav2head {
	color: #999999;
	font-weight: normal;
}

/************************ Center Column - Content ************************/
#contentcenter {
	width:433px;
	margin-top:10px;
	padding:0px 30px 0px 30px;
	float:left;
	background:#fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.content1head {
	font-size:18px;
	padding-top:10px;
	padding-bottom:0px;
	color:#669933;
}
.content2head {
	font-size:14px;
	padding-top:0px;
	color:#669933;
}
#contentcenter a {
	text-decoration:none;
	color:#669933;
	font-weight: bold;
}
#contentcenter a:hover {
	text-decoration:underline;
}

/************************ Right Column - Thumbnail images ************************/
#contentright {
	width:50px;
	margin-top:10px;
	padding:0px 0px 0px 30px;
	float:left;
	background:#fff;
}
#contentright img {
	padding-bottom: 10px;
	border:0px;
}
	
/************************ 2 Column Layout - Content with no Right column************************/
#contentcenterRight {
	width:523px;
	margin-top:10px;
	margin-right:0px;
	padding:0px 30px 0px 30px;
	float:left;
	background:#fff;
	border-right-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#contentcenterRight a {
	text-decoration:none;
	color:#669933;
	font-weight: bold;
}
#contentcenterRight a:hover {
	text-decoration:underline;
}
	
/************************ 1 Column Layout - Content with no Nav or Right column************************/
#contentAll {
	width:640px;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px 30px 0px 60px;
	float:left;
	background:#fff;
}
	
/************************ Header - Top image and navigation bar ************************/
#contentheader {
	background:#fff;
	height:68px;
}
#contentnav {
	height:25px;
	background-image:url(images/menu-bkgd.jpg);
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#contentnav ul{
	text-align:right;
	margin: 5px 10px;
}
#contentnav li{
	display:inline;	
}
#contentnav ul a{
	text-decoration:none;
	color:#666666;
	margin: 0px 15px;
}
#contentnav ul a:hover{
	text-decoration:underline;
	color:#000000;
}

/************************ Footer with copyright ************************/
#contentfooter {
	padding:10px 0px 0px 0px;
	background:#fff;
}
		
/************************ Generic Formatting ************************/
body {
	background-color:#000000;
}
h1 {
	font-size:18px;
	padding-top:0px;
}
h2 {
	font-size:14px;
	padding-top:10px;
}
img {
	border:0;
}