/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #0000CC;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, blockquote, ol, ul {
	line-height: 180%;
	font-size: 9pt;
}

a {
	border-bottom: 1px solid #E0E0E0;
	text-decoration: none;
	color: #5B5A5A;
}

a:hover {
	border: none;
}

/* Header */

#header {
	height: 430px;
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	text-align: center;
	letter-spacing: normal;
	font-size: 4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #B22900;
}

#header h2 {
	margin: -15px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

/* Column One */

#colOne {
	float: left;
	width: 480px;
	background-color: #FFFFFF;
}

#colOne .post {
	margin: 0 30px;
	padding: 20px 0 10px 0;
	border-top-style: none;
	border-top-width: 0px;
}

#colOne .posted {
	font-size: .8em;
}

/* Column Two */

#colTwo {
	float: left;
	width: 260px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 20px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#colTwo li ul {
	padding-left: 24px;
}

#colTwo li li {
	padding: 0;
	border: none;
}

#colTwo h2 {
	letter-spacing: normal;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding: 0 0 0 24px;
	background-repeat: no-repeat;
	background-position: left center;
}

#colTwo a {
	border: none;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

#colTwo a:hover {
	color: #0000FF;
}

#menu {
	background-color: #3399FF;
	background-repeat: no-repeat;
}

#menu h2 {
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 200px;
	margin-left: -24px;
	color: #000099;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 24px;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
	background-color: #0000CC;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer * {
	color: #5F5F5F;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

