html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Verdana, sans-serif;
}

#container {
   min-height:100%;
   position:relative;
}

#sitetitle {
	color:#fff;
	float:left;
	padding: 5px 20px 0px 20px;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2pt;
	line-height: 1.4em;
	border-right: 1px solid #fff;
}

#nav { 
	width: 100%;
	background-color: #36a;
}

#nav ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#mainmenu {
	display: block;
}

#nav ul li {
	display: inline-block;
}

#nav ul li a {
	display: block;
	letter-spacing: 1px;
	padding: 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	line-height: 60px;
	border: none;
	color: #FFF;
}

#nav ul li a.active {
	background-color: #59e;
}

#nav ul li a:hover {
	background-color: #6af;
	text-decoration: underline;
}

#content {   
	padding: 50px 30px 31px 30px;
	max-width: 80%;
	min-width: 40em; 
}

#footer {    
   position:absolute;
   bottom:0;
   width:100%;
   height:21px;
   padding-top: 5px;
   padding-bottom: 5px;
   background-color: #36a;
	text-align: center; 
}

ul.infolist li {
	font-size: 1.1em;
	list-style-type: circle;
	line-height: 2.3em;
}

p.infotext {
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.5em;
}
	
#footer a {
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	color: #fff;
}

.title
	{
		margin-bottom: 2em;
		text-transform: uppercase;
		padding-left: 30px;
	}

.title h2
	{
		font-weight: 400;
		font-size: 2em;
		color: #48b;
	}
	
.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #777;
	}
	
.textbody
   {
   	padding-left: 50px;
   	line-height: 1.5;
   }

img.validator {
	border:0;
	width:88px;
	height:31px;
	float:left;
	margin-top:-5px;
	margin-left:10px;
}

h3 {
		margin-bottom: 1.5em;
		text-transform: uppercase;
		padding-left: 25px;
		font-weight: 500;
		font-size: 1.5em;
		color: #248;
}

h4 {
		margin-bottom: 1.3em;
		text-transform: uppercase;
		padding-left: 20px;
		font-weight: 600;
		font-size: 1.1em;
		color: #137;
}

table.standardtable {
	border-collapse: collapse;
	border: 1px solid #336;
	margin-bottom: 3em;
	margin-left: 20px;
}

table.standardtable tr th {
	background-color: #ccf;
	border-collapse: collapse;
	border: 1px solid #336;
}

table.standardtable tr td {
	border-collapse: collapse;
	border: 1px solid #336;
}
