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

body {
	background-color: #272727;
	margin-top: 60px;
	background-image: url(../images/STARBackground.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 18px;
}
h1 {
	color: #954548;
	font-size: 22px;
	margin-top: 40px;
	margin-left: 15px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

h2 {
	color: #305B9C;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

table,td,th {
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
}
p {
	padding-left: 10px;
}
a {
	text-decoration: none;
	color: #954548;
}
#nav a {
	color: #954548;
	text-decoration: none;
}
#nav a:hover {
	color: #06C;
	text-decoration: none;
}
.border {
	border: 1px solid #B0A4B8;
}




#contact {
	margin-left: 30px;
}
.smallText {
	font-size: 10px;
	line-height: 14px;
}
.elevenPt {
	font-size: 11px;
}
.preload
{
	height: 0px;
	width: 0px;
	position: absolute;
	left: -1600px;
	top: 0px;
	z-index: -20;
}
.blueText {
	color: #06C;
}
#navbar{
	height:16px;
	padding: 0px;
	clear: both;
	vertical-align: middle;
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
}
div#navbar ul {
	margin: 4px 0px 0px;
	padding: 0px;
	white-space: nowrap;
	vertical-align: bottom;
	height: 10px;
	font-weight: normal;
}

div#navbar li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
}


div#navbar li a {
	text-decoration: none;
	padding: 5px 25px;
	font-weight: bold;
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #A45046;
	margin-right: 10px;
	margin-left: 10px;
	border-right: 1px solid #305B9C;
	border-left: 1px solid #305B9C;
}


div#navbar li a:hover {
	color: #624A7B;
	background-color: #F0E8DB;

}
