/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #E5EDF0;   
	color: #333333;
	font-family: Arial;
	height: 100%;
	font-size: 13px;
	font-weight: normal;

}
TH, TD, DIV {
	font-family: Arial;
	font-size: 13px;
	color: #4B4B4B;
}
A, A:link, A:visited, A:active {
	font-family: Arial;
	color: #004056;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
A:hover {
	font-family: Arial;
	color: #337389;
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
}


/* ********** Links Style ************** */
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
a.links:link, a.links:active, a.links:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.links:hover {
	color: #000000;
}
/***** Headers *****/
.h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #004056;
	padding: 0;
}
.h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0;
}
.h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0;
}
.h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #004056;
	padding: 0;
}

a.menuitem:link, a.menuitem:active, a.menuitem:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 10px 0 10px;
        vertical-align: middle;
	text-decoration: none;

}a.menuitem:hover {
	color: #ebc017;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 10px 0 10px;
        vertical-align: middle;
	text-decoration: none;

}




/*   CONTAINERS   */


.title
{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color: #333333;
}

.bluetitle
{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color: #004056;
}

.orangetitle
{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color: Orange;
}


.normal
{
	font-family: Arial;
	font-size: 12px;
	font-weight: Normal;
	color:#333333;
	padding:0;
}

.transparent {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
.whitebg {
	width:100%;
	padding:15;
	margin:0;
	border:1 solid #004056;
	background: #ffffff;
}
.whitebg_noborder {
	width:100%;
	padding:15;
	margin:0;
	border:0;
	background: #ffffff;
}

.bluebg {
	width:100%;
	padding:15;
	margin:0;
	border:1 solid #004056;
	background: #D7E2E6;
}
.bluebg_noborder {
	width:100%;
	padding:15;
	margin:0;
	border:0;
	background: #D7E2E6;
}

.bluefade {
	width:100%;
	padding:15;
	margin:0;
	border:0;
	background: #E5EDF0 url(_images/bluefadebg.jpg) repeat-x bottom right;
}

.grayfade {
	width:100%;
	padding:15;
	margin:0;
	border:0;
	background: #EAEAEA url(_images/grayfadebg.jpg) repeat-x bottom right;
}

.featured {
	width:100%;
	padding:15;
	margin:0;
	border:0;
	background:url(_images/featuredgray.jpg) no-repeat bottom right;
}

.ccurvetopleft{ background:url(media/ccurvetopleft.gif); }
.ccurvetopright{ background:url(media/ccurvetopright.gif); }
.ccurvebottomleft{ background:url(media/ccurvebottomleft.gif); }
.ccurvebottomright{ background:url(media/ccurvebottomright.gif); }
.bordertop{ width:100%; border-top:2px #004056 solid; font-size:1px; }
.borderleft{ border-left:2px #004056 solid; }
.borderright{ border-right:2px #004056 solid; }
.borderbottom{ border-bottom:2px #004056 solid; font-size:1px; }

/***** FONTS *****/

.blueheading
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:#006885;
	padding:0;
}
.bluesubheading
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#006885;
	padding:0;
}

.grayheading
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	padding:0;
}

.graysubheading
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	padding:0;
}


