﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #36393D url(../../Images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D1E9A3;
}

form {
}

input, textarea {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #36393D;
}

h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
}

a 
{
	color: White;
}
a:visited
{
	color: White;
}

/* Header */

#header {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	background: #D1E9A3 url(../../Images/img02.gif) repeat-x;
}

#logo {
	float: left;
	height: 100px;
	padding: 0 0 0 115px;
	background: url(../../Images/img03.jpg) no-repeat;
	color: #36393D;
}

#logo h1 {
	padding: 20px 0 0 0;
}

#logo p {
}

#logo a {
	text-decoration: none;
	color: #36393D;
}

#search {
	float: right;
	width: 200px;
	padding: 0 20px 0 0;
	background: url(../../Images/img04.gif) no-repeat right top;
}

#search form {
	height: 25px;
	padding: 65px 0 0 25px;
	background: url(../../Images/img05.gif) no-repeat 0 60px;
}

#search fieldset {
	border: none;
}

#search-text {
	width: 170px;
	background: #FFFFFF;
	border: none;
}

#search legend, #search-submit {
	display: none;
}

#menu {
	clear: both;
	height: 40px;
	background: url(../../Images/img09.gif) no-repeat right bottom;
}

#menu ul {
	height: 28px;
	padding: 12px 0 0 20px;
	background: url(../../Images/img08.gif) no-repeat left bottom;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	background: url(../../Images/img06.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #36393D;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(../../Images/img07.gif) no-repeat left center;
	color: #990000;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#back2top {
	height: 72px;
	background: url(../../Images/img19.gif) no-repeat left bottom;
}

#back2top a {
	display: block;
	width: 40px;
	padding: 27px 0 0 25px;
	text-decoration: none;
	text-align: center;
}

#back2top a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

.post {
	padding: 20px 0;
}

.post .title {
	font-size: 2.6em;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	border-bottom: 1px dotted #000000;
}

.post .byline {
	margin-top: 2em;
	margin-bottom: 2em;
}
.post .entry {
	margin: 0;
}

.post .entry p, .post .entry ol, .post .entry ul {
	margin-bottom: 1.6em;
	line-height: 180%;
	list-style-position: inside;
}

.post .links {
	height: 22px;
	padding: 5px 0 0 10px;
	background: url(../../Images/img15.gif) no-repeat;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	padding-left: 15px;
	background: url(../../Images/img16.gif) no-repeat 0 5px;
}

.post .links .comments {
	padding-left: 15px;
	background: url(../../Images/img17.gif) no-repeat 0 6px;
}

.post .links .rss {
	padding-left: 15px;
	background: url(../../Images/img18.gif) no-repeat 1px 6px;
}

/* Sidebar */

#sidebar {
	width: 320px;
	float: right;
}

#sidebar ul {
	background: #D6EBAD url(../../Images/img10.gif) repeat-y;
	list-style: none;
	color: #36393D;
}

#sidebar li {
	background: url(../../Images/img12.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 10px 20px 30px 20px;
	line-height: 200%;
	background: none;
}

#sidebar li li {
	padding: 0 0 0 10px;
	background: url(../../Images/img13.gif) no-repeat left center;
}

#sidebar h2 {
	height: 42px;
	padding: 8px 0 0 10px;
	background: #BA3300 url(../../Images/img11.gif) no-repeat;
	font-size: 1.6em;
}

#sidebar a {
	text-decoration: none;
	color: #990000;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 50px 0;
	background: #242628 url(../../Images/img20.gif) repeat-x;
	font-size: 11px;
	color: #666666;
}

#footer p {
	text-align: center;
	line-height: 2em;
}

#footer a {
	color: #666666;
}

.wizard
{
	color: Black;
}
.wizard a
{
	color: maroon;
}
.sectionBox
{
	width: 500px;
	border: none;
}

.sectionTitleLink
{
	font-size: 16px;
	font-weight: bold;
	color: Maroon;
}
.sectionDescription
{
	font-size: 10px;
	padding-top: 0;
	font-style:italic;
	font-weight: normal;
}

.modalBackground {
background-color:#000;
filter:alpha(opacity=80);
opacity:0.8;
}

.modalPopup-text {
display:block;
color:#000;
background-color:#fff;
text-align:center;
border:solid 2px #000;
padding:10px;
}

.sectionBox 
{
	vertical-align: top;
	
}
.darkBkgGridHdr
{
	font-weight: bold;
	color: Black;
	background-color: white;
}
.altBkgGrid
{
	color: White;
	background-color: #800000;
}
.altBkgGrid a
{
	color: White;
}
.gridItem
{
	background-color: White;
	color: Black;
}
.gridItem a
{
	color: Black;
}
.viewPage
{
	color: White;
}

