/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffcc;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 140% Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial, Helvetica, sans-serif;
 color: #000000;
 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;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1{
	width: 97%;  /* this will create a container 97% of the browser width */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EBEBEB;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:900px; /* doesn't work for IE */
}
/* the fix for IE6 browsers to keep image map from dropping down below left nav */
* html .minwidth {border-left:900px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-900px; position:relative; float:left; z-index:2;}

	#ContentFrame {
	float: right;
	width: 77%;
	margin: 3px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:80%;
	
}

#pageNav{
	float: left;
	width:20%;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#content{
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h1{
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #21536A;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

#breadCrumb a{
	color: #000000;
}

#breadCrumb a:hover{
	color: #000000;
	text-decoration: underline;
}


/************** page title style ***************/

#pageTitle h1{
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #21536A;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000000;
	margin-top: 0px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size:90%;
}

#navHeader{

	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font: bold 100% Arial, Helvetica, sans-serif;
 	color: #000000;
 	margin: 0px;
 }

#sectionLinks ul{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
}

#sectionLinks ul li{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
display: inline;
list-style-type: none; /*turns off display of bullet*/
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	font-size:90%;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	font-size:90%;
}

	/* Right side text */
	#RHNav {
		float: right;
		margin: 0px 2px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 24%;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 24%; 
}
		

		.rhnavitems {
		border: 1px solid #aaaaaa;
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
		min-height: 60px;
}
		
		.rhnavitems h3  {
		background-color: #eaeaea;
		color: #000000;
		margin: 0px;
		padding: 2px;
		font-weight: normal;
}
		
		

/************ other styles **************/

.red {
	color: #FF0000;
}

.smalltext {
	font-size: 80%;
	color: #000000;
}






