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

body{
	font-family: Tahoma, Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/redstripbg.gif);
	/*background-color: #660000;*/
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #333333;
	/*font-weight: bold;*/
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF9933;
	text-decoration: none;
}

a:hover{
	color: #333333;
	background-color: #FFCC66;
}

/************** header tag styles **************/

h1{
 font: bold medium Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold small Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold small Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 20px;
	left: 10%;
	right: 10%;
	width:720px;
	border: thin  solid;
	background-color: #FFFFFF;
	border-color: #ff9900;
	
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}



#pageNav{
	width:178px;
	padding: 0px;
	border-right: 1px solid #FF9900;
	font: small Arial,sans-serif;
	float: left;	
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #FF9900;
	background-color: #FFFFFF;
}

#date {
	position:absolute;
	left:633px;
	top:93px;
	width:77px;
	height:11px;
	z-index:1;
}


/************** feature styles *****************/

.feature{
	padding: 0px 20px 10px 10px;
	font-size: small;
	line-height: inherit;
	min-height: 225px;
	top: auto;
	
}
html>body .feature {
	min-height: 225px;
	vertical-align: top;	
		
}

.feature h3{
	font: bold;
	color: #990000;
	padding: 30px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
}

.feature img{
	float: left;
	padding-right: 10px;
}


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

.story {
	font-size: small;
	line-height: inherit;
	color: #333333;
	vertical-align: top;
	padding-left: 20px;	
}

.story h3{
	font: bold small Arial,sans-serif;
	color: #333333;
}

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



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #ff9900;
	font-size: x-small;
	color: #666666;
	margin-top: 0px;
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#siteInfo a:link, #sectionLinks a:visited {
	color: #333333;
	font-weight: normal;
	border-bottom-style: none;	
}

#siteInfo a:hover{
	color: #FF9933;
	background-color: transparent;

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

}
#sectionLinks{
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	margin-top: 40px;
	/*margin-left: 5px;*/
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	/*border-bottom: 1px solid #cccccc;*/
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	padding: 10px 10px 10px 10px;
	color: #333333;
	margin-left: 15px;
	font-weight: bold;
	background-color: transparent;
	border-bottom-style: none;
}

#sectionLinks a:hover{
	color: #990000;
	background-color: transparent;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	right: auto;

}.allcaps {
	text-transform: uppercase;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}