html {
	
	height: 100%;

}
body{
	margin: 0 auto;  /*!important*/
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bottom.gif) top repeat-x #6699cc;
}
h1, h2, h3 { color:#5991c8; font-size:20px; padding:0px; border-bottom: 1px #5991c8 solid; }


/*-------------------LAYOUT CLASSES----------------------*/

div#container {
	width:770px;
	height:100%;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

div#logo {
	float:left;
	background: url(images/logo.gif) top left no-repeat;
	width:202px;
	height:144px;
}

div#header {
	background: url(images/header.gif) top left no-repeat;
	float:left;
	width:563px;
	text-align:right;
	padding-right:5px;
	padding-top: 50px;
	height:94px;
}

div#leftpanel{
	background: url(images/leftpanel.gif) top left no-repeat;
	float:right;
	width:213px;
	text-align:left;
	height:auto;
	padding-top: 0px;
}

/*------------ CONTENT -----*/
div#content{
	background:url(images/bg.gif) repeat-x #ffffff;
	float:left;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	color:#333333;
	text-align:left;
	line-height:18px;
	width:527px;
	height: auto;
}

div#image{ 
	width:155px; 
	float:right;}

div#clear { clear:both; }

/* ----------------- Vertical NAVIGATION --------------------- */
div#nav {
	float: left;
	margin-left: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
	}
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 175px;
	border-top: 1px solid #5991c8;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 170px;
	border-bottom: 1px solid #5991c8;
	padding: 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/arrow1.gif) no-repeat 10px center;
	text-indent: 15px;
	text-transform: uppercase;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/arrow2.gif) no-repeat 10px center;
	font-weight: bold;
	color: #cccccc;
	text-indent: 15px;
	}

/*-------------------Copyright, footer & Address-------------*/
div#copyright{ 
	font-size: 9px;
	padding: 10px;
	text-align:center;
	clear:both;
	color: #cccccc;  }

	div#copyright a:link{ 
	color: #ffffff;  
	}
	
div#footer { 
	text-align:center;
	height:20px; 
	color:#5991c8;
	font-size:10px;
	float:left;
	background:url(images/footer.gif) no-repeat left top ;
	width:557px;
	height:50px;
	}
	div#footer a{ 
	color:#5991c8; }

address { 
	text-decoration:none;
	clear:both;
	padding: 20px; }
	
/*------------------ Custom Classes ------------------*/	
div#right { 
float:right; 
margin-left: 15px;
margin-right: 15px;
}
div#left { 
float:left; 
margin-right: 15px;
border:5px solid #99CC66; 
}
div#center { 
text-align:center;
clear:both;
background:url(images/blue.gif) repeat-x #6699cc;
}

div#links { color:#FFFFFF; font-weight:bold; padding: 10px; }
div#links a{ color:#FFFFFF; font-weight:bold; text-decoration: none; }
div#links a:hover{ color:#cccccc; font-weight:bold; text-decoration: underline; }

/*-------------FLASH ------*/
div#flash { margin-top:0px; padding-top:29px; background: url(images/bottom2.gif) #666666; height:485px;}

/*-------------AUDIO ------*/
div#audio { text-align:center; margin: 0 auto; padding:5px }

div#vendors {
	height: 197px;
	width:200px;
	background: url(images/vendors.gif) no-repeat bottom;
	float:right;
	margin-top: 20px;
}

	
