/***********************************************/
/* 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: 10pt;
	color: #334d55;
	font-weight: bold;
	margin: 0 px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: lighter;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	margin: 0px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	padding-top: 5px;
}

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{
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 8px solid #cccccc;
	width: 700px;
	height: auto;
}

#navBar{
	float: left;
	width: 300px;
	border: 1px solid #cccccc;
	height: auto;
	clear: none;
}

#content{
	float: left;
	width: 400px;
	margin: 0;
	padding: 5px;
	border-top-style: none;
	height: auto;
	clear: none;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	color: #FF9933;
	background-color: #FFFFFF;
	width: 700px;
}

#globalNav a {
	padding: 0 4px 0 0;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 2px 0px 0px 10px;
	width: 700px;
	background-color: #EBEAEC;
	float: left;
	height: 15px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #888888;
	color: #666666;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 0px 0px;
}

.feature h3{
	text-align: left;
}

.feature p{
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
}


/************** .story styles *****************/

.story{
	width: 375px;
	margin: 0px;
	padding: 2px 0px 8px 15px;
	border: solid 1px #E2E2E2;
}

.story p{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #334d55;
	width: 300px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	border: 1px solid #cccccc;
	color: #858585;
	padding: 10px;
	float: left;
	height: 28px;
	width: 700px;
	position: static;
}

/************** #navBar styles **************/

#navBar ul {list-style: none; margin: 0; padding: 0;
}
#navBar li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 6px;
	padding-left: 3px;
}

/************** #siteSectionr styles **************/ 

#siteSection {
	margin: 0;
	padding: 0px 0px 0px 10px;
	height: 30px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#wrap {
	float: left;
	width: 720px;
	height: auto;
}
