body {
	font: 80% Arial, Helvetica, sans-serif;
	background: #aab7be; /* #e1e3e4; */ /*c2e1e9;*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}


h1 {font-size:x-large; MARGIN-LEFT: 15px; MARGIN-RIGHT: 10px;  TEXT-ALIGN: justify; TEXT-DECORATION: none;}
h2 {font-size:larger;  MARGIN-LEFT: 15px; MARGIN-RIGHT: 10px;  TEXT-ALIGN: justify; TEXT-DECORATION: none;}
h3 {font-size:large;   MARGIN-LEFT: 15px; MARGIN-RIGHT: 10px;  TEXT-ALIGN: justify; TEXT-DECORATION: none;}
h4 {font-size:medium;  MARGIN-LEFT: 15px; MARGIN-RIGHT: 10px;  TEXT-ALIGN: justify; TEXT-DECORATION: none;}
h5 {font-size:small;   MARGIN-LEFT: 15px; MARGIN-RIGHT: 10px;  TEXT-ALIGN: justify;  TEXT-DECORATION: none;}

p {
	MARGIN-LEFT: 15px; MAX-WIDTH: 510px; MARGIN-RIGHT: 10px; TEXT-DECORATION: none; LINE-HEIGHT:140%; font-stretch:expanded;
}


#mainContent {
min-height: 525px;

}

.side_navigation p{

	MARGIN-LEFT: 0px; 
	MARGIN-RIGHT: 0px; 
	MAX-WIDTH: 225px;
	font-size:medium;  

}


#flashcontent {
background-image:url(/images/image11.jpg);
width:800px;
height:120px;
}



.elarts_global {
position:relative;
top:30px;
left:565px;
font-size:22px;
color:#003300; 
font-weight:600; 
font-stretch:semi-condensed;
}



.sidenav_header {
position:relative;
top:0px;
left:0px;
margin-left:0px;
font-size:18px;
color:#0e7b9d; 
font-weight:600; 
font-stretch:semi-condensed;
}



.signup {
position:relative;
top:30px;
left:565px;
font-size:10px;
color:#fff;
font-weight:600;
font-stretch:condensed;
}

.oneColLiqCtrHdr #container {
	width: 800px; /* 46em this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 1px solid #FCFCFC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	padding: 0;
	margin: 0;
}
.oneColLiqCtrHdr #header h1 {
	padding: 0;
	margin: 0;

}
.oneColLiqCtrHdr #mainContent {

	zoom: 1;
	padding: 0;
	margin: 0;
	background-color:#fff;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#separator {
	text-align:center;
	width:800px;
	height:1px;
	background-color: #fff;
}

#sidebar1 {
	position:relative;
	top:0px;
	right:0px;
	float: right;
	width: 220px; /* since this element is floated, a width must be given */
	background-color: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	border-bottom:	#FCFCFC 1px solid;
	border-top: 	#FCFCFC 1px solid;
	border-right:	#FCFCFC 1px solid;
	border-left: 	#FCFCFC 1px solid;


}



.content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.content {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.right h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0089B3;
	margin: 0px;
	padding: 0px;
}
.right strong {
	font-size: 11px;
	color: #0089B3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.right a:link, .right a {
	color: #000000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.right a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}




.right {
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px;
}


.footer .text a {
	font-weight: bold;
}

.footer {
	font-size: 11px;
	color: #000000;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 150px;
	background-position: center top;
}
.footer .text {
	width: 800px;
	text-align: left;
	margin-top: 10px;
	padding-top:10px;
}



a:link {
	color: #0089B3;
}
a:hover {
	color: #0089B3;
	text-decoration: none;
}
a:visited {
	color: #0089B3;
}
.content h2 {
	font-size: 20px;
	color: #7AAB11;
	font-weight: bold;
}
#printHeader, #printFooter{
	display:none;
}
#content .content .image_content {
	padding: 5px;
}


div.nav{
	text-align:left;
	width:800px;
	height:40px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:16px;
}

#nav a {
	display: block;
	width:auto;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-image: url(../images/nav_sep.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:30px;
	padding-top:8px;
	padding-left:15px;
}

#nav a:hover {
	display: block;
	width:auto;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-image: url(../images/nav_sep.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#66D7F4;
	height:30px;
	padding-top:8px;
	padding-left:15px;

}

#nav li { /* all list items */
	float: left;
	width: 92px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #00BDEC;
	width:154px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #FFFFFF;
	text-align:left;
	line-height:normal;
	
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -2.5em 0 0 150px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

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

#nav ul li a{
	font-size:14px;
	width:150px;
	text-decoration:none;
	height: auto;
	padding:2px;
	padding-top:0px;
	border-bottom:1px solid #FFFFFF;
}
#nav ul li a:hover{
	font-size:14px;
	width:150px;
	background-color:#66D7F4;
	text-decoration:none;
	height: auto;
	padding:2px;
	padding-top:0px;
	border-bottom:1px solid #FFFFFF;
}













