* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #262626;
	color: #000000;
	border: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	color: #660000;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
	display: inline;
}

ol {
}

ol li {
}

a {
	color: #660000;
}

a:hover {
	text-decoration: none;
}

img {
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}



.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #660000;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}

.boxed .content {
	padding: 15px;
	background: #ffffff;
}

.boxed ul {
	list-style: none;
	display: inline;
}



.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #3B3B3B;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: "trebuchet MS";
	font-size: 18px;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}



#header {
	width: 902px;
	height: 185px;
	margin: 0 auto;
	background: #69B10A url(images/header.gif);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: "trebuchet MS";
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 0px 0 0 200px;
	letter-spacing: -3px;
	font-size: 59px;
	color: #f0b20f;
}

#header h2 {
	float: left;
	padding: 140px 0 0 300px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	text-transform: capitalize;
	font-variant: normal;
}

#header h3 {
	float: left;
	padding: 180px 100 px 20px 100px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 36px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}



#page {
	width: 900px;
	margin: 0 auto;
	border-top: 20px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #ffffff;
}

#content {
	float: right;
	width: 697px;
	padding-right: 1px;
	border-left: 1px solid #000000;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}



#menu {
}

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

#menu li { display: inline;
	
}

#menu .submenu li { display: inline;
	margin-left: 14px;	
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
}

#menu a:hover {
	background: #ffffff;
	color: #000000;
}

#menu .active a {
	background: #ffffff;
	color: #660000;
	font-size: 18px;
}

#menu .submenu a {
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	
	margin-left: 14px;	
}

#menu .submenu a:hover {
	background: #660000;
	color: #ffffff;
	font-size: 14px;
	font: bold;
	margin-left: 14px;	
}




#login {
	border: 1px solid;
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}



#updates {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}



#footer {
	width: 872px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #000000;
	font-size: 0.77em;
	color: #FFFFFF;
}

#legal {
	float: right;
}

#links {
	float: right;
}
