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

body{
 background-image: url(../graphics/cobbg.gif);
	background-color: #000000;
	background-repeat: repeat;
	background-attachment:fixed;
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-size: 16;
}

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

a:link {
	color: #005FA9;
	text-decoration: none;
}
a:visited {
	color: #005FA9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

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

h1{
 font: bold 22px Arial,sans-serif;
 color: #21536A;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 20px Arial,sans-serif;
 color: #21536A;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 18px Arial,sans-serif;
 color: #21536A;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 16px Arial,sans-serif;
 color: #21536A;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 14px Arial,sans-serif;
 color: #21536A;
 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;
}

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

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

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

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../graphics/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #0033ff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}
.white {color: #FFFFFF;
}
.red {color: #FF0000;
}

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

.feature{
	padding: 0px 0px 10px 10px;
	min-height: 150px;
	height: 150px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

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

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

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.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;
	font-size: small;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	font-size: x-small;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/********************* end **********************/
.small {
	font-size: xx-small;
}
#table {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #21536A;
	border-right-color: #21536A;
	border-bottom-color: #21536A;
	border-left-color: #21536A;
}
