/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	margin: 0px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	background: #000033;
	color: #FFFFFF;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	margin: 0px;
	height: 200px;
	background: #000033;
}

#header h1
{
	display: block;
	width: 778px;
	padding: 30px 0 0 15px;
	margin: 0em auto;
}

#header h2 {
	width: 778px;
	font-weight: bold;
	font-size: 14px;
	margin: 0em auto;
	padding-left: 15px;
}

#header a {
	text-decoration: none;
	color: #CAFFCA;
}

/* Menu */

#menu
{
	padding: 1em 2em 1em 0em;
	background: #000033;
	font-size: 0.9em;
}

#menu ul
{
	display: block;
	width: 778px;
	margin: 0em auto;
	list-style: none;
	padding-left: 2.5em;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #CAFFCA;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover
{
	background: #000 top left repeat-x;
	color: #fff;
}

/* Content */

#content {
	width: 778px;
	margin: 0 auto;
	background: #000033;
}

#colOne {
	float: left;
	width: 175px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	
}

#colTwo {
	float: left;
	width: 350px;
	padding: 10px 10px;
	line-height: 20px;
}

#colThree {
	float: left;
	width: 175px;
	padding: 20px 10px;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	
}

#content h1, #content h2 {
	color: #004400;
	background-color: #000033;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

/* Footer */

#footer {
	padding: 3px 0px;
	background: #000033 repeat-x;
	height: 157px;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}