﻿body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/bodybar.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h3 {
	margin-top: 0;
}

h2 {
	margin-top: 0;
}

h1 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
/*	color:#276611;  */
/*	color:#1e1166;  */
	color:#3a991a;
}

h2 {
	font-size: 1.6em;
	color:#2d1a99;
}

h3 {
	font-size: 1em;
	color:#2d1a99;
}

ul {
	list-style-image: url('images/GreenBullet.gif');
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#header {
	width: 878px;
	height: 45px;
	margin: 0 auto;
}

#header p {
	margin: 0;
	color: #FFFFFF;
}

#header h1 {
	margin: 0;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding-top: 30px;
}

#header h2 {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
	color: #ffffff;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
/*	width: 778px; */
	width: 898px;
	height: 25px;
	margin: 25px auto 0px auto;
/*	background: #994f1a;  */
/*	background: #3a991a;  */
	color: #1e1166;;
	background: #FFFFFF url(images/MenuBarT.png) no-repeat; 
}

#menu ul {
	margin: 0;
	padding: 2px 0 2px 5px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 2px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #1e1166;
}

#menu a:hover {
	text-decoration: underline;
	color: #3a991a;
}

/* Page */

#page {
	width: 898px;
	margin: 0 auto;
	background: #FFFFFF url(images/bodyback.jpg) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/bodyback.jpg) repeat-y;
}

/* Latest  article */

#boxed-article {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

#content-right {
	float: right;
	width: 320px;
	padding: 20px 0 0 20px;
}

.article {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
	font-size: 8 pt;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url('images/GreenBullet.gif') no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}