/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/* lavendar - #775377 */
/* teal - #4B6878 */
/* light blue - #C7D0D5 (background of table color) */

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #000000;
}

/* Layout Divs */
/* pagecell sets up main width and location of div */

#pagecell{
	position:absolute;
	top: 75px;
    left: 2%;
	right: 2%;
	width: 96%;
	background-color: #ffffff;
}

#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:160px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 160px;
	border-left: 1px solid #ccd2d2;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:2px solid #ccd2d2;
}

#pageName h2{
	font: bold 20px Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName h1{
	font: bold 18px Arial,sans-serif;
	top: 16px;
	left: 0px;
	color: #775377;
	margin:0px;
	padding: 0px;
}

#pageName h4{
	font: bold 22px Arial,sans-serif;
	top: 16px;
	right: 0px;
	color: #cc0000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 1px 5%;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}

.feature2{
	position:absolute;
	top: 55px;
    left: 55%;
	right: 5%;
	width: 44%;
	background-color: #ffffff;
}

html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Georgia,Arial,sans-serif;
	color: #CC0000;
	padding: 0px 0px 0px 0px;
}

.feature h2{
	font: bold 125% Georgia;
	color: #CC0000;
	padding: 0px 0px 0px 0px;
}

.feature h1{
	font: 100% Arial,sans-serif;
	color: #CC0000;
	padding: 0px 0px 0px 0px;
}

.feature p{
	font: 100% Arial,sans-serif;
	color: #000000;
	padding: 0px 10px 0px 10px;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 12px;
}

.story h3{
	font: bold 16px Arial,sans-serif;
	color: #000000;
}

.story h2{
	font: bold 16px Arial,sans-serif;
	color: #775377;
}

.story h1{
	font: bold 14px Arial,sans-serif;
	color: #775377;
}

.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;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #ffffff;
	padding: 2px 10px 5px 10px;
	margin-top: -1px;
	background-color: #775377;
	background-repeat: repeat;
	text-align: center;	
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color:#4B6878
}

#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 #CCCC99;
	background-color: #CC0000;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
	font-size:12px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FF9933;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size:12px;
}

/************ Font Styles **************/

.FONTXXSMALL{	
    font-family: arial,helvetica,verdana;
    font-size: 12px;
    font-weight: 500;
    font-style:	normal;
    color: #000000;
    text-decoration: none;
    text-transform:	none;	
}

.FONTXSMALL{	
	font-family: arial,helvetica,verdana;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-transform:	none;
}

.FONTSMALL{	
	font-family: arial,helvetica,verdana;
	font-size: 16px;
	font-weight: 700;
	font-style:	normal;
	color: #000000;
	text-decoration: none;
	text-transform:	none;
}

.FONTMED{	
	font-family: arial,helvetica,verdana;
	font-size: 18px;
	font-weight: 700;
	font-style:	normal;
	color: #000000;
	text-decoration: none;
	text-transform:	none;
}

a:link, a:visited{
	color: #000000;
	text-decoration: underline;	
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
	background: #4B6878;
}
/********************* end **********************/