/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #003b02 url(images/img01.gif) repeat-x;
	font-family: "Palatino", Times, Garamond, serif;	
	font-size: 13px;
	color: #ffffff;
}

h1, h2, h3, h4 {
	font-family: "Palatino", Times, Garamond, serif;	
	color: #ffffff;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	margin-bottom: .7em;
	font-size: 2.4em;
	font-style: italic;
}

h2 {
	margin-bottom: .7em;
	font-size: 2em;
}

h3 {
	padding-bottom: 1em;
	font-size: 1.3em;
	border-bottom: 1px dotted;
}

h4 {
	margin-bottom: 1em;
	vertical-align: 0em;
	font-size: 1.3em;
} 

h5 {
	margin-bottom: .3em;
	font-size: 1.2em;
} 

h6 {
	padding-bottom: 1em;
	font-size: 1em;
	color: #003b02;
}

.faq {
	font-size: 1.3em;
	font-style: italic;
}

.faqtop {
	margin-bottom: 3em;
	font-size: .7em;
	color: #003b02;
	font-family: "Tahoma", Verdana, Arial, sans-serif;	

}

p, ul, ol {
	margin-bottom: 18px;
	letter-spacing: .045em;
	line-height: 190%;
	font-family: "Tahoma", Verdana, Arial, sans-serif;	
}

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

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #cccccc;
}

/* Header */

#header {
	width: 980px;
	height: 120px;
	margin: auto;
}

#header img {
	border: 0;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: url(images/img02.gif) repeat-y;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 10px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	margin: 0;
	padding: 5px 30px 0px 0px;
	letter-spacing: normal;
	font-size: 16px;
}

/* Sidebar1 */

#sidebar1 {
	background: url(images/img03.gif) no-repeat;
	margin-top: 54px;
	display: inline;
}

#sidebar1 h2 {
	text-align: right;
}

#sidebar1 li li {
	padding-right: 20px;
	text-align: right;
}

/* Sidebar2 */

#sidebar2 {
	background: url(images/img04.gif) no-repeat;
	margin-top: 58px;
	display: inline;
}

#sidebar2home {
	background: url(images/img04.gif) no-repeat;
	margin-top: 18px;
}

#sidebar2 img {
	border: 0;
}

#sidebar2 h2 {
	background: url(images/img06.gif) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 550px;
}

#content2 {
	float: left;
	width: 770px;
}

.vertimg {
	padding-left: 90px;
}

.posthome {
	padding: 20px 10px 20px 10px;
}

.post {
	padding: 5px 25px 20px 5px;
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 20px;
	background: url(images/img10.gif) repeat-x;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}

.box {
	margin: 0 5px 0 5px;
	text-align: left;
}

/* Widebar */

#widebar {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #003b02 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 290px;
	margin-left: 180px;
	text-align: center;
}

#widebar #colB {
	float: left;
	width: 290px;
	text-align: center;
	padding-left: 10px;
}

/* Footer */

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background: url(images/img09.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: smaller;
	line-height: normal;
}