@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:0;height:1px;color:#ccc;background:#ccc;}
	
/* -------------------------------------*/


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

#shadow {
	background:url(/images/shadow.png) no-repeat;
	width: 1022px;
	height:1088px;
	margin:0 auto;
	padding: 0;
	behavior: url(/styles/iepngfix.htc);
}	

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

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

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

.logo {
	float: left;
	width:350px ;
	height: ;
	padding: 15px 0 0 20px;
}	

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

.wrap {
	background: url(/images/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;
	_margin: 0 0 0 10px;
}	

input {
	height: 16px;
	font-size:11px;
	padding-top: 3px;
}	

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

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


#content {
	width: 648px;
	float: right;
	margin: 0 20px 30px 20px;
	color: #364d4c;
}

#intro {
	width: 335px;
	float:left;
}

#flash-add {
	width: 280px;
	float:right;
	margin: -15px 27px 0 0;
	_margin:0;
}

#programs {
	background: url(/images/content-bg.gif) no-repeat;
	width:648px;
	height:253px;
	float: left;
	margin: 15px 0 0 0;
	line-height: 1.5em;
}

#programs td {
	padding: 0 10px 10px 10px ;	
	width: 131px;
	text-align:left;
}

#programs h2 {
    margin:10px 0 3px 0;
}

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

#end-con {
	float:left;
	width: 648px;
	margin: 20px 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;
	_padding: 0 20
}	

.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;
}	
	
	