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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #1A6CDF;
	line-height: 1.2em;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #ff0000;
	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: #ff0000;
 margin-top: 20px;
}

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

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

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

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

ul{
 list-style-type: square;
}

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

ul ul ul{
 list-style-type: none;
}
	
dt {
font-weight:bold;
margin-top:15px;
}

.imgRight {
float:right;
margin: 0 0 10px 10px;
}			

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

#wrapper {
	width:950px;
	background-color:#fff;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	text-align:left;
	margin: 20px auto;
}

#masthead{
	margin: 0;
	padding: 0;
	width: 100%;
	height:200px;
	background-color:#000;
}

#banner {
	float:right;
	margin-right:20px;
}

#logo{
	float:left;
	padding:30px;
}

#navBar{
	margin: 0 750px 0 0;
	padding: 120px 0px 25px 0px;
	background-color: #ff0000;
	background-image:url(../images/navimage.jpg);
	background-repeat:no-repeat;
}

#content{
  	float:right;
	width: 73%;
	margin: 20px 0 0 0;
	padding: 0 3% 0 2%;
	background-color:#fff;
}


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

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

#pageName{
	padding: 10px;
	background-color: #ff0000;
	color:#fff;
	display: inline;
	font-variant: small-caps;
	line-height: 30px;
}

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

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

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


/************* #footer and #siteInfo styles ***************/

#footer{
clear: both;
background-color:#ff0000;
}
/* 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{	
	font-size: 75%;
	color: #ccc;
	background-color:#000;
	padding: 10px 10px 10px 25px;
	margin: 0px 0px 0px 200px;
}

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

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


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

#shadow {
	width:97%;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-y;
	}

#sectionLinks{
	position: relative;
	width:97%;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color:#fff;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px dashed #cccccc;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	color:#000;
}

#sectionLinks a:visited{
	border-top: 1px dashed #cccccc;
	padding: 2px 0px 2px 10px;
	color:#666;
}

#sectionLinks a:hover{
	border-top: 1px dashed #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	color:#ff0000;
}
