body{
	margin: 15px;
	border: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #F1EDBC;
}

#Page{
	width: 960px;
	margin: auto;
	padding: 0;
}

#TopBar{
	width: 960px;
	height: 165px;
	color: #FFF;
	background-color: #395A7C;
	background-image:   url("/Templates/images/topbottombar.jpg");
	background-repeat: no-repeat;
}

#SideBar{
	position: absolute;
	top: 180px;
	width: 140px;
	margin-left: 26px;
	color: #FFF;
	background-color: #395A7C;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#SideMenu li{
	margin-left: -25px;
	margin-bottom: 5px;
	font-size: 12pt;
}

#SideBar ul li{
	list-style-image: url("/Templates/images/icon-sidebar.png");
}

#SideMenu a:link, #SideMenu a:visited{
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}

#SideMenu a:hover{
	color: #BBD5F0;
	background-color: inherit;
	text-decoration: underline;
}

#ContentArea{
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-image:   url("/Templates/images/background.jpg");
	background-repeat: repeat-y;
}

#Content{
	min-height: 100px;
	padding-top: 1px;
	padding-bottom: 0;
	margin-right: 30px;
	margin-left: 196px;
	font-size: 0.8em;
	text-align: justify;
}

#Address{
	clear: both;
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 25px;
	padding-left: 195px;
	font-size: 0.8em;
	text-align: center;
}

#BottomBar{
	height: 15px;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-image:   url("/Templates/images/topbottombar.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

#Footer{
	margin-top: -5px;
	font-size: 10pt;
	text-align: center;
}

#Footer a:link, #Footer a:visited{
	color: #365D86;
	background-color: inherit;
	text-decoration: none;
}

#Footer a:hover{
	color: #74A1D0;
	background-color: inherit;
	text-decoration: underline;
}

a:link, a:visited{
	color: #365D86;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #74A1D0;
	background-color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #000;
	background-color: inherit;
}

h1, h2{
	font-size: 1.6em;
}

h1, h3{
	color: #395A7C;
	background-color: inherit;
}

h3{
	font-size: 1.3em;
}

h4, h5, h6{
	font-size: 1.2em;
}

.List li{
	padding: 0.3em;
}

img{
	border-color: #395A7C;
}

ul li{
	list-style-image: url("/Templates/images/icon-list.png");
}

.Center{
	text-align: center;
}

.ListBar{
	float: left;
}

.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;
}

.hideme{
	display: none;
}

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;
}