/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	font-size: 9pt;
	margin-left: 40px;
	margin-top: 18px;
}

a{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #0033FF;
}

a:link{
	color: #0033FF;
	text-decoration: underline;
}

a:visited{
	text-decoration: none;
	color: #330099;
}

a:hover{
	color: #FF3300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC66;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #456974;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #85939E;
	margin: 0px;
	padding: 10px;
	font-weight: lighter;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #626262;
	margin: 0px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 9px;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: x-small;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #cccccc;
	background-color: #E0DFE3;
	width: 700px;
	height: auto;
}

#navBar{
  float: left;
	width: 176px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	float:right;
	width: auto;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	margin-right: 10px;
	position: static;
	right: auto;
	background-color: #FFFFFF;
}

#content{
	float: left;
	margin: 0;
	padding: 5px;
	border-top-style: none;
	width: 500px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	color: #FF9933;
	width: 700px;
}

#globalNav a {
	padding: 0 4px 0 0;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 0px 0px;
	background-color: #FFFFFF;
}

.feature h3{
	text-align: left;
}

.feature p{
	float: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}


/************** .story styles *****************/

.story{
	border-color: #CCCCCC;
	width: 350px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin: 10px;
	padding: 10px;
}

.story p{
	padding: 5px 25px 10px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-top-width: 3px;
	word-spacing: normal;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: left;
	border: 1px solid #cccccc;
	color: #999999;
	padding: 10px;
	font-weight: normal;
	float: left;
	height: 28px;
	width: 700px;
	vertical-align: bottom;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 6px;
	border-bottom: 10px solid;
	font-size: 9px;
	border-top-color: #666666;
	border-top-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #E0DFE3;
}

#sectionLinks h3{
	padding: 10px 0px 2px 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 5px 0px 8px 5px;
	width: auto;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

