body{
	margin: 20px;
	border: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	color: #D4DEFA;
	background-color: #2C395D;
}

#Page{
	width: 954px;
	margin: auto;
	padding: 0;
}

.hideme{
	display: none;
}

#TopBar{
	width: 954px;
	height: 85px;
	color: #000000;
	background-color: #C2C9E0;
	background-image:   url("/Templates/images/TopBar.png");
	background-repeat: no-repeat;
}

#MenuBar{
	width: 502px;
	height: 62px;
	margin-left: 75px;
	padding-top: 29px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#MenuBar{
	text-align: center;
}

#MenuBar ul{
	margin: 0;
	padding: 0;
}

#MenuBar li{
	display: inline;
	padding-right: 4px;
	padding-left: 8px;
	background-image:   url("/Templates/images/Icon-Menu.png");
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#MenuBar li.no-icon{
	display: inline;
	background-image:   url("none");
	
}

#MenuBar-Content{
	padding-top: 6px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11pt;
}

#MenuBar a:link, #MenuBar a:visited{
	color: #1E3B90;
	background-color: inherit;
	text-decoration: none;
}

#MenuBar a:hover{
	color: #1E3B90;
	background-color: inherit;
	text-decoration: underline;
}

#ContentArea{
	color: #000000;
	background-color: #FFFFFF;
	background-image:   url("/Templates/images/Background.png");
	background-repeat: repeat-y;
}

#SideBar-Home, #SideBar{
	float: left;
	width: 180px;
	padding-top: 273px;
	padding-left: 25px;
	font-size: 9pt;
}

#SideBar-Home{
	padding-top: 437px;
}

#ContentArea2{
	min-height: 350px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 2px;
	padding-left: 2px;
	background-image:   url("/Templates/images/Background-Content.png");
	background-repeat: no-repeat;
}

#Content{
	padding-top: 10px;
	padding-bottom: 1px;
	padding-right: 120px;
	padding-left: 230px;
	font-size: 0.8em;
	text-align: justify;
}

#Address{
	clear: both;
	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: 8pt;
	text-align: center;
}

#Footer a:link, #Footer a:visited{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

#Footer a:hover{
	color: #D4DEFA;
	background-color: inherit;
	text-decoration: underline;
}

a:link, a:visited{
	color: #1E3B90;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #1E3B90;
	background-color: inherit;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.3em;
}

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;
}

.large-center, .xlarge-center{
	font-size: 1.2em;
	color: #1E3B90;
	text-align: center;
	font-weight: bold;
}

.xlarge-center{
	font-size: 1.5em;
}

.hr{
	height: 13px;
	border: 1px #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: #212B46;
}

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;
}