body {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	
} 

/******* NEW STUCTURE STYLES *******/

 #header {padding: 0px 14px 31px 12px;}
 #mainframe {background-color:white; margin-top: 22px}
 td#bodycol {padding: 10px;}  
 .imagecell {font-size:10px; text-align:center}
 .imagecell img {display:block}
 
#footer {background-color:white;  padding: 0px 10px 4px 10px;	 border-top: 1px solid #999999}
#footer a:link, #footer a:visited {font-size: 11px;}  
td.bodytext {padding: 20px; font-size:12px;}

#navigation{
	position: absolute;
	top: 30px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {	color: #005FA9; text-decoration: none; }

a:hover {text-decoration: underline;}



/************** header tag styles **************/

h1 {
 font: bold 18px Arial,sans-serif;
 color: #CC9900;
 margin: 0px;
 padding: 0px;
}

#header  {font-size: 26px; font-weight: bold; color: #C9D3D1;}

td#bodycol h1 { font-size: 18px; color: #006699;}

h2 { font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3 {
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font:   Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-size: .90em;
	font-style: italic;
}

h5 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: Courier;
}

h6{
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}
/***********************************************/
/* Layout Divs                                 */

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 21px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}


#tl {	position:absolute; top: -1px; left: -1px;	margin: 0px;	padding: 0px;	}

#tr {	position:absolute;	top: -1px;	right: -1px;	margin: 0px;	padding: 0px;	}

#content  {	font-size: 10pt; padding: 0px 0px 10px 20px;	 margin:20px 0px 0px 22px;	border-left: 1px solid #ccd2d2;}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{ margin: 0px;	padding: 4px 0px 8px 0px;	color: #C9D3D1;	font-weight: normal; }


/************* globalNav styles ****************/

#globalNav{ width: 100%; height: 16px; color: #cccccc; padding: 0px; background-image:  url("assets/glbnav_background.gif");}

#globalNav img{ margin-bottom: 80px; margin-left: 0px;}

#gnl {	position: absolute;	top: 100px;	left: 10px;}

#gnr {	position: relative;	top: 0px;	right:  0px;}

#globalLink{	position: relative;		white-space:nowrap;
height: 32px;	padding: 0px;	margin: 0px;	top: 5px;	left: 10px;}


a.glink, a.glink:visited{  	font-size: small;  	color: #000000;	font-weight: bold;	margin: 0px;	padding: 2px 5px 4px 5px;	border-right: 1px solid #8FB8BC;}

a.glink:hover {  	background-image:  url("assets/glblnav_selected.gif");	text-decoration: none;}

.skipLinks {display: none;}


/************ subglobalNav styles **************/

.subglobalNav {	position:absolute; top: 62px;	left: 30px;	height: 20px; padding: 0px 10px 0px 10px; visibility: hidden; color: #ffffff; }

.subglobalNav a:link, .subglobalNav a:visited {	font-size: 70%;	color: #ffffff; }

.subglobalNav a:hover {	color: #cccccc; }


/************* breadCrumb styles ***************/
#breadCrumb   {	font: small Verdana,sans-serif;	color: #AAAAAA; padding: 0px 10px 4px 0px;	margin:0px 8px 8px 0px; border-bottom: 1px solid #cccccc; }

#breadCrumb a {	color: #AAAAAA; }

#breadCrumb a:hover {color: #005FA9;	text-decoration: underline; }

/************** feature styles *****************/
.diaryText { font-family: Courier; 
font-size:10px;
}
/*************** story styles ******************/
/************** siteInfo styles ****************/
#siteInfo { border-top: 1px solid #cccccc;	font-size: small;	color: #cccccc;	padding: 0px 4px 4px 4px;	margin-top: 0px; }
#siteInfo img{	padding: 4px 4px 4px 0px;	vertical-align: middle;}



