/* CSS Document */

body {
	background-color: #000033;;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffcc;
	padding: 10px;
}

a {
	color: #6699ff;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-size: 12px;
	color: #ffffff;
}

a:hover {
	color: #ffff00;
	text-decoration: underline;
}

#container {
	width: 100%;
}

#header {
	background-image: url(media/headerbg.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 90px;
	text-align: center;
}

#logo {
	width: 200px;
	margin: 20px;
}

#navbar {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#navbar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
}

#navbar a:hover {
	text-decoration: underline;
	color: #66CC66;
}

#content {
	width: 100%;
	text-align: center;
	background-color: #000033;
}

#leftcolumn {
	float: left;
	width: 250px;
	background: none;
}

#centrecolumn {
	float: left;
	background: none;
	width: 50%;
	padding: 0;
}

#rightcolumn {
	float: right;
	width: 250px;
	background: none;
}

#welcomebox {
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 0;
}

#welcomebox h1 {
	font-size: 14px;
	letter-spacing: 0.1em;
}

#quotebox {
	background-color: none;
	margin: 0;
	
}

#quotebox h1 {
	font-size: 20px;
	color: #FF6600;
	font-style: bold;
	letter-spacing: 1px;
	font-family: garamond, times new roman, serif;
}

#quotebox h3 {
	font-size: 14px;
	color: #ffffff;
	font-family: georgia, palatino, times new roman, serif;
}

#quotebox .imgleft {
	padding: 10px 10px 0 0;
	float: left;
	
}

#quotebox .imgright {
	padding: 0 0 0 10px;
	float: right;
}

#quotebox p {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	
}

#quotebox a {
	color: #FFFF99;
	text-decoration: none;
}

#quotebox a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#imagelist {
	margin: 0;
	padding: 0;
	
}

#imagelist h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffc704;
}

#imagelist h3 {
	font-size: 12px;
	color: #ffffff;
}

#footer {
	background-color: #002448;
	width: 100%;
	height: 75px;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	border-top: 1px solid #ffffff; border-left: none; border-right: none; border-bottom: none;
}

#footer p {
	color: #ffffff;
}

#footer a {
	color: #6699ff;
	text-decoration: none;
	font-weight: bold;
}	

#footer a:hover {
	color: #ffff00;
	text-decoration: underline;
}