﻿/* Hides from IE5-mac */
* html div#content {height: 1%;}
/* End hide from IE5-mac */ /*— Holly Hack for IE 6 Peekaboo bug, used to fixed disappearing text in IE6 —*/


body{
	text-align:center;
	margin:30px;
	padding:0px;
	font-family: "Gill Sans MT", Arial;
	background-color: #6891FA;
	background-image:url('images/bg_fade.jpg');
	background-repeat:repeat-x;
}


#outer{
	width:750px;
	margin:10px auto;
	border-style:solid;
	border-width:1px;
	border-color:black;
}

#title{
	background-color: #727272;
	color:#ffffff;
}

#header{
	height:85px;
	padding:0px;
	margin:0px;
	background-color: #2A4793;	
	text-align:left;
	
}


#bar{
	height:20px;
	padding-top:4px;
	padding-bottom:4px;
	margin:0px;
	background-color: #EDEDED;	
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
	border-color: #000000;
	text-align:center;
	font-size:12px;		
}


#bar a:link {
	color:black;
	text-decoration:none;
	}

#bar a:visited {
	color:black;
	text-decoration:none;
	}


#bar a:hover{
	color:#000000;
}




#bodyblock{
	background-image:url('images/bodyblockbg.jpg');
	background-repeat:repeat-y;
	background-color:#f9fafd;
	
}


#nav-col{
	width:150px;
	float:left;
}





#menu{
	text-align:left;
	margin-top:7px;
	margin-left:0px;
	font-size:12px;
	line-height:15px;
}



#content{
	margin-left:150px;
	font-size:.9em;
	background-color:  #f9fafd;
	text-align:left;
	
}

#content.normalcontent{
	padding:10px;

}


#content a:link {
	color:#000000;
	text-decoration:underline;
	}
	
	
#content a:visited {
	color:#494949;
	text-decoration:underline;
	}


#content a:hover{
	color:  #494949;
}

	




#content h1{
	font-family:'Gill Sans MT', Arial;
	font-size:20px;
	font-weight:normal;
	margin:0px;
}


#footer{
	clear:both;
	padding-top:6px;
	padding-bottom:8px;
	font-size:11px;
	border-style:solid;
	border-width:0px;
	border-top-width:1px;
	border-color: #000000;
	color:white;
	background-color: #727272;
	
}

#footer a:link {
	color:white;
	text-decoration:underline;
	}


#footer a:visited {
	color:white;
	text-decoration:underline;
	}
	

#footer a:hover{
	color:#000000;
}


.Clearing{
	clear:both;
}

.polo1{

	font-family:'Gill Sans MT', Arial;
	font-size:16px;	
}


.navlist{
	list-style:none;
	margin-left:0px;
	padding-left:7px;
	width:144px;
}

.navlist li {
	width: 100%;
	padding-bottom: 2px;
	margin-bottom:18px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-indent: 5px;
}


a.mainlink:link {
 color: #ffffff;
 text-decoration: none;

}

a.mainlink:visited {
 color: #ffffff;
 text-decoration: none;

}

a.mainlink:hover {
 color: #000000;
 text-decoration: none;

}

a.mainlink:active {
 color: #ffffff;
 text-decoration: none;

}


a.sublink:link {
	color: #5F5F5F;
	text-decoration: none;
}

a.sublink:visited {
	color:#5F5F5F;
	text-decoration: none;
}

a.sublink:hover {
	color:#000000;
	text-decoration: none;
}

a.sublink:active {
	color:#5F5F5F;
	text-decoration: none;
}

