body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #716F6E;
	background: white;
}
h1 {
	font-size: 13px;
}
h2 {
	font-size: 11px;
}
table, tr, td {
	font-size: 11px;
	font-size: inherit;
}
a {
	color: #4D96BA;
}
a:hover {
	color: #706F6D;
}
#wrapper {
	width: 761px;
	margin: auto;
	text-align: left;
}
#header {
	margin-top: 19px;
	margin-bottom: 11px;
	width: 759px;
}

#nav { display:block;background:url(../images/new-nav-bg.jpg) no-repeat;height:30px;width:759px; margin-bottom:12px;padding:7px 5px 5px 10px;color:#7fb4ce;}
#nav a {color:#ffffff;font-family:Verdana;font-size:11px;padding:0px 6px 0px 6px;text-decoration:none;}
#nav a.end {color:#ffffff;font-family:Verdana;font-size:11px;padding:0px 6px 0px 6px;text-decoration:none;}


form {
	margin: 0px;
	padding: 0px;
}
#searchForm {
	color: #C51015;
}
#searchButton {
	margin-bottom: -4px;
}
#contentWrapper {
	float: left;
	width: 558px;
	margin: 1px 10px 0px 2px;
	display: inline;
}

.content 
{
	border-left: 1px solid #C1C0BF;
	border-right: 1px solid #C1C0BF;
	text-align: left;
	padding: 0px 25px 0px 25px;
	margin-bottom: 50px;
}

.contentBorder 
{
	margin: 0px -26px 0px -26px;
}
#sidebar {
	float: left;
	display: inline;
	width: 188px;
}

.sideboxNews, .sideboxStudies, .sideboxLogin, .sideboxBlue {
	font-size: 90%;
	width: 188px;
	margin-bottom: 10px;
}
.sideboxNews p, .sideboxStudies p, .sideboxLogin p, .sideboxBlue p {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: black;
}

.sideboxBlue {
	background: #CCDFE8;
}
.sideboxBlue p {
	color: #716F6E;
	padding-bottom: 0px;
}

.sideboxNews {
	background: #CCDFE8;
}
.sideboxNews p {
	border-top: 1px solid white;
}
.sideboxNews a {
	color: black;
}
.sideboxNews a:hover {
	color: #4383A1;
}

.sideboxStudies {
	background: #BED1DB;
}
.sideboxStudies .p1 {
	background: #ADCAD9;
	border-bottom: 1px solid #838A8E;
}
.sideboxStudies .p2, .sideboxStudies .p4 {
	background: #4D96BA;
	color: white;
	padding-top: 2px;
	border-bottom: 1px solid #838A8E;
}
.sideboxStudies .p4 {
	border-bottom: none;
}
.sideboxStudies .p4 a {
	color: white;
}
.sideboxStudies .p4 a:hover {
	color: #CC3333;
}
.sideboxStudies .p3 {
	background: #4D96BA;
	text-align: right;
	padding-top: 2px;
	margin-bottom: 7px;
}
.sideboxStudies .p3 a {
	color: white;
}
.sideboxStudies .p3 a:hover {
	color: #CC3333;
}

.sideboxLogin {
	background: #EBEBEB;
}
.sideboxLogin table {
	color: black;
	padding: 0px 10px 0px 10px;
}

#homepagestrip {
	margin: 0px -26px 0px -26px;
	width: 558px;
}
.ecn {
	color: #0275AD;
	font-weight: bold;
}
ul {
	list-style-image: url(../images/bullet.gif);
}
li {
	margin-bottom: 12px;
}
#breadcrumbs {
	margin: 5px 0px 10px -10px;
}

#subnav, #subnav2 {
	/*font-family: "Arial Narrow", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	visibility: hidden;
	background-color: #D6E0E6;
	border: 1px solid #80868A;
	border-bottom: 9px solid #C51015;
	left: 0px;
	width: 15em;
}
#subnav div, #subnav2 div {
	padding: 2px 7px 2px 7px;
}
#subnav a, #subnav2 a {
	color: black;
	text-decoration: none;
	width: 100%;
	color: #333333;
}
#subnav a:hover, #subnav div:hover, #subnav2 a:hover, #subnav2 div:hover {
	background-color: #A6C7D9;
}
img.email {
	vertical-align: text-bottom;
	margin-bottom: -1px;
}

.highlight {
	width: 375px;
	background: #CCDFE8;
	padding: 0px 10px 0px 10px;
	margin-left: 50px;
}
.highlight div {
	margin: 0px -10px 0px -10px;
}
html>body .highlight {
	width: 355px;
}

#formMain
{
	
	background: #E5EFF3;
	border-left: 1px solid #C1C0BF;
	border-right: 1px solid #C1C0BF;
	border-top: 1px solid #C1C0BF;
	border-bottom: 1px solid #C1C0BF;
	text-align: left;
	margin-bottom: 20px;
	font-size:12px;
	width:100%;
	height:1%;
}


#formMainContent
{	
	margin:20px 20px 20px 20px;
	height:1%;
}

#formFieldTitle
{
	float:left;
	width:25%;
	padding:10px 0px 0px 0px;
}

#formFieldTextBox
{
	float:left;
	width:70%;
}

#formFieldTextBox input
{
	width:200px;
}

.FormTextArea
{
	float:left;
	width:380;
	height:200;
	word-wrap: soft;
	overflow: hidden;
}

#formMainContent input,textarea
{
	vertical-align:middle;
	margin:5px 5px 5px 15px;
}


