/******* hyperlink and anchor tag styles *******/



/************** header tag styles **************/

h1{
 font: bold 120% Verdana;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Verdana;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana;
 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 Verdana;
 color: #334d55;
}
				
input{
font-family: Verdana;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 165px;
	left: 2%;
	right: 2%;
	width:95%;
	background-color: #fff;
	border-top:thin #fff
}

#tl {
	position:absolute;
	top: 95px;
	left: 798px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 171px;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	background-color: #FF9900;
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95%;
	
}

#pageNav{
	float: left;
	width:178px;
	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 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 10px;
	color: #fff;
	font-weight: normal;
	text-align:right
}

#siteName a:link{
	margin: 0px;
	padding: 10px;
	color: #fff;
	font-weight: normal;
	text-align:right
}

/************** utility styles *****************/


#utility {
	font-size: 10px;
	width: 220px;
	padding: 10px;
	color: #FFF;
	float: right;
	text-decoration:none
} 

#utility p {
	font-size: 10px;
	text-align: left;
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-decoration:none
}

#utility p a:link, a:visited{
	text-align: left;
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFF;
	text-decoration:none
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Verdana;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}



/************** heading styles *****************/

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 80%;
	min-height: 20px;
	height: 20px;
	width: 100%;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Verdana;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story capsule {
	padding: 0px;
	font-size: bold 1.2em Verdana;
	color: #005FA9;
	line-height: 100%
	text-decoration: none;
}

.story p {
	padding: 0px;
	font-size: 1em;
	line-height: 2em
}

.story a.capsule{
	font: bold 1.2em Verdana;
	color: #005FA9;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}





/**************** img styles *****************/

.img	{
	padding-left: 10px;
	float: left
}


/********************* end **********************/
