/* === VIP GLOBAL STYLE DEFINITIONS ===
======================================= */

/* TOC
	- HTML Tags
	- Layout
	- Navigation
	- Content
*/


/* HTML Tags
-------------------------------------------------------*/
html, body { font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px; color:#0C1743 }
body { background:#ffffff; margin:0px; text-align:center }
p {	margin: 0px 0px 10px 0px }
form { margin:0px }

h1 {
	font-family: Trebuchet MS,Arial,Helvetica, sans-serif;
	font-size: 155%;
	font-weight: bold;
	border-bottom: 1px solid #7FCFFA;
	color: #065588;
	padding-bottom: 4px;
	margin: 0px 0px 0px 0px; }

h2 {
	float: left;
	width: 100%;
	font-size: 135%;
	font-weight: bold;
	color: #35425E;
	margin: 0px 0px 8px 0px;
}

h3 {
	float: left;
	width: 100%;
	font-size: 135%;
	font-weight: bold;
	color: #35425E;
	margin: 0px 0px 0px 0px;
}
	
h2.print {
	float: left;
	width: 100%;
	font-size: 135%;
	font-weight: bold;
	color: #35425E;
	margin: 0px 0px 8px 0px;
	display: none;
	visibility: hidden;
}
	
a {
	font-weight: bold;
	color: #3F5C8D;
	text-decoration: none;
}

a:hover {
	color: #7FCFFA
}
input.search {
	width: 90px;
	font-size: 10px;
}
input.refsearch {
	width: 40px;
	font-size: 10px;
}

select.search {
	font-size: 10px;
}

p.newpage {
	display: none;
	visibility: hidden;
}


/* Layout
--------------------------------------------------------*/
#container {
	width: 772px;
	margin: 15px auto;
	text-align: left;
}

#topDeco {
	height: 3px;
	background-color: #E40009;
}

#printtopDeco {
	height: 3px;
	background-color: #E40009;
	display: none;
	visibility: hidden;
}

#top {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#printtop {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	display: none;
	visibility: hidden;
}

#nav {
	height: 32px;
	width: 100%;
	background: #065588 url(../interface/bg_nav.gif) repeat-x top left;
}

#nav #search {float:right;padding-right:16px;line-height:32px;color:white;font-weight:bold;}
#nav #search span {float:left; margin-right: 5px;}
#nav #search span.formelement {padding-top: 6px;}
#nav #links {float:left;line-height:32px;}
#nav #links span {float:left; padding-left:20px; padding-right: 10px}
#nav #links a {text-decoration:none;color:white;font-weight:bold;}
#nav #links a:hover {color:#7FCFFA}

#main {
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 15px;
}

#columnNav {
	float: left;
	width: 150px;
}

#columnMain {
	margin-left: 164px;
}

#header {
	float:left;
	width:100%;
}

#content {
	float:left;
	width:100%;
	margin-bottom: 10px;
}

table.relatedOuter {
	background: #eee;
	border-top: 3px solid #7FCFFA;
	border-bottom: 3px solid #7FCFFA;
	margin-top: 10px;
	width: 100%;
}

table.relatedInner {
	background: #ccc;
	width: 50%;
}

#footerpanel {
	margin-top: 10px;
}

a.contentfootertext {
	font-family: Trebuchet MS,Arial,Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #065588;
	text-decoration:none;
}

a.contentfootertext:hover {
	font-family: Trebuchet MS,Arial,Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #065588;
	text-decoration:underline;
}

#footer {
	margin-top: 30px;
	float: left;
	width: 100%;
	height: 20px;
	background: #eee;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}

#footer span {
	margin: 0px 8px;
	font-size: 10px;
}

#footer span a {color:#888;text-decoration:none;}
#footer span a:hover {color:#000;}



/* Navigation
--------------------------------------------------------*/
ul.mainNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.mainNav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #7FCFFA;
}

ul.mainNav li a {
	display: block;
	padding: 7px 0px 7px 9px;
	text-align: left;
	text-decoration: none;
	color: #065588;
	font-weight: bold;
}

ul.mainNav li a:hover {
	color: #FFFFFF;
	background-color: #06598E;
}



#subnav {
	//height: 12px;
	height: auto;
	width: 100%;
	float:left;
	margin-bottom: 0px;
	border-bottom: 1px solid #7FCFFA;
	font-size:14px; 
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

#subnav span ul li { padding-bottom: 5px;}
#subnav span.links {float:left;margin-top: 5px; margin-left: 2px; line-height:12px;}

#subnav span.links a {clear: both; color: #D9995B; text-decoration:none; margin-right: 10px; font-weight:bold}
#subnav span.links a:hover {color: #FF5D00}

	div.no_print
	{
		visibility: visible;
	}

	div.print_only
	{
		display: none;
		visibility: hidden;
	}


