/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff; 
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 130% Arial,sans-serif;
 color: #F4181A;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #171583;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 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;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#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{
	float: left;
	width:178px;
	height:35px;
	padding: 0px;
	padding-left:7px;
	font: small Verdana,sans-serif;
	margin-top: 60px;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	min-height: 200px;
	height: 200px;
}

#content a:link {
	color: #005FA9;
	text-decoration: underline;
}

#content a:visited {
	color: #005FA9;
	text-decoration: underline;
}

#content a:hover{
	text-decoration: underline;
}


html>body .feature {height: auto;}

.feature h3{
	font: bold 140% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 90%;
	float: right;
	width: 200px;
	border: thin solid #FF0000;
	margin-top: 20px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

.storyLeft{
	padding-right: 12px;
	font-size: 90%;
	padding-left: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	
	background-image:url(images/drop_shadow_button.gif);
	background-repeat:no-repeat;	
	/*background-color: #F9CE23;*/
	display: block;
	/*border: thin solid #FF0000;*/
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	width:175px;
	height:38px;
}

#sectionLinks a:hover{
	background-image:url(images/drop_shadow_button_hover.gif);
	background-repeat:no-repeat;
	/*background-color: #FDECA8;*/
	font-weight: bold;
	text-decoration: none;
	width:175px;
	height:38px;
	/*border: thin solid #FA0D0C;*/
}


.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.style1 {
	font-weight: normal;
	font-family: "Comic Sans MS";
	font-size: 140%;
	background-color: #FA0D0C;
}
.redbg {
	color: #FF0000;
}
#header{	
background-color: #F9CE23;
border: thin solid #FA0D0C;
}
