body {
	margin: 0;
	padding: 0;
	border: none;
	background: #FFF url(../images/main_back.gif) repeat-y left;
}

#MainContainer {
	padding-left:172px;
}

#Header {
	background: #65CC33 url(../images/header_back.jpg) no-repeat left;
	height:129px;
	margin-left:-172px;
}

#Column {
	width:137px;
	min-height:469px;
	margin-left:-172px;
	padding:0 30px 0 5px;
	float:left;
	display:inline;
	background: black url(../images/menu_back.jpg) no-repeat top left;
	text-align:left;
}

#Main {
	text-align:left;
	float:left;
	width:100%;
}

#ContentArea {
	padding:10px;
}

#LanguageSelector {
	margin:86px 10px 0 0;
	font-size: 10px;
	color: white;
	float:right;
	text-align:left;
	clear:both;
}

#LanguageSelector a {
	text-decoration: none;
	color:white;
}

#LanguageSelector a:hover {
	text-decoration: underline;
}

#LanguageSelector .Current {
	color: #EBEBEB;
	text-decoration: bold;
}

#SearchBox {
	text-align:right;
	clear:both;
	margin:5px 10px;
	font-size: 10px;
	color: #A3BBF3;
	float:right;
}

#SearchBox form {
	margin: 0px;
	padding: 0px;
}

.SearchField {
	margin: 0px;
	width: 116px;
	height: 13px;
	line-height: 12px;
	padding: 2px;
	vertical-align: top;
	font-family: Verdana, helvetica, sans-serif;
	border:1px solid black;
	border-right:none;
	font-size: 10px;
}

#NavigationContainer {
	margin-top:90px;
	clear:both;
	float:left;
	padding:0;
}

#SectionTree {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:white;
}

#SectionTree ul {
	margin: 0;
	padding: 0;
	list-style:none;
	clear:both;
}

#SectionTree li {
	list-style:none;
	padding:0;
}

#SectionTree a {
	color: white;
	text-decoration:none;
	display:block;
	padding:3px 0 3px 15px;
	background: url(../images/l_s.gif) 0px 10px no-repeat;
}

#SectionTree a:hover {
	color: #66CC33;
}

#SectionTree a.Current {
	color:#FF9900;
}

#SectionTree a.Current:hover {
	color: #66CC33;
}

#SectionTree ul {
	font-size:12px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#SectionTree ul a {
	font-weight:normal;
	padding-left:25px;
	background: url(../images/s_l_s.gif) 10px 10px no-repeat;
}

#SectionTree ul a.selected {
	text-decoration:underline;
}

#StaticContainer {
	text-align:left;
	font-size:10px;
	color:#FFF;
}

#StaticContainer h2{
	font-weight:bold;
	font-size:12px;
}

#StaticContainer h3{
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;
	font-family:Verdana;
}

#StaticContainer ol{
padding:10px;
margin: 0 0 0 10px;
padding-left:20px;
}

#StaticContainer a{
color:#66CC33;
}

.linkbox a {
	font-family: Verdana, helvetica, sans-serif;
	font-size: 10px;
	color:#FF9900;
}

.linkbox a:hover {
	color:#FF9900;
}

#ContentContainer {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 16px 0px;
}

#LocationBar {
	line-height: 20px;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: black;
}

#LocationBar a {
	padding: 0px 4px 0px 8px;
	color: black;
	text-decoration: underline;
	background-image: url(../images/locationbar_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#LocationBar a:hover {
	text-decoration: underline;
}

#Buttons {
	float:right;
	margin:-20px 10px 0 0;
	width:40px;
}

.Buttons {
	float:right;
	margin:3px 3px 0 3px;
	position:relative;
}

#Footer {
	height:18px;
	font-size:0px;
	color: #999999;
	text-align:left;
	font-size:9px;
	padding:7px 7px;
	text-align:left;
}

#Footer a {
	color:#999999;
}

.Clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

body, td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: black;
}

a {
	color: #669900;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin: 0px;
	padding-top: 10px;
	font-size: 24px;
	font-weight: normal;
	font-family: Lucida Sans Unicode, Trebuchet MS, Arial, Verdana, sans-serif;
	color:#FF9900;
}

h2 {
	margin: 0px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

h3 {
	margin: 0px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

p.qoute {
	margin: 5px;
	padding: 5px;
	font-style: italic;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

span.Date {
	font-size: 11px;
	color: #666;
}

img {
	border:none;
}

.divid_logo {
	float:right;
	margin: -1px 13px 0 0;
}

input.FormText, select.FormSelect, textarea.FormTextArea {
	margin:2px;
	border-color:gray;
}

textarea.FormTextArea {
	width:99%;
}

input.FormText, select.FormSelect {
	height:14px;
}

table.ZebraTable tr.dark,
table.DataTable tr.dark,
table.DataTable td.dark {
	background: #EBEBEB;
}

table.ZebraTable tr.light,
table.DataTable tr.light,
table.DataTable td.light  { 
	background: white;
}

table.ZebraTable td, table.DataTable td, table.ZebraTable td a, table.DataTable td a, table.ZebraTable td a:hover, table.DataTable td a:hover {
}

table.ZebraTable, table.DataTable  {
	background-color:white;
}

table span.Date {
	color:red;
}
