@charset "utf-8";
/* CSS Document */

/* Breakout of separate style sheets */
 @import url("/reset.css");
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/

	/* IE CENTERING FIX */
	body{
		text-align: center; 
		background: url(/images/body-bg.gif) repeat-x #0c2e56;
		font-family: Arial, Helvetica, sans-serif;
		line-height:1.4em;
		font-size:small;
		padding-top:0;
		color:#555;
	}
	
	hr{border-top:dotted;height:1px; width: 500px; color:#43625a;}
	
/* -------------------------------------*/


.outline {
	width: 920px;
	height:auto;
	padding:0;
	padding-bottom:2em;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
}

    a:link {color: #0567c3; text-decoration:underline; }
	a:hover { color:#99a656  ; text-decoration:underline;}
	a:active { color: ; }	
	a:visited {color: #0567c3; text-decoration:none; }
	
/* -------------------------------------*/
/* --------------masthead---------------*/

.masthead {
	width: 920px;
	height: 173px;
	background: url(/images/sub-masthead.gif) no-repeat #0c2e56;
}

.navbar {	
	float: right;
	color: #ffffff;
	text-align:right;
	width:630px;
	height: 27px;
	padding: 100px 20px 0 0;
	font-size:13px;
}

.navbar a:hover { color:#ffffff  ; text-decoration:underline;}	
.navbar a:link {color: #fff; text-decoration:none; }
.navbar	a:active { color: ; }	
.navbar	a:visited {color: #fff; text-decoration:none; }

.logo {
	float: left;
	width:240px ;
	height: 80px;
	padding: 25px 0 0 30px;
}	

.flash {
	width: 417px;
	height: 185px;
	float:right;
}	
	
/* -------------------------------------*/
/* ----------------body-----------------*/	

.wrap {
	background: url(/images/sub_bg-slice.gif) repeat-y #ddddd3;
	margin:0;
	padding:0;
	text-align: left;
}	

#sidebar {
	float: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size:13px;
	width: 212px;
	color:#ffffff;
	text-align:left;
	margin: 0 0 0 20px;
}	



h1 {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 22px;
	color: #0c2e56;
	margin-top:0;
	padding-top:0;
	padding-bottom:15px;
}

h2 {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #0c2e56;
	margin:6px 0 6px 0;
}

.style1 {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 17px;
	color: #0c2e56;
	font-weight:bold;
	font-style:italic;
}

.style2 {
	font-size: 11px;
	color: #0c2e56;
}

.content {
	width: 648px;
	padding-top: 20px;
	padding-left:230px;
	margin: 0 20px 30px 20px;
	color: #364d4c;
	font-size:14px;
}

.content-side {
	width: 920px;
	padding-top: 20px;
	margin: 0 20px 30px 20px;
	color: #CC0000;
}

.left {
	width: 190px;
	color: #ffffff;
	font-size: 13px;
	float:left;
}

.right {
	width: 600px;
	margin: 0 20px 30px 20px;
	padding-right: 70px;
	color: #364d4c;
	font-size:14px;
	float:right;
}

.left li {
	padding-bottom: 10px;
}	

.left a:link {color: #ffffff; text-decoration:underline; }
.left a:hover {color: #999999 ; text-decoration:none;}
.left a:visited {color: #ffffff; text-decoration:underline; }			
.left a:active {color: #999999 ; text-decoration:none;}

.button {
	margin: 5px 0 0 0;
}

.footer {
	width: 880px;
	height:109px;
	background: url(/images/footer-bg.gif) no-repeat #b4b596;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color: #3b4c4b;
	padding: 15px 20px 0 20px;
}

.footer a:link {color: #3b4c4b; text-decoration:underline; }
.footer	a:hover { color:#fff  ; text-decoration:none;}
.footer	a:active { color: ; }	
.footer	a:visited {color: #3b4c4b; text-decoration:none; }			

.ft-lft {
	float:left;
	text-align:left;
	width:213px;
}

.ft-ct {
	float:left;
	text-align:center;
	width:450px;
}

.ft-rt {
	float:right;
	text-align:right;
	width:213px;
}	

	
	
