@charset "utf-8";
/* CSS Document */

body {
	background-color: #0d5aa9;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

body, td, th, h3, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
}

h1, h2, h4, h5 {
  color: #660000;
}

a:link {
	color: #003399;
}
a:visited {
	color: #F15A29;
}
a:hover {
	color: #F15A29;
}
a:active {
	color: #003399;
}
h1 {
	font-size: 28px;
	color: #003399;
}
h2 {
	font-size: 22px;
	color: #003399;
}
h3 {
	font-size: 22px;
	color: #003399;
}
h4 {
	font-size: 16px;
	color: #000000;
}
h5 {
	font-size: 14px;
	color: #003399;
}

#navcontainer ul {
	margin: 0;
	padding-top: 10px;
	list-style-type: none;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	height: 18px;
}

#navcontainer ul li { 
display: inline;
}

#navlist {
background-image: url(images/bkg1.jpg);
width: 710px;
height: 25px;
 }

#navcontainer ul li a {
text-decoration: none;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
color: #000;
width: 50px;
height: 32px;
}

#navcontainer ul li a:hover
{
color: #F15A29;
background-position: 0 -82px;
width: 50px;
height: 32px;
}

#header {
background: url(images/star_header25.jpg) no-repeat top left;
	height: 410px;
	margin: 0px 0px 0px 0px;
	}
	
	#header2 {
background: url(images/star_header_med.gif) no-repeat center;
	height: 230px;
	margin: 0px 0px 0px 0px;
	}
	
#mainContent {
	background-image: url(images/bkg1.jpg);
	margin: -20px 0px 0px 0px;
	}
	
#footer {
	background-image: url(images/bkg1.jpg);
	margin: -20px 0px 0px 0px;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	}
	
#linkList {
	background-color: #fff;
	border: solid;
	border-color: #0d5aa9;
	margin-left: 40px;
	position: relative;
	width: 630px;
	}
