body	{
	
	padding: 0px;
	 
	 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	}
	
 #skip a, #skip a:hover, #skip a:visited   { /* HIDES skip nav link when not in focus */
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

#skip a:active	{   /* USERS tabbing through the screen will see the skipnav link */
	position:static;
	width:auto;
	height:auto;
	color: #FFF;
	}	
	
	
/* STRUCTURE */	
	
	
#container	{
	border: 1px solid #FFF;
	width: 878px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background-color: #FFF;
	}
	
#mainContentSpace	{
	background-color: #FFF;
	padding: 24px 36px;
	margin-bottom: 12px;
	}
	
.clear	{	/* float clearing */
	clear: both;
	}	
	
/* BASE HTML STYLES */
	
p	{
	margin-top: 0px;
	padding-top: 0px;
	}
	
a	{
	text-decoration: none;
	color: #003366;
	}
	
a:hover	{
	color: #5F021F;
	text-decoration: underline;
	}
	
h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin-top: 6px;
	padding-top: 0px;
	}
	
h2	{
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
/* HEADER */

#header	{
	background-color: #0E426C;
	height: 128px;
	width: 878px;
	/* background-image:url(images/ccsesa_logo_bg.gif);
	background-repeat:no-repeat;
	background-position: top left; */
	text-align: right;
	padding: 0px;
	}
	
#banner_photo	{
	border-left: 1px solid #FFF;
	margin: 0px;
	}

/* Global Nav */	
	
#gnav	{
	background-color: #5F021F;
	color: #996666;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 878px;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
	}
	
#gnav a	{
	color: #FFF;
	}
	
#gnav a:hover	{
	text-decoration: underline;
	color: #FFFF99;
	}
	
#gnav ul	{
	list-style-type: none;
	margin: 12px 12px 3px 12px;
	background-color: #5F021F;
	float: left;
	}
	
#gnav ul li	{
	/*float: left; */
	display: inline;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 16px;
	}
	
#btn_signin	{
	margin-left: 18px;
	margin-top: 6px;
	margin-bottom: 6px;	
	}
	
/* GLOBAL NAV DROP DOWN MENU */

#gnav ul li ul.subNav	{
	background-color: #6586A7;
	width: 232px; 
	border: 3px solid #0E426C;
	font-size: 13px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: left;
	letter-spacing: normal;
	position: absolute;
	}
	
#gnav ul li ul.subNav li	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	}
	
#gnav ul li ul.subNav li a:hover	{
	background-color: #86A0BA;
	text-decoration: none;
	}
	
#gnav ul li ul.subNav li a	{
	padding: 8px 16px;
	display: block;
	color: #FFF;
	width:200px;
	text-decoration: none;
	border-bottom: 1px solid #97ADC3;
	}	
	
	
	
/* STYLES for LONGER GLOBAL NAV (makes gnav links smaller and closer together) */

body.longNav #gnav	{
	font-weight: normal;
	letter-spacing: 0em;
	}
	
body.longNav #gnav ul	{
	margin-left: 0px;
	}	
	
body.longNav #gnav ul li	{
	margin-left: 12px;
	font-size: 11px;
	}
	
body.longNav #btn_signin	{
	margin-left: 6px;
	margin-right: 6px;
	}
	
	
/* BREADCRUMB */

#breadcrumb	{
	font-size: 11px;
	color: #666;
	margin-bottom: 12px;
	}	
	
#signout	{
	padding: 12px;
	text-align: right;
	float: right;
	color: #ccc;
	width: 200px;
	}	
	
#signout a	{
	font-weight: bold;
	margin: 0px 6px;
	}
	
	
	
/* MAIN CONTENT */

#mainContentText	{
	margin-left: 260px;
	line-height: 1.3em;
	font-size: 13px;
	color: #333;
	}
	
#home #mainContentText	{
	font-size: 15px;
	line-height: 1.5em;
	}	
	
body#subpage_1col #mainContentText {
	margin-left: 0px;
	}		
	
body#subpage_1col #mainContentSpace	{
	margin-left: 18px;
	}	
	
	
	
/* CALLOUT BOX  (e.g., Hot Topics) */
	
#callOutBox	{
	width: 237px;
	float: left;
	background-color: #BFD5BF;
	border-bottom: 2px solid #8FB690;
		}
	
#callOutBox h2	{
	background-color: #8FB690;
	padding: 6px 12px;
	border-bottom: 1px solid #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #083255;
	margin: 0px;
	}
	
#callOutBox p	{
	color: #083255;
	padding: 6px 12px;
	margin: 0px;
	}
	
	
/* LISTS */	
	
#callOutBox	ul li:before, #mainContentSpace ul li:before {    /* double angle bracket bullet on Mozilla browsers; no bullet in IE) */
	content: "\00BB \0020";
	color: #003366;
	}
	
#mainContentSpace #callOutBox ul	{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -.8em;
	padding-top: 0px;
	margin-top: 12px;
	padding-right: 12px;}
	
#mainContentSpace ul	{
	list-style: none;
	margin-left: 0;
	padding-left: 0em;
	text-indent: -.8em;
	padding-top: 0px;
	margin-top: 12px;
	padding-right: 12px;
	}
	
#callOutBox ul li, #mainContentSpace ul li	{
	margin-bottom: 12px;
	padding-left: 1em;
	}	

/* TEXT BOX */

div.textBox	{
	float: left;
	margin-right: 18px;
	margin-bottom: 0px;
	}
	
/* TABULAR LIST */

td	{
	padding-right: 12px;
	}
	
table.tabularList th	{
	background-color: #eee;
	}
	
table.tabularList {
	background-color: #ccc;
	}
	
table.tabularList td	{
	background-color: #FFF;
	}
	

/* FOOTER */

#footer	{
	color: #666;
	padding: 18px;
	}
	
#footer p {
	text-align: center;
	margin: 3px;
	padding: 0px;
	
	}
	
#copyright	{
	float: right;
	margin: 3px;
	}
	
#sponsor_icons	{
	float: left;
	}
	
	
/* FULL HEIGHT CENTER COLUMN */

 
/* commented backslash hack \*/ 
	html, body{height:100%;} 
/* end hack */
	html,body {margin:0;padding:0}

/* 	#outer{
	min-height:100%;
	height:auto;
	background:#ffffcc;
	width:200px;
	}

	* html #outer{height:100%;} */
	
.formatTable {
border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
}

.formatTableT {
border-top: 1px solid #cccccc;
}

.formatTableB {
	border-bottom: 1px solid #cccccc;
	}

.formatTableR {
	border-right: 1px solid #cccccc;
	
}

.formatTableL {
	border-left: 1px solid #cccccc;
	
}

.textError {
	color: #990000;
}
	



.back{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C7D3DE;
	font-size: .9em;
}
.backSmall{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C7D3DE;
	font-size: .8em;
}

.backShade{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	 
}

.noBack{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
.noBackSmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	
	.formatButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
	
	background-color:#87A3BA;
   }
   
   .simpleList{list-style:square;
list-style-position:inside;
padding-left:10px
}
