/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	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;
	background-color: #FFCC33;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #334d55;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 6px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #334d55;
	margin: 0px;
	font-style: normal;
	font-weight: lighter;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}

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: #330099;
 margin: 0px;
 padding: 0px;
}

ul{
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #FF3300;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 8px solid #cccccc;
	width: 700px;
	height: auto;
}

#navBar{
	float: left;
	width: 280px;
	border: 1px solid #cccccc;
	height: auto;
}

#content{
	float: left;
	width: 400px;
	margin: 0;
	padding: 5px;
	background-color: #FFFFFF;
	border-top-style: none;
	height: auto;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	color: #FF9933;
	background-color: #FFFFFF;
}

#globalNav a {
	padding: 0 4px 0 0;
}

/************** .feature styles ***************/

.feature{
	padding: 0px;
	background-color: #FFFFFF;
}

.feature h3{
	text-align: left;
}

.feature p{
	float: none;
	padding: 0px 0px 0px 0px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-style: normal;
	font-weight: lighter;
}

/************** .story styles *****************/

.story{
	border-color: #E2E2E2;
	width: 350px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin: 10px;
	padding: 10px;
	border-width: 2px;
}

.story p{
	padding: 0px 15px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #334d55;
}

.story li{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	width: 135px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	border: 1px solid #cccccc;
	color: #858585;
	padding: 10px;
	float: left;
	height: 28px;
	width: 700px;
	position: static;
}

/*********** #navBar styles ***********/

#navBar p{
	padding: 0px 15px 2px 7px;
	color: #334d55;
	font-size: 10px;
}

#navBar ul {list-style: none; margin: 0; padding: 0;
}
#navBar li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 7px;
	padding-left: 25px;
}

/*********** #siteSection styles ***********/

#siteSection {
	margin: 0;
	padding: 0 0 0 10px;
	height: 30px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
#wrap {
	float: left;
	width: 700px;
	border-top-style: none;
	height: auto;
}
