/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	margin-left: 40px;
	margin-top: 18px;
}

a{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: 12pt;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
	padding-bottom: 8px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4B4B4B;
	margin: 0px;
	padding: 12px;
	font-weight: lighter;
	width: 380px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	text-align: left;
	background-color: #CCCCCC;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	text-align: left;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: x-small;
 color: #9A9A9A;
 margin: 0px;
 padding: 0px;
}

ul{
list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 8px solid #cccccc;
	width: 700px;
	height: auto;
}

#navBar{
	float: left;
	width: 170px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	height: auto;
}

#content{
	float: left;
	width: 525px;
	margin: 0;
	padding: 0px;
	border-top-style: none;
	height: auto;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	color: #FF9933;
	background-color: #FF0000;
}

#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{
	padding: 0px 12px 0px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #676767;
	font-style: normal;
	text-align: center;
}

.feature li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 6px;
	padding-left: 15px;
	list-style-type: none;
	width: 330px;
}


/************** .story styles *****************/

.story{
	border-color: #DDDDDD;
	width: 470px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin: 10px;
	padding: 10px;
	border-width: 2px;
	background-color: #DEDFE4;
}

.story p{
	padding: 2px 35px 2px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	font-weight: normal;
	font-size: 12px;
}

.story ul {
	margin: 0;
	padding-left: 56px;
	padding-bottom: 3px;
}

.story li {
	list-style-type: square;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style-position: inside;
	color: #676767;
	width: 300px;
}

.story caption {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2E3947;
	padding-bottom: 12px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	border: 1px solid #cccccc;
	color: #999999;
	padding: 10px;
	font-weight: normal;
	float: left;
	height: 28px;
	width: 700px;
	background-color: #FFFFFF;
}

/************* #navBar styles ***************/
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navBar li {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 8px;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	font-weight: normal;
}

#navBar p {
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #676767;
	font-weight: lighter;
	text-align: center;
}

#siteSection {
	margin: 0;
	padding: 12px 0px 6px 56px;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	background-image: url(../images/BackGrounds/back-grd-sitesect.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#wrap {

	float: left;
	width: 700px;
	height: auto;
}
.feature td {
	text-align: left;
	padding: 0px 5px 0px 12px;
	color: #999999;
	font-size: 11px;
}
.story th {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #676767;
	padding-bottom: 6px;
}
.story a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 12px;
}
