/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333; 
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
/*	background: #cccccc url(/images/bg_grad.jpg) fixed; */
    background-color: #5284ae; 
	behavior:url("csshover.htc");	
}

/******* hyperlink and anchor tag styles *******/

a:link {
    color: blue;
	text-decoration:none; 	
}

a:visited {
    color: purple;
	text-decoration:none; 
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font:  105% Arial,sans-serif;
 color: #030303;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: black;
 font-weight:bold;
 margin: 0px;
padding: 0px 0px 5px 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
list-style-type:circle;
} 

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: disc;
}

/********* 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 Ids                                 */
/***********************************************/

#masthead{
	width:960px;
	margin-left:auto; 
	margin-right:auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left:-480px;	
}

#pagecell1{
	width:960px;
	margin-left:auto; 
	margin-right:auto;
	position: absolute;
	top: 162px;
	left: 50%;
	margin-left:-480px;	
	/* This is the main background */
    background-color:#F7F6EF;
}

#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 5px 0px 5px;
	margin:0px 10px 0px 160px;
	border-left: 1px solid #ccd2d2;
}

#fpcontent{
	padding: 0px 5px 0px 5px;
	margin:0px 165px 0px 160px;
	border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;	
}

#headlines{
    float:right;
	font: normal 14px/18px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;	
	width: 150px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 5px;
	padding-left: 10px;	
}

#leftnav {
    float:left;
	width: 45px;
}

#rightnav {
    float:right;
	width: 45px;
}

#bleftnav {
    float:left;
	width: 45px;
}

#brightnav {
    float:right;
	width: 45px;
}

/***********************************************/
/* Footer Ids                              */
/***********************************************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/***********************************************/
/* Component Ids                              */
/***********************************************/

#siteImage{
    	margin: 0px;
}
		
#siteImage img{
	position: absolute;
	top: 5px;
}

#siteName{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	font: normal 170% Arial,sans-serif;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 152px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName ids ****************/

#pageName{
	padding: 0px 0px 14px 10px; 
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 140% Arial,sans-serif;
	color: #000000;	
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 2px;
	right: 5px;
	bottom: 2px;
	padding: 0px;
	margin: 0px;
/*	background-image:  url(/images/logo.jpg); */
}

/************* globalNav ids ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(/images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

/*************** search ids *****************/

#search{
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }

/*
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}
*/

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #A1A1A1;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************* info styles ***************/

a.info {
    color:#009933;
	text-decoration:none;
}	

/************** feature styles *****************/

.feature{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	min-height: 100px;
	height: 100px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

img.rimage
{
	float: right;
	padding: 0px 0px 0px 10px;
}

#content p {
	padding: 0px 0px 2px 0px;
}

ul.content {
list-style-type:disc;
list-style:disc;
}

ul#feature {
list-style-type:disc;
list-style:disc;
}

#content ul {
list-style-type:disc;
list-style:disc;
}

#content ul li {
	padding: 0px 0px 5px 0px;
}

td.3col{
	width: 33%;
}

td.2col{
	width: 49%;
}

td.4col{
	width: 24%;
}

/********************* extras **********************/

#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;
}


.nopadding
{
    padding: 0px 0px 0px 0px;
}

#leftpad5
{
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 140px;				
}

.tab_head {
    padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

/************ headlines class **************/

.headlines h3{
 color: brown;
}

.headlines p > a{
 color: blue;
}

.headlines a:hover{
	text-decoration: underline;
}

.headlines a:visited{
	color: #005FA9;
	text-decoration: none;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story h3{
	font: bold 105% Arial,sans-serif;
	color: brown;
}

.story p {
	padding: 0px 0px 2px 0px;
}

#content p {
	padding: 0px 0px 2px 0px;
}

#content ul {
list-style-type:disc;
list-style:disc;
}

#content ul li {
	padding: 0px 0px 5px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px; 
}

.story a.capsule:hover{
	text-decoration: underline;
}

.story h4.capsule{
	padding-bottom: 5px; 
 font: 140% Arial,sans-serif;
 color: black;
 font-weight:bold;
 margin: 0px;

}

td.storyLeft{
	padding-right: 12px;
}

td.storyLeft3{
	padding-right: 12px;
	width: 33%;
}

td.storyLeft3.a{
	padding-bottom: 3px;
	padding-bottom: 5px;	 
}

td.3col{
	width: 33%;
}

td.storyLeft2{
	padding-right: 12px;
	width: 49%;
}

td.2col{
	width: 49%;
}

td.storyLeft4{
	padding-right: 12px;
	width: 24%;
}

td.4col{
	width: 24%;
}

/******************/
/* External links menu */
/******************/
#extlinks {
    background-color:#69DC6C;
}

/*
#extlinks a:link, a:visited {
	color: #111;	
	text-decoration: none;	
}
*/

#extlinks li.elinks {
    background-color:#5284ae;
	font: normal 14px/18px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px solid #060606;
	padding: 1px 0 4px 15px;	
}

#extlinks li:hover {
	z-index: 10;
	background-color: #DDEEFF;
	}

