body {
	background-color:#2867A0;
	font-family: Lucida Sans, Helvetica, Arial, sans-serif;
	font-size:80%;
	margin: 0;
	padding: 0;
	text-align:center;
	color:#ddd;
}

h1, h2 {
	color:#fff;
}

a {
	color:#F18331;
	letter-spacing:0.1em;
}

html>body * {
	text-align:left;
}

#headerimg {
	width:900px;
	height:230px;
}

#headerimg h1, #headerimg div{
	display:none;
}
#page {
	
	background-color:#245B8E;
	border:2px solid #368CCC;
	height:100%;
	margin:25px auto;
	padding:0;
	width:900px;
	position:relative;
	text-align:center;
}

#header {
	text-align:left;
	height:230px;
}

#header h1 {
	display:none;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	list-style:none;
	display:block;
	width:228px; 
	width:173px;
	margin:0 2px 0 0;
	padding:0;
	text-align:center;
	float:left;
	text-transform:uppercase;
	background-color:#2867A0;
	background-color:#F18331;
}

#navigation a {
	color:#F18331;
	color:#000;
	text-decoration:none;
}

#navigation a.active {
	color:#FFF;
}


#content {
	width:600px;
	clear:left;
	float:left;
	text-align:left;
	padding:20px;
}


#sidebar {
	margin-left:630px;
	
}

#sidebar li {
	padding:0.25em 0;
}



h2, h3, h4, p {
	margin:0 0 0.5em 0;
	padding:0;
}

ul {
	list-style:none;
	padding:0 0 0.5em 0;
}

ul ul {
	padding:0 0 0.5em 1em;
}

ul ul li {
	line-height: 1.75em;
}

ol li {
	padding-bottom:0.5em;
}

a {
	text-decoration:underline;
}

td {
	vertical-align:top;
}

.item {
	clear:left;
	margin-bottom:30px;
}

.item-col1 {
	width:400px;
	float:left;
}


.item-col2 {
	margin-left:420px;
	width:270px;
}


.item-float {
	width:200px;
	float:left;
	padding:0 30px 20px 0;
}

img {
	border:0;
}

.thumb {
	float:left;
	width:320px;
	padding:5px 0;
}


.galitem {
	text-align:center;
	width:96px;
	height:96px;
	float:left;
	padding:2px;
}

