/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #3F5575 url(img/back.jpg) no-repeat fixed top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
a { text-decoration: none; color: #6196CD; border-bottom: 1px solid #6196CD; }
a:hover { border-bottom: 1px dashed #77BCDD; color: #77BCDD; }
a.huge { font-size: 2em; word-spacing: 0; border-bottom: 2px solid #6196CD; color: #6196CD; }
a.huge:hover { border-bottom: 2px dashed #77BCDD; color: #77BCDD; }
a.blank { border-bottom: none; }
a.blank:hover { border-bottom: none; }
a.blank img { border: none;  }
a.blank:hover img { border: none; }
a.image { border-bottom: none; }
a.image:hover { border-bottom: none; }
a.image img { border: 2px solid #B5CCFF;  }
a.image:hover img { border: 2px solid #77BCDD; }
.big { font-size: 13px; word-spacing: 0; font-weight: bold;}
.large { font-size: 13px; word-spacing: 0; }
.vbig { font-size: 15px; word-spacing: 0; }
.huge { font-size: 24px; line-height: 30px; word-spacing: 0; font-weight: bold; }
.mega { font-size: 48px; line-height: 30px; word-spacing: 0; font-weight: bold; border-bottom: 4px solid #6196CD; }
.small { font-size: 11px; word-spacing: 0; }
.vsmall { font-size: 10px; word-spacing: 0; }
input.btn{
	color: #6196CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color:#eef;
	border: 1px solid;
	border-top-color: #87A0BA;
	border-left-color: #87A0BA;
	border-right-color: #3F5575;
	border-bottom-color: #3F5575;
	}
input.btnovr {
	color: #3F5575;
	border-top-color: #3F5575;
	border-left-color: #3F5575;
	border-right-color: #111;
	border-bottom-color: #111;
	}
input.field {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	margin-bottom: 8px;
	background-color: #eef;
	border: 1px solid;
	border-top-color: #87A0BA;
	border-left-color: #87A0BA;
	border-right-color: #3F5575;
	border-bottom-color: #3F5575;
	}
p.center { text-align: center; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 1050px;
	background: #fff;
	border: 0px solid #ddd;
	padding: 3px 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #3F5575 url(img/header_right.gif) no-repeat 100%;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 90px 30px 26px;
	}	
#header h1 { 	
	margin: 0;
	color: #D9E1EB;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #C7D2DF;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 3px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: url(img/navlight.gif) repeat-x; 
	border-bottom: 4px solid #fff;
	margin: 0px; 
	padding: 0px;
	height: 40px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 34px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #888;
	background: url(img/navdark.gif) repeat-x;
	border-right: 1px solid #555; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 12px;
	float: left;
	font-weight: bold;
	}
#nav li a.on {
	background: #fff url(img/navlight.gif) repeat-x;
	color: #FFF;
	}
#nav li a:hover {
	background: #fff url(img/navlight.gif) repeat-x;
	color: #FFF;
	}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 15px;
	word-spacing: 1px;
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Gbar
**------------------------------------------------------------*/
#gbar {
	float: right;
	width: 175px;
	position: relative;
	line-height: 15px; 
	word-spacing: 1px;
	}
#gbar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content & Gbar
**------------------------------------------------------------*/
#sidebar h3, #content h3, #gbar h3 { 
	font-size: 14px;
	color: #444; 
	margin: 0 10px 5px 0;
	line-height:15px;
	cursor: default;
	}
/*------------------------------------------------------------*
**  Side Bar & Gbar
**------------------------------------------------------------*/
#sidebar div, #gbar div {
	font-size: 11px;
	padding: 10px;
	margin-bottom: 5px;
	}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 670px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 1px;
	}	
#content div { 
	background: url(img/para_bg.jpg) repeat-x;
	padding: 10px;
	margin-bottom: 5px;
	clear: both;
	}
#content p.full { clear: both; }
#content p.filler { clear: both; margin-top: -20px; }
#content p.update { 
	font-size: 10px;
	color: #999;
	margin: 0px 10px 0 0;
	}
#content p.left { text-align: left; }
#content p.caption { text-align: center; font-size: 0.8em; line-height: 13px; }
#content p.twocell {
	background: #fff;
	float: left;
	width: 235px;
	margin: 15px 45px;
	text-align: center;
	font-size: 10px;
	}
#content p.centercell {
	background: #fff;
	float: left;
	width: 235px;
	margin: 15px 74px;
	text-align: center;
	font-size: 10px;
	}
#content p.threecell {
	background: #fff;
	float: left;
	width: 150px;
	margin: 15px 30px;
	text-align: center;
	font-size: 10px;
	}
#content p.quote {
	background : #eee;
	text-align: center;
	font-size: 11px;
	border: 1px solid #666;
	padding: 10px;
	}
#content p.quote:first-letter {font-size: 14px; background: #ccc;}
#content li { text-align: left; padding-bottom: 5px; }
#content img.left { padding: 0 7px 0 7px; display: inline; float: left; }
#content img.right { padding: 0 7px 0 7px; display: inline; float: right; }
#content img.center { display: block; margin-left: auto; margin-right: auto; }
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #3F5575 url(img/footer.gif) repeat-y 100%;
	border-bottom: 3px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #6196CD; border-bottom: 1px solid #6196CD; }
#footer a:hover { border-bottom: 1px dashed #77BCDD; color: #77BCDD; }

