/* text styles */
*{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #4d4d4d;
}
body {
	padding: 0;
	margin: 0;
	background-image: url(../images/headergradient.gif);
	background-repeat: repeat-x;
	}
.dotted {
	border-bottom: 1px dotted #999999;
	}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
@font-face
{
    font-family: h1Font;
    src: url("../fonts/corbelb.eot");
	src: local(h1Font), url('../fonts/corbelb.ttf') format('opentype');
}	

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-family: h1Font;
	line-height: 12px;
	color: #f78f1e;
	text-decoration: none;
}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #00328a;
	text-decoration: none;
}
a.orange:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #f78f1e;
	text-decoration: none;
	}
a.orange:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #f78f1e;
	text-decoration: none;
	}
a.orange:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #00328a;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #00328a;
	text-decoration: underline;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.logintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
}
.formstyle {
	padding: 2px;
	border: solid 1px #cfd4d8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
div {  }
#body {
	vertical-align: top;
	width: 940;
	margin-top: 0px;
	padding-top: 2px;
	}
#content {
	position: relative;
	vertical-align: top;
	padding-right: 9px;
	padding-left: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cfd4d8;
	}
#contentl {
	position: relative;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cfd4d8;*/
	}
#contentr {
	position: relative;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfd4d8;
	}
#sidebar {
	position: relative;
	vertical-align: top;
	padding-right: 9px;
	padding-left: 10px;
	}
#login 
{
	position: static;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 1px;
	background-color: #E5F2FE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfd4d8;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00328a;
	}
#footer {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	}
#logo 
	{
	border-width: 2px;
	border-style: solid;
	border-color: #cfd4d8;
	}
*:first-child+html #nav
{
	margin-top: -4px;
}
* html #nav 
{
	margin-top: -4px;
}

