﻿/*layout*/
html, body {
	margin:0px;
}
ul {
	margin:0px;
	padding:0px;
}
a {
	color:#CCCCFF;
	text-decoration: none;
}
a:hover{
	color:black;
	background-color:#C79C3E;
}
a:active{
	color:red;
}
li {
	list-style:none;
}
body {
	color:#FFFFFF;
	background-color:#000000;
	background-image:url('../site-files/background.gif');
	background-position:center;
	background-repeat:repeat-y;
	font-family: Arial;
	font-size: medium;
}
h1{
	font-size:x-large;
	text-align:center;
}
#main{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
/*header*/
#header{
	height:200px;
}
#headerpic{
	float:left;
}
#headertext{
	float:left;
	width:590px;
	font-size:x-large;
}
/*navigation*/
#topnav{
	text-align:center;
	clear:both;
	width:100%;
	height:30px;

}
#topnav ul li{
	line-height:30px;
	display:inline;
}
#topnav a{
	padding:4px;
	border:thin #CCCCFF solid;
}
/*content*/
#content{
	text-align: justify;
	margin: 50px 20px 40px 20px;
}
/*footer*/
#footer{
	height:124px;
	clear:both;
}
#footnav{
	clear:both;
	width:100%;
	text-align:center;
}
#footnav ul li{
	height:30px;
	display:inline;
}
#footnav a{
	padding:4px;
	border:thin #CCCCFF solid;
}
#footertext{
	text-align:center;
	font-size:small;
}

/*Page Styles*/
/*contact*/
.fields {
	text-align: left;
	width:240px;
}
.labels{
	text-align:left;
	width:100px;
}