/***********************************************/
/* colors                             */
/***********************************************/ 

/* 
background, dark gray: #636C71
background, masthead, medium gray: #999A9C
background, headlines, medium gray: #999999
links, light gray: color: #eeeeee
links, mouseover, light gray: #dddddd
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

.rust { 	color: #B56067; }

body {
	background-color: #636C71;
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #123549;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #444C59;
	text-decoration: underline;
}

a:hover {
	color: #123549;
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #334d55;
}

h2 {
	font-size: 24px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: Arial,sans-serif;
	font-size: 16px;
	color: #334d55;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5 {
	font-size: 100%;
	color: #334d55;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

label {
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin: 0 0 0 00;
	padding: 10px 0px 0px 0px;
	background-color: #999A9C;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar {
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #333333;
}

#content {
	background-color: #ffffff;
	float:right;
	width: 80%;
	margin: 0;
	padding: 0 0 0 0;
	border-left: 1px solid #cccccc;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName {
	padding: 20px 0px 0px 30px;
}


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

#globalNav {
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img {
	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 90%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature {
	padding: 10px 40px 60px 30px;
	font-size: 100%;
}

.feature h3 {
	padding: 10px 0px 0px 0px;
	text-align: left;
}

.feature li {
	padding: 0px 0px 10px 0px;
}

.feature a:link, a:visited {
	color: #B56067;
	text-decoration: none;
}

.feature a:hover {
	color: #B56067;
	text-decoration: underline;
}

.feature img {
	float: right;
	border: 1px solid #eeeeee;
	margin: 0px 10px 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story {
	clear: both;
	padding: 10px 40px 60px 30px;
	font-size: 100%;
	min-height: 200px;
	height: 200px;
}

.story h3 {
	padding: 10px 0px 0px 0px;
	text-align: left;
}

.story li {
	padding: 0px 0px 10px 0px;
}

.story img {
	float: right;
	padding: 0px 20px 10px 20px;
	margin: 0 5px 5px 0;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #eeeeee;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	width: 100%;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 20px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	color: #444C59;
	padding: 3px 0px 3px 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	width: auto;
	text-decoration: none;
}

#sectionLinks a:hover {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 3px 0px 3px 20px;
	text-decoration: none;
}

#sectionLinks a.currentlink {
	color: #444C59;
	background-color: #dddddd;
	font-weight: bold;
}

#sectionLinks .indent20 {
	padding: 10px 0 10px 20px;
}



/*********** .relatedLinks styles ***********/

.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	border-top: 1px solid #cccccc;
}

#advert img {
	display: block;
}


/************** #headlines styles **************/

#headlines {
	margin: 2px 0;
	padding: 10px 0 10px 20px;
	font-size: 100%;
	background-color: #dddddd;
	border-top: 1px solid #ffffff;
	border-bottom: 2px solid #cccccc
}

#headlines h3 {
	font-size: 110%;
}

#headlines a:link, a:visited {
	color: #B56067;
	text-decoration: none;
}

#headlines a:hover {
	color: #123549;
	color: #444C59;
	text-decoration: underline;
}

#headlines ul.expanded {
	padding-bottom: 10px;
	list-style: square url(none); 
	margin-top: 10px; 
}
#headlines ul.expanded li {
	padding-bottom: 6px;
	margin-left: 20px; 
}


/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	color: #999999;
	padding: 10px 20px 20px 20px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img {
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}

#siteInfo a:link, a:visited {
	color: #444C59;
	text-decoration: none;
}

#siteInfo a:hover {
	color: #B56067;
	text-decoration: none;
}


/************************************************
	Table basic
************************************************/
table.basic { 
	border: 1px solid #666666; 
	}
table.basic td { 
	background: #FFFFFF;
	padding: 3px;
	color: #CCCCCC;
	font: normal 12px Arial, Helvetica, Sans-Serif; 
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
table.basic th { 
	color: #444C59;
	padding: 3px 0px 3px 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	font: normal 11px Arial, Helvetica, Sans-Serif; 
	text-align: left;
	vertical-align: middle;
	}
table.basic textarea, table.basic select, table.basic input, input { 
	font: normal 12px Arial, Helvetica, Sans-Serif; 
	}
table.basic td.alignright { 
	text-align: right;
	font-weight: bold;
	}
table.basic td.aligncenter { 
	text-align: center;
	}

/************************************************
	Table simple
************************************************/
table.simple { 
	border: 0; 
	margin: 0;
	padding: 0;
	}
table.simple td { 
	border: 0; 
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
	vertical-align: top;
	}
table.simple td.aligncenter { 
	text-align: aligncenter;
	}
table.simple td.aligntop { 
	vertical-align: aligntop;
	}

