* {
	margin: 0px;
	padding: 0px;
	}

html {
	min-height: 100%;
	height: auto;
}

img {
	border:none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	background-image: url(../img/bgsky.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	font-size: 15px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	padding-bottom: 150px;
}
h1 {
	background-image: url(../img/headerimg.gif);
	text-indent: -9999px;
	height: 47px;
	background-repeat: no-repeat;
	width: 520px;
	margin: 10px auto 0;
}
#globalnav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 520px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#globalnav li {
	display: inline;
	list-style-type: none;
}
#maincontent {
	margin-top: 25px;
	background-color: #171717;
	text-align: left;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-top: 15px;
}
.homeimage {
	margin-top: 25px;
}
#maincontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}
#maincontent p {
	margin-top: 10px;
}

#mainimage img {
	border: 9px solid #171717;
}
a:link,a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover,a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer {
	margin-top: 30px;
	font-size:12px;
}
.contentimage {
	float: right;
	border: 5px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
span.required {
    font-size: 13px;
    color: red;
}
td {
	padding:5px 10px 5px 0;
	}