@charset "utf-8";
/*
Written by Austin de Coup-Crank
	Title:	 Main style
	Created: 20090620 @ 1220
	Copyright .COM Computers
*/
#quote {
text-align:center;
font:italic 10pt "Trebuchet MS",serif;
word-spacing:15px;
letter-spacing:7px;
padding-top:10px;
color:#999;
}

body {
	background:#555 url('images/orolake.png') no-repeat top center;
	margin:0px;
	padding:0px;
	font:100.1% "Trebuchet MS", "Geneva", sans-serif;
}

#largeTitle {
	text-align:center;
}

#header {
	width:800px;
	height:156px;
	border:0px;
	margin:auto;
}

#headerBrand {
	display:block;
	 background:url('images/header.png') 0 0 no-repeat;
	 height:156px;
	 width:800px;
	 border:0px;
}

#headerBrand h1 a {
	display:block;
	height:120px;
	width:235px;
	text-indent:-9999px;
	border:0px;
	color:transparent;
}


/*Header Top styles*/
ul#top {
	font-size:10px;
	float:right;
	color:#999;
	font-family:"Trebuchet MS", Geneva, sans-serif;
	margin-top:5px;
	margin-right:100px;
	list-style-type:none;
	padding:0px;
}

ul#top li {
		display:inline;
		padding:3px;
}

#top a:link, #top a:visited, #top a:active {
	color:#999;
	text-decoration:none;
	font-weight:bold;
}

#top a:hover {
	color:#72bdc2;
}

/*Nav menu styling*/

ul#nav {
	left:300px;
	font-weight:bold;
	list-style-type:none;
	position:relative;
	top:-74px;
}

ul#nav li {
		display:inline;
}
ul#nav li a {
	padding:5px;
	margin:0px 5px;
}

ul#nav a:link, ul#nav a:visited, ul#nav a:active {
	font-family:"Trebuchet MS", Geneva, sans-serif;
	text-decoration:none;
	color:black;
}

ul#nav a:hover {
	text-decoration:none;
	color:#333;
}



#mainContent {
	width:775px;
	height:100%;
	background-color:#ececeb;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:1px 15px 15px 10px;
	border:0px;
	display:block;
	font-size:11pt;
}

#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color:#345355;
	text-decoration:none;
}

#mainContent a:hover {
	color:#333;
	text-decoration:none;
}

#news {
	float:left;
	display:block;
}

#floatBox {
	float:right;
	display:block;
}

#footer {
font-size:10pt;
color:grey;
text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#999;
	text-decoration:none;
}

#strong {
font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;
}
/*Header Brand styles*/


	
		