/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #66cccc;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
 
#pagewidth{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
 
h2 {
	font-size:12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
} 
 
#header{
	position:relative;
	height:100px;
	width:100%;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
} 
 
#leftcol{
	width:227px;
	float:left;
	position:relative;
	clear: left;
	margin-top: 12px;
 }
 
#twocols{
	width:523px;
	float:right;
	position:relative;
	clear: left;
  }
 
#rightcol{
	width:133px;
	float:right;
	position:relative;
	background-image: url(images/right_sidebar.gif);
	background-repeat: no-repeat;
	height: 326px;
	background-color: #14BDF1;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:376px;
	margin-top: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 10px;
	clear: left;
 }
 
#footer{
	height:60px;
	clear:both;
	text-align: center;
	margin: 0px;
	padding: 0px;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{
	margin-top: 10px;
} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{
	width:100%;
	float:none;
	clear: left;
}
}

/*menu styles */

#navbar {
	width: 760px;
	background-color:#666666;
	display: block;
	float: right;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 520px;
	float: right;
	z-index: 1000;
}

#nav a {
	display: block;
	width: 7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	padding-left: 4px;
}

#nav li { /* all list items */
	float: left;
	width: 6.5em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 6.5em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #000000;
}


/* Common Styling */


.header_title {
	background-color: #000000;
}


.footertext {
	font-size: 9px;
	color: #999999;
}
.highlight {
	color: #37C7E7;
}
#nav a:hover {
	display: block;
	width: 7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #66CCCC;
	text-decoration: none;
	background-color: #000000;
}
