/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	background: #000000;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333; /*#787878 */
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #009933;
	text-align: left;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 130%;
}

ul, ol {
}

.pad {
	padding-top: 10px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.greentext {
	color: #009933;
}
.greenbar {
	color:#000000;
	background-color: #009933;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #333333; /* #A42424*/
	font-weight:bold;
}

a:hover {
	color:#009933;
	font-weight:bold;
}

.table_border {
	border: 1px #666666 solid;
}

/*Menu items */

#menu {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-size: 12px;
	line-height:90%;
	padding-bottom:4px;
}

#menu a {
	color: #000000;
	text-decoration: none;
	border:none;
}

#menu a:hover {
	color: #ffffff;
}

/* Header */

#header {
	width: 850px; /*was 910 */
	height: 169px;
	margin: 0 auto;
	background: url(../mock/images/banner_green.jpg) no-repeat left top; /*Grey banner is banner4.jpg */
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #B2B2B2;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	background: url(../mock/images/img05.jpg) no-repeat left top;
}

/* Content */

.background {
	background: url(../mock/images/img05.jpg) no-repeat left top;
}

#content {
	float: left;
	width: 540px;
	padding: 40px 0 0 20px;
}

#content_admin {
	float: left;
	width: 800px;
	padding: 20px 0 0 20px;
}

#content_bkgnd {
	float: left;
	width: 775px;
	padding: 5px 0 0 20px;
}

.post {
}

.post_bkgnd {
	background: url(../mock/images/vara_va_grey.gif) no-repeat right top;
	text-align: left;
}

.post .title {
	color: #009933;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: left; /*was justify */
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 20px 20px 0 0;
	color: #333333;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #009933;
	padding-bottom: 10px;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #333333;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #009933;
}


.arrows {
	color: #009933;
	font-weight: bold;
	font-size: 14px;
}

/* Footer */

.footer {
	width: 850px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.3em;
}

.footer a {
	color: #FFFFFF;
}
/* End footer */

.dashed_line {
	line-height:25px;
	border-bottom: 1px dashed #D2D4C9;
	margin-bottom:3px;
}
.img_right {
	float:right;
	border: 1px solid #000000;
	margin-left:5px;
	margin-top:5px;
}
.img_left {
	float:left;
	border: 1px solid #000000;
	margin-right:5px;
	margin-top:5px;
}
.img_border {
	border: 1px solid #000000;
}