* {
	margin: 0;
	padding: 0;
	color: #000000;
}

body {
	background: url(images/4back.gif) repeat center top;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

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

h2 {
	color: #000000;
}

h3 {
	color: #000000;
}

p, blockquote, ul, ol {
}

p {
	color: #000000;
}

blockquote {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #000000;
}

.boxed .title {
	height: 37px;
	background: url(images/img02.gif) repeat-x;
	border-bottom: 2px solid #FFFFFF;
	text-transform: none;
	font-size: 1.2em;
	color: #036735;
	padding-top: 20px;
	padding-left: 10px;
}

.boxed .content {
	padding: 10px;
	color: #000000;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding: 10px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #000000;
}

.post .title {
	clear: both;
	padding: 10px 0;
	color: #036735;
	font-size: 23px;
}

.post .date {
	float: left;
	width: 80px;
	height: 21px;
	padding: 9px 0 0 0;
	background: #FFFFFF;
	text-align: center;
	font-size: x-small;
	color: #355379;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
	display: none;
}

.post .meta {
	float: left;
	width: 332px;
	height: 28px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	text-align: justify;
	color: #000000;
}

.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
	color: #000000;
}

/* Logo */

#logo {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(images/4omiheader.jpg) no-repeat;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 3em;
	font-variant: normal;
	padding-top: 105px;
	padding-right: 0;
	padding-bottom: 0;
}

#logo h1 span {
	font-size: .7em;
	font-weight: normal;
}

#logo h2 {
	padding: 0 0 0 40px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 700px;
	height: 25px;
	margin: auto auto 0;
	background: #036735 no-repeat;
	color: #FFFFFF;
}

#menu ul {
	float: none;
	margin: 0;
	list-style: none;
	color: #FFFFFF;
}

#menu li {
	display: inline;
}

#menu a {
	display: inline;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	text-transform: uppercase;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0 0;
	background: #036735;
	color: #000000;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 700px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	color: #000000;
}

#sidebar a {
	color: #000000;
}

/* Content > Sidebar > Login */

#login {
	text-align: justify;
	color: #000000;
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
	text-align: justify;
	color: #000000;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #000000;
}

/* Content > Sidebar > Updates*/

#updates {
	color: #000000;
}

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

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
	color: #000000;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
	background: #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
	text-align: center;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
	color: #000000;
}
.bold {
	font-weight: bold;
}
