a {
	text-decoration: none;
	color: #296E05;
	background-color: #EEF6E2;
}

a:hover {
	background-color: #C0DC91;
}

a.hideanchor, a.hideanchor:hover {
	text-decoration: none;
	color: #636363;
	background-color: White;
}

body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #404040;
}

h1 {
	color: #F3F7FA;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2, h3, h4, h5, h6, h7 {
	color: #5D92D3;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


.credit {
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}

img.right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

input, textarea, button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 2px;
	line-height: normal;
}

ol.reasons li {
	color: #6B63B0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

ol.reasons li ol {
	margin-top: 1em;
}

ol.reasons li p, ol.reasons li ol li p {
	color: #000000;
	font-size: small;
	font-weight: normal;
	margin-bottom: 5em;
}

p {
	color: #545454;
	font-size: small;
	line-height: 1.7em;
	margin: 1em;
}

table.form {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.form th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color:  white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.form td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color:  white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


ul li, ol li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: .5em;
}

ul.checkboxes {
	list-style: none;
}

ul.checkboxes li {
	margin: .3em 0 .3em 1em;
}

.first {
	margin-top: 0;
}

.full {
	width: 520px;
}

#banner {
	background-color: #3D8EEA;
	font-family: Tahoma,"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 60px;
	margin-bottom: 5px;
	padding: 1em 1em .3em 1em;
}

#container {
	background-color: #FFFFFF;
	border: 1px solid #A3CCFA;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 760px;
}

#content {
	background-color: #FFFFFF;
	padding: .5em 1em 1em 1em;
}


#content table {
	background-color: #999999;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#content table td {
	background-color: #FFFFFF;
	border-spacing: 0px;
	empty-cells: show;
	padding: 6px 2px 6px 4px;
}

#content table th {
	background-color: #E0E0E0;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	padding: 2px;
}

#content ul li, #content ol li {
	padding-left: .2em;
}

#footer {
	background-color: #94B936;
	color: #DAEBB6;
	clear: both;
	margin-top: 5px;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

#footer a {
	background-color: #A1C93B;
}

#footer a:hover {
	background-color: #BED87C;
}

#sidebar {
	
	float: left;
	height: 100%;
	border-right: 1px dotted #CCCCCC;
	margin: 0;
	margin-right: 5px;
	padding: 5px;	
	width: 200px;
}

#sidebar ul li{
	list-style: none;
}

#sidebar ul li.here {
	list-style: square;
}

#sidebar ul li.here a:hover, #sidebar ol li.here a:hover  {
	background-color: #EEF6E2;
}

#sidebar ol {
	padding-left: 2.5em;
	list-style: upper-roman;
}

#sidebar ol li.here {
	font-weight: bold;
}


