/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#003475;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
}

a:link {
	color: #003475;
	text-decoration:underline;
}

a:visited {
	color: #003475;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#003475;
}

a:active {
	text-decoration:underline;
	color:#003475;
	text-align: right;
	font-weight: normal;
}

#starburst {
	background-image:url(../images/background.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#003475;
	position: relative;
	min-height:1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#content {
	background-image:url(../images/footer.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 750px;
	height: 1025px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
}

#homelink {
	position:absolute;
	top:8px;
	left:640px;
}

#subhead {
	position:absolute;
	top:110px;
	left:0px;
}

.imgleft {
	float: left;
	padding: 2px 10px 10px 0px;
}

.imgright {
	float: right;
	padding: 5px 10px 10px 10px;
}

#menutabs {
	position:absolute;
	top:150px;
	left:16px;
	right: 230px;
	text-align: left;
}

#columnleft {
	position:absolute;
	top:230px;
	left:14px;
	width:350px;
}

#columnright {
	position:absolute;
	top:230px;
	left:385px;
	width:350px;
}

#bodytext {
	position:absolute;
	top:150px;
	left:530px;
	width:206px;
}

#rule {
	position:absolute;
	top:215px;
	left:14px;
	width:720px;
}

.bodytext {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	line-height:25px;
}

.bodytextnospacing {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	line-height:14px;
}

.bodytextnospacing2 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	line-height:12px;
}

.bodytextblue {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#003475;
	line-height:14px;
}

.bodytextbluesmall {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#003475;
	line-height:10px;
}

.bodytextboldblue {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#003475;
	line-height:25px;
}

.bodytextlargeblue {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#003475;
	line-height:20px;
}
li {
	text-align: left;
}
ul {
	padding-left: 40px;
}
