/* CSS Document */


/*////////////// Major Formatting /////////////*/
body,td,th {
	font: 75%/135% Arial, Helvetica, sans-serif;
	color: #01080f;
}

html, body {
	background-color: #003366;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: center;
	height: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a:link{
color:#0a3d71;
}

a:visited{
color:#455e77;
}

a:hover{
color:#1a599a;
text-decoration:none;
}

a:active{
color:#1a599a;
text-decoration:none;
}

/*////////////// Modifiers /////////////*/

.cleared{
clear: both;
}

.lefty{
float: left;
}

.righty{
float: right;
}

.lister{
margin:0;
padding:0;
list-style: none;
}

.lister li{
margin-bottom: 15px;
}

 li{
margin-bottom: 5px;
}

.list_space li{
margin-bottom: 15px;
}

h1{
font: 150%/125% Arial, Helvetica, sans-serif;
color: #6599cd;
font-weight: bold;
margin: 0;
padding: 0;
margin-top: 25px;
}

h2{
font: 110%/100% Arial, Helvetica, sans-serif;
color: #0b3f72;
font-weight: bold;
margin: 0;
padding: 0;
margin-top: 25px;
}

.blue_text{
color: #6599cd;
font-weight: bold;
}



/*////////////// Positioning /////////////*/
#content{
width: 593px;
height: 100%;
margin: auto;
background-image: url(../images/content_back.jpg);
background-repeat: repeat-y;
background-position: center top;
}

.shift_it{
margin:0px;
}

#top{
margin: auto;
text-align: center;
width: 100%;
height: 3px;
background-image:url(../images/top_back.gif);
}

#container{
width: 593px;
margin: auto;
padding:0;
}

#footer {
clear: both;
margin: auto;
text-align: left;
width: 299px;
margin-left: 230px;
}

#column_left{
width: 152px; height: 423px;
background-image:url(../images/nav_back.jpg);
background-repeat: no-repeat;
padding-left: 15px; padding-right: 12px;
}

#column_right{
width: 314px;
text-align: left;
padding-left: 50px; padding-right: 50px; padding-top: 17px; padding-bottom: 50px;
}


/*////////////// Nav /////////////*/

#nav {
	margin: 0;
}
#nav1 {
	width: 151px; height: 116px;
	background: url(../images/nav.jpg) no-repeat;
	margin: 0; padding: 0;
}
	#nav1 li a{
		text-indent: -9000px;
		text-decoration: none;
		/*overflow: hidden;*/
	}
	#nav1 li {
		margin: 0; padding: 0; list-style: none;
		height:29px; top: 0;
	}
	#nav1 li, #nav1 a{
		width: 151px; display: block;
	}
	
	#nav1a a, #nav1b a, #nav1c a, #nav1d a{
		height: 29px;
	}
	
	#nav1a a:hover {
		background: transparent url(../images/nav.jpg) -151px 0px no-repeat;
	}
	#nav1b a:hover {
		background: transparent url(../images/nav.jpg) -151px -29px no-repeat;
	}
	#nav1c a:hover {
		background: transparent url(../images/nav.jpg) -151px -58px no-repeat;
	}
	#nav1d a:hover {
		background: transparent url(../images/nav.jpg) -151px -87px no-repeat;
	}
