body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #8c914f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #eeeeee;
}

h2{
 font-size: 114%;
 color: #333333;
}

h3{
 font-size: 100%;
 color: #333333;
}

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

/************************************************/

.red{
	color:#FFFFFF;
	background-color:#FF0000;
	text-align:center;
	padding:4px 0px 4px 0px;	
	margin:12px 8px 12px 8px;
	font-weight:bold;
}
.yellow{
	color:#000000;
	background-color:#FFFF00;
	text-align:center;
	padding:4px 0px 4px 0px;	
	margin:12px 8px 12px 8px;
	font-weight:bold;
}
.green{
	color:#000000;
	background-color:#00FF00;
	text-align:center;
	padding:4px 0px 4px 0px;	
	margin:12px 8px 12px 8px;
	font-weight:bold;
}
.orange{
	color:#000000;
	background-color:#FF6600;
	text-align:center;
	padding:4px 0px 4px 0px;	
	margin:12px 8px 12px 8px;
	font-weight:bold;
}

/************************************************/

p.form{
	margin:0 40px;
}
table.form{
	border-collapse:collapse;
	border-width:thin;
	border-style:none none none none;
	margin:0 0 0 40px;
}

th.form{
	padding:8px 12px 6px 12px;
	text-align:right;
	border-style:none none dotted none;
	border-width:thin;
	font-weight:bold;
}

td.form{
	padding:8px 12px 6px 12px;
	text-align:right;
	border-style:none dotted dotted none;
	border-width:thin;
	font-weight:lighter;
}
/*-------------------------------*/
table.grid{
	margin:0 0 0 40px;
	border-collapse:collapse;
}
th.grid{
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	padding:6px 16px;
	text-align:center;
	background:#8c914f;
	color:#eee;
}
td.grid{
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	padding:4px 12px;
	text-align:left;
	background:#ababab;
	font-size:95%;
}
td.gridPrivate{
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	padding:4px 12px;
	text-align:left;
	background:#FFFF00;
	font-size:95%;
}
tr.grid{
	background:#cccccc;
}
td a:link, td a:visited{
	color:#333333;
	text-decoration:none;
}
td a:hover{
	color:#8c914f;
}
/*-------------------------------*/

/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 10px 85% 10px 0;
	padding: 0px;
	background-color: #eeeeee;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 82%;
	margin: 0;
	padding: 0 3% 0 0;
}


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

#siteName{
	margin: 0px;
	padding: 20px 0px 10px 0px;
	background-image:url(../images/back-navy.gif);
}


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

#pageName{
	margin: 15px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px dashed #333333;
}


/************* #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: 80%;
	padding: 0px 4px 0px 0px; 
}


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

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

#breadCrumb a{
	color: #bbbbbb;
}

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

.story{
	clear: both;
	padding: 10px 0px 0px 20px;
	font-size: 80%;
	margin-bottom:20px;
}

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

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 2px 10px 2px 10px;
	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: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #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 #EEE;}

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


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

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

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

.info{
	font-size: 70%;
}

