@charset "utf-8";
/* CSS Document */

body{
	text-align: center;		
	background-color: #CCF;
}

#container{
	padding:0px 0px 0px 0px;
	margin: 0 auto;
	width: 750px;
	border: 2px solid black;
}

#header{
	width: 750px;
	position: relative;
}	

#headerTop{
	background-image: url(/images/bannerTop.jpg);
	height: 116px;
}

#headerLinks{
	background-image: url(/images/bannerBottom.jpg);
	height: 78px;
}

#linkContainer{
	text-align: left;	
	width: 480px;
	float: right;
	height: 46px;
	position: relative;
	top: 34px;
	*top: 54px;
}

#linkContainer ul{
	list-style-type: none;	
	padding-left: 0;
	margin-left: 0;
	text-indent: none;
}

#linkContainer li{
	display: inline-block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	Color: #000000;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 6px;
	border-right: 1px solid #000000;	
	display: inline;
}

#linkContainer li#last{
	border-right: none;	
}

#linkContainer ul li a{
	text-decoration: none;	
	color: #293442;
	
}

#linkContainer ul li a:hover{
	color: #293442;
	text-decoration: underline;
}

.titles{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	Color: #000000;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
}

.bodyText{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #636466;
	
}

.textHighlight{
	color: #3a6281;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;	
}

.navLinks{
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	color: #000000;
}


#sideNav{
	background-image: url(/images/nav.gif);
	width: 170px;
	background-repeat: repeat-y;
	float: left;
	position: relative;

}

#sideNav a{
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-style: italic;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;	
}

#bottomSideNav{
	background-image: url(/images/navbottom.gif);
	width: 170px;
	background-repeat: no-repeat;
	float: left;
	height: 174px;
	position: relative;
}

#side{
	width: 170px;
	float: left;
	position: relative;
	background-image: url(/images/nav.gif);
	height: 100%;	
}

#side table{
	border-collapse:collapse;	
	
}

#sideNav ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-indent: none;
	padding-top: 0px;
}



.innerLinks{
	background-image: none;	
	position: relative;	
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;	
	
}

.sideLinks{
	background-image: url(/images/button.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: center;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
		
}

#content{
	background-color: white;
	background-image: url(/images/bgContent.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	float: left;
	width: 580px;
	position: relative;
	
}

#footer{
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	background-image: url(/images/footerBG.jpg);
	width: 750px;
	position: relative;
	clear: both;
	height: 16px;
	font-size: 9px;
	padding-top: 9px;
}

#footer a{
	color: white;
	text-decoration: none;	
}

#spacer{
	position: relative;
	background-image: url(/images/nav.gif);
	width: 170px;
	clear: both;
	height: auto;
	
}