/*
Design by OKfairway
*/

body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/background.png) repeat-y center top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	list-style: square;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	height: 116px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.png);
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	color: #B2D553;
}

#header h1 {
	float: left;
	padding: 20px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: right;
	padding: 38px 20px 0 0;
	font-size: 1.6em;
}

/* Menu */

#menu {
	width: 900px;
	height: 22px;
	margin: 0 auto;
	background: #CE6318 url(images/img3.png) repeat-x;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 21px;
	padding: 1px 10px 0  89px;
	border-bottom: 0px solid #CE6318;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #265b00;
}

#menu a:hover {
	background: #265b00;
	border-bottom-color: #DC915C;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: left;
	width: 605px;
	padding: 12px 0 0 2px;
}
#colOne form {float:left;width:30%;height:20%;}
#colOne form.one {width:45%;}
#colOne form.two {width:55%;}

#colOne h2 {
	height: 20px;
	margin: 0.1em 0.5em 0 0;
	padding: 5px 0 8px 0;
	background: #F7E5D9 url(images/img6.png) repeat-x;
	font-size: 1em;
	color: #265b00;
}

#colOne h3{ 
	font-size: 1.6em;
}

#colOne .file {
	margin-top: 0;
}

#colOne .posted {
	height: 26px;
	margin: 0 0 20px 0;
	padding: 8px 0 0 10px;
	background: #EFCCB3 url(images/img4.gif) repeat-x;
}

#colOne .posted, #colOne .posted a {
	color: #CD6216;
}

#colOne a {
	color: #8CA640;
}

#colOne a:hover {
	text-decoration: none;
}

/* Column Two */

#colTwo {
	float: right;
	width: 253px;
}

#colTwo ul {
        margin: 0;
	padding: 0px;
	list-style: none;
}
#colTwo form {
	padding: 20px 10px;
}

#colTwo h2 {
	height: 20px;
	margin: 1em 0 .5em 0;
	padding: 7px 0 0 10px;
	background: #CD6216 url(images/img6.png) repeat-x;
	font-size: 1em;
	color: #265b00;
}

#colTwo ul ul {
	padding: 10px;
	list-style: square inside;
	color: #FFFFFF;
}

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

#colTwo ul ul a:hover {
	text-decoration: underline;
}

#textfield1 {
	width: 94%;
}

#submit1 {
	display: none;
}
#feedControl {
    font-size: 10px;
    width : 225px;
    background: #FFFFFF;
}
#feedControl .gf-snippet,
#feedControl .gf-author,
#feedControl .gf-spacer,
#feedControl .gf-relativePublishedDate {
    display : none;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	font-size: smaller;
}

#footer * {
	color: #265b00;
}
