body{
	margin: 15px;
	border: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #FFF6DE;
}

#Page{
	width: 954px;
	margin: auto;
	padding: 0;
}

.hideme{
	display: none;
}

#TopBar{
	width: 954px;
	height: 121px;
	color: #000000;
	background-color: #E0D69D;
	background-image:   url("/Templates/images/TopBar.jpg");
	background-repeat: repeat-y;
}

#MenuBar{
	width: 954px;
	height: 15px;
	padding: 0;
	color: #FFFFFF;
	background-color: #BDB274;
	background-image:   url("/Templates/images/MenuBar.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

#MenuBar{
	text-align: center;
}

#MenuBar ul{
	margin: 0;
	padding: 0;
}

#MenuBar li{
	display: inline;
	padding-right: 4px;
	padding-left: 13px;
	background-image:   url("/Templates/images/Icon-Menu.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#MenuBar-Content{
	padding-top: 6px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10pt;
	font-weight: bold;
}

#MenuBar a:link, #MenuBar a:visited{
	color: #4D4410;
	background-color: inherit;
	text-decoration: none;
}

#MenuBar a:hover{
	color: #FBFCC7;
	background-color: inherit;
	text-decoration: underline;
}

#SideBar{
	position: absolute;
	width: 166px;
	font-size: 11pt;
}

#SideBar li{
	margin: 0;
	margin-left: -14px;
	padding: 0;
	list-style-image: url(/Templates/images/Icon-Side.gif);
}

#SideBar a:link, #SideBar a:visited{
	color: #4D4410;
	background-color: inherit;
	text-decoration: none;
}

#SideBar a:hover{
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

#ContentArea{
	min-height: 350px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 2px;
	padding-left: 170px;
	color: #000000;
	background-color: #FBFCC7;
	background-image:   url("/Templates/images/Background.png");
	background-repeat: repeat-y;
}

#Content{
	padding-top: 1px;
	padding-bottom: 0;
	padding-right: 70px;
	padding-left: 70px;
	font-size: 0.8em;
	text-align: justify;
}

#Address{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#BottomBar{
	height: 6px;
	padding: 0;
	background-image:   url("/Templates/images/BottomBar.png");
	background-repeat: no-repeat;
}

#Footer{
	font-size: 10pt;
	text-align: center;
}

a:link, a:visited{
	color: #4D4410;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #302A06;
	background-color: inherit;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.4em;
}

h3{
	font-size: 1.1em;
}

h4{
	font-size: 1em;
}

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;
}

.hr{
	height: 13px;
	border: 1px solid #C8C8C8;
	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;
}

.List li{
	padding: 0.3em;
}

img{
	border-color: #000000;
}

ul li{
	list-style-image: url(/Templates/images/Icon-List.gif);
}

.Center{
	text-align: center;
}

.ListBar{
	float: left;
	width: 50%;
}

.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-Top-Right-Margin{
	margin-top: 10px;
	margin-right: 10px;
}

.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;
}