body{
	margin: 15px;
	border: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #384A13;
	background-color: #C3DA95;
}

#Page{
	width: 954px;
	margin: auto;
	padding: 0;
}

.hideme{
	display: none;
}

#TopBar{
	width: 954px;
	height: 252px;
	color: #000000;
	background-color: inherit;
	background-image:   url("/Templates/images/topbar.jpg");
	background-repeat: no-repeat;
	text-align: center;
}

#SideMenu a:link, #SideMenu a:visited{
	color: #FFF8A5;
	background-color: inherit;
	text-decoration: none;
}

#SideMenu a:hover{
	color: #D0C547;
	background-color: inherit;
	text-decoration: underline;
}

#ContentArea{
	min-height: 350px;
	padding: 0;
	color: #000000;
	background-color: inherit;
	background-image:   url("/Templates/images/page-background.jpg");
	background-repeat: repeat-y;
}

#ContentArea2{
	min-height: 350px;
	background-image:   url("/Templates/images/content-background.jpg");
	background-position: 168px bottom;
	background-repeat: no-repeat;
}

#SideBar{
	position: absolute;
	top: 282px;
	width: 140px;
	margin-left: 15px;
	font-size: 0.8em;
}

#SideMenu li{
	margin-left: -25px;
	margin-bottom: 5px;
	font-size: 13pt;
	font-weight: bold;
}

#SideMenu ul li{
	list-style-image: url(/Templates/images/icon-menu.gif);
}

#Content{
	padding-top: 15px;
	padding-bottom: 0;
	margin-right: 110px;
	margin-left: 280px;
	font-size: 0.8em;
	text-align: justify;
}

#Address{
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 195px;
	font-size: 0.8em;
	text-align: center;
}

#BottomBar{
	height: 23px;
	padding: 0;
	color: #000000;
	background-color: inherit;
	background-image:   url("/Templates/images/bottombar.jpg");
	background-repeat: no-repeat;
}

#Footer{
	font-size: 10pt;
	text-align: center;
}

#Footer a:link, #Footer a:visited{
	color: #4A690C;
	background-color: inherit;
	text-decoration: none;
}

#Footer a:hover{
	color: #6FA209;
	background-color: inherit;
	text-decoration: underline;
}

a:link, a:visited{
	color: #550000;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #914E00;
	background-color: inherit;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #550000;
	background-color: inherit;
}

h2{
	color: #000000;
	background-color: inherit;
}

h1{
	font-size: 1.5em;
}

h2{
	font-size: 1.4em;
}

h3{
	font-size: 1.1em;
}

h4, h5, h6{
	font-size: 1em;
}

.h3-nospace{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 1em;
	font-size: 1.1em;
}

.h3-nospace a:link, .h3-nospace a:visited{
	text-decoration: none;
}

.h3-nospace a:hover{
	text-decoration: underline;
}

.h4-nospace{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 1em;
	font-size: 1em;
}

.Red{
	color: #C60101;
	text-align: center;
}

.Indent{
	margin-left: 35px;
}

hr{
	border: 1px solid #006325;
	border-style: dashed none none none;
}

.p-nospace{
	margin-top: 0;
	margin-right: 1.5em;
	margin-left: 1.5em;
}

.p-smallprint{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.List li{
	padding: 0.3em;
}

img{
	border-color: #000000;
}

ul li{
	list-style-image: url(/Templates/images/icon-list.png);
}

.Center{
	text-align: center;
}

.Right{
	text-align: right;
}

.ListBar, .ListBar-Left{
	float: left;
	width: 48%;
	margin-top: -13px;
	margin-bottom: -13px;
}

.ListBar-Left{
	margin-right: 22px;
}

.Align-Image-Right{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}

.Align-Image-Left{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

.Align-Image-Right-New-Line{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: both;
}

.Align-Image-Left-New-Line{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	clear: both;
}

.Image-Right-Margin{
	margin-right: 10px;
}

.Image-Top-Margin{
	margin-top: 10px;
}

.Image-Bottom-Margin{
	margin-bottom: 5px;
}

.Image-Top-Right-Margin{
	margin-top: 10px;
	margin-right: 10px;
}

.Caption{
	font-style: italic;
	text-align: center;
}

.New-Line{
	clear: both;
}

form, label, input{
	font-size: 10pt;
} 

fieldset{
	width: 92%;
	margin: auto;
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	
} 

.label{
	position:relative;
	width: 79%;
	display: block;
	margin-top: 1em;
} 

.label input{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
} 

.label select{
	position: absolute;
	left: 45%;
	top: 0;
} 

.label textarea{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
	height: 111px;
}

.textarea{
	height: 107px;
}

.Table{
	margin: auto;
	border: 1px solid #D5CB91;
	background-color: #FFF8CB;
	border-collapse: collapse;				
}

.Table th{
	padding: 0.4em;
	border: 1px solid #D5CB91;	
	background-color: #F9F0BC;	
	text-align: left;
}

.Table td{
	padding: 0.4em;
	border: 1px solid #D5CB91;
	vertical-align: top;
	text-align: center;
}

.Table-Header th{
	text-align: center;
	background-color: #F9F0BC;
}

.Tablehighlight{
	background-color: #F9F0BC;
}
