body {
	background-color:#666666;
 	background-repeat: no-repeat;
}

/* Main Text Style */
p {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 14pt;
}

/* Top Grey Bar */
.topbar {
	background-color: #404445;
	position: relative;
	left: 3px;
	top: 0px;
	width: 100%;
	height: 16px;
	z-index: 1;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	
}

/* Top Nav Links */
a.topnav:link, a.topnav:visited {
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;	
}
	
a.topnav:hover {	
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 30px;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	
}

/* Main Nav Links */
a.mainnav:link, a.mainnav:visited {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
	
a.mainnav:hover {	
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	
}

/* Large Headlne Text Style */
.top_headline {
	padding-left: 185px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #DFDFDF;
	height: 100px;
	font-weight: normal;
}

/* Medium Black Headline Text */
.content_header {
	background-color: #DFDFDF;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

/* Content Area Margins and BG Color */
.content {
	background-color: #FFFFFF;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}

/* Vert Border for Content Area */
.left_border {
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
}

/* Horz Border for Content Area */
.bottom_border {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* Bold Content Cell text */
.cell_header_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;

}

/* Light Content Cell text */
.cell_header_light {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}

/* Default Link Style */
a:link, a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;	
	font-weight: normal; 
	color: #666666;
	text-decoration: underline;	
}

a:hover {	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal; 	
	color: #000000;	
	text-decoration: underline;
	
}

/* Button Link Style */
a.button:link, a.button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 2px;
	padding-bottom: 2px;
}

a.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-color: #333333;
}


.nav_borders{
	border-top-color: #DFDFDF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #DFDFDF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.circle_borders {
	border-bottom-color: #DFDFDF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #DFDFDF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
	border-right-width: 1px;
}

.circle_borders_bottom {
	border-left-color: #DFDFDF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
	border-right-width: 1px;
}

/* Main Nav Styles*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 153px;
	}
	
ul li {
	position: relative;
	}

li ul {
	position: relative;
	left: 0px;
	top: 0;
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #DFDFDF;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #CCCCCC;
	}
	
li:hover ul { display: block; }
