BODY {
 font-family: Arial, Helvetica, sans-serif;
 	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_grad.jpg") fixed;
	font-size: medium;
 }
 P { text-indent: 7px; }
UL {
 list-style-type: circle
  }
 /******* hyperlink and anchor tag styles *******/
 
A:link,A:visited { 
text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


/************** header tag styles **************/
h1{
 font: bold 150% Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif; italic;
 color: #800040;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.content{
	background-color: #eeeeff;
	border-right-color: #333333;
	border-right-style: ridge;
	border-bottom-color: #333333;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-right-width: thin;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
.inside {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	white-space: normal;
	left: 50px;
	position: relative;
	top: 50px;
	right: 50px;
}
