/* === VIP GLOBAL (PRINT) 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 8px 0px; }

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

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

p.newpage {
	page-break-before: always;
}


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

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

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

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

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

#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 {
	display: none;
}

#columnMain {
	float:left;
}

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

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

#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: #7FCFFA
}



#subnav {
	height: 8px;
	width: 100%;
	float:left;
	margin-bottom: 16px;
	display: none;
}

#subnav span.links {float:left;margin-left: 2px; line-height:8px;}
#subnav span.links a {color: #D9995B; text-decoration:none; margin-right: 10px; font-size:10px; font-weight:bold}
#subnav span.links a:hover {color: #FF5D00}

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

	div.print_only
	{
		visibility: visible;
	}


