/********************* START LAYOUT STYLES ************************/
#HeaderContainer { 
	position: absolute;
	width: 750px;
	height: 125px;
	z-index:1;
	left: 50%;
	margin-left: -375px;
	margin-top: 40px;
	background: #EEEEEE;
	}
	
#BodyTop {
	position: absolute;
	width: 750px;
	height: 5px;
	z-index:1;
	left: 50%;
	margin-left: -375px;
	margin-top:145px;
	background-color: #333333;
	}

#BodyContainer {
	position: absolute;
	width: 750px;
	z-index:3;
	left: 50%;
	margin-left: -375px;
	margin-top:150px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	}
	
#FooterContainer {
	position: absolute;
	width: 750px;
	z-index:2;
	left: 50%;
	margin-left: -363px;
	 }
	 
#divUpControl{
	position:absolute;
	width:16;
	left:208px;
	top:310;
	z-index:1;
	} 
	
#divDownControl{
	position:absolute;
	width:16;
	left:208px;
	top:340px;
	z-index:1;
	} 
	
#divContainer{
	position:absolute;
	width:530;
	height:280;
	overflow:hidden;
	top:10;
	left:200;
	clip:rect(10,530,280,0);
	visibility: visible;
	} 
	
#divContent{
	position:absolute;
	top:0;
	left:0;
	} 

#logocontainer {
position:absolute;
	top:200;
	left:45;
}
/********************* END LAYOUT STYLES ************************/


/********************* NAVIGATION STYLES ************************/
 #navcontainer {
	width: 170px;
	height:380px;
	border-right: 1px solid #DDDDDD;
	}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.7em;
	font-weight:bold;
	height: 20px;
	text-transform: uppercase;
	}

#navlist a.current{
	color: #999999;
	display: block;
	padding: 3px 0;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC00;
	border-bottom: 1px solid #DDDDDD;
	text-indent: 20px;
}

#navList  a {
	display: block;
	padding: 3px 0;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000066;
	border-bottom: 1px solid #DDDDDD;
	text-indent: 20px;
	}

#navList a:link, #navList a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#navList  a:hover{
	background-color: #ffffff;
	color: #999999;
	border-right: 1px solid #ffffff;
	}
	
#navlist a.current:link, #navList a.current:visited, #navlist a.current:hover{
	background-color: #ffffff;
	color: #999999;
	border-right: 1px solid #ffffff;
	}	
/********************* END NAVIGATION STYLES ************************/



/********************* START BODY STYLES ************************/
body {
	margin: 0;
	background-color: #EEEEEE;
	} 

h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #333333;
	margin: 0;
	padding: 10px 10px 0px 10px;
	font-weight: normal;
	}
	
p {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #333333;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 20px 0px;
	}

p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
	padding: 0px;
	text-align: right;
	}
	
ul.bullets {
	margin-top:0px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
}
/********************* END BODY STYLES ************************/


/********************* START LINK STYLES ************************/
a:link, a:active, a:visited{
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 5px;

}

a:hover{
	color: #666666;
}


#FooterContainer a:link, #FooterContainer a:active, #FooterContainer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #CCCCCC;

}

#FooterContainer a:hover{
	color: #000000;
}
