/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial;
	font-size:12px;
	color:#003366;
	line-height: 1.166;	
	background: #cccccc url("bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color:#003399;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#000000;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
 line-height: 1.5;
}

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 Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 96px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

/************** utility styles *****************/

#utility{
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
	font-weight: normal;
}

#utility a:hover{
	text-decoration: underline;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	padding-left: 10px;
	border-bottom:1px solid #ccd2d2;
	line-height: 1;
}

#pageName h2{
	font: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
top: 6px;
width: 100%;
height: 32px;
color: #cccccc;
background-image:url("glbnav_background.gif");
font-size: 12px;
color: #000033;
font-weight: bold;
}

#globalLnk a:link, #globalLnk a:visited{
	position:relative;
	top: 10px;
	left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#globalLnk a:hover{
  	background-image:url("glblnav_selected.gif");	
	text-decoration: underline;
}

/************** feature styles *****************/

.feature {
	position: relative;
	top: 0px;
	padding: 10px 0px 10px 10px;
	height: 200px;
	clear:left;
}

.feature p{
	position: relative;
	top: 0px;
	margin-top: 0px;
	text-align:justify;
}

html>body .feature {height: auto;}

.feature h3{
	font-size: 14px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: Opx;
}

.feature h4{
	font-size: 12px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: Opx;
}

.feature img{
	float: left;
	margin-right:20px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

/************** feature1 styles *****************/

.feature1 {
	position: relative;
	top: 0px;
	padding: 10px 0px 10px 10px;
	height: 200px;
	clear:left;
}

.feature1 p{
	position: relative;
	top: 0px;
	margin-top: 0px;
	text-align:justify;
}

html>body .feature1 {height: auto;}

.feature1 h3{
	font-size: 14px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: Opx;
}

.feature1 h4{
	font-size: 12px;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: Opx;
}

.feature1 img{
	float: left;
	margin-right:20px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
.feature1 img{
	float: right;
	margin-right:10px;
	border-width:1px;
	border-style:none;
	border-color:#000000;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* relatedLinks styles **************/

.relatedLinks{
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	color:#000000;
	padding: 10px 0px 2px 0px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}

.relatedLinks p{
	margin-top:10px;
	margin-bottom:10px;
}

.relatedLinks a{
	display: block;
	font-size: 11px;
}

.relatedLinks a:hover{
	display: block;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

/********************* end **********************/
