/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background:url(pics/bg_grad2.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

img.piclinks{
	
	border-width: 0px;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 150% Arial,sans-serif;
 color: #334d55;
 margin-top: 15px;
 margin-bottom: 0px;
}

h2{
 font: bold 130% Arial,sans-serif;
 color: #006699;
 margin-top: 15px;
 margin-bottom: 0px;
}

h3{
 font: bold 120% Arial,sans-serif;
 color: #CC3300;
 margin: 20px 0px 10px 10px;
 padding: 0px;
}

h4{
	font: 100% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

td{
	font: 100% Arial, Tahoma, sans-serif;
	color: #000000;
}

/*************** list tag styles ***************/

ul{
	list-style-type: square;
}


/********* form and related tag styles *********/

input{
font-family: small Verdana, sans-serif;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: absolute;
	top: 160px;
	left: 25px;
	width: 820px;
	background-color: #FDFFB5;
}

#masthead{
	position: relative;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;}

#shortnav{
	position: absolute;
	top: 130px;
	left: 30px;}

#search{
	top: 70px;
	position: absolute;
	left: 850px;
}

#content{
	margin: 0px 0px 0px 840px;
	font: 12px Tahoma;
	position: absolute;
	padding: 20px 20px 20px 20px;
	background-color: #FAE7AD;
	border: solid #000000 1px;
	z-index: 2;
}
      
#story{
	padding: 10px 50px 10px 30px;
	font: 14px Arial, Tahoma;
	margin: 0px 10px 0px 0px;
}

p{
    text-align: justify;
	padding: 0px 0px 10px 0px;
	margin-top: 0px;
}

#siteInfo{
	position: relative;
	top: 20px;
	left: 0px;
	padding: 10px 10px 5px 20px;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000000;
	margin-top: -1px;
	background-color: #F7AC7B;
}

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #006699;
	font-weight: normal;
}


/************* shortnav styles ****************/

#shortnav a{
	font: 11pt Tahoma;

/************** siteInfo styles ****************/

#siteInfo a:link, #siteInfo a:visited{
	color: #aaaaaa;
	text-decoration: none;
}

#siteInfo a:hover{
	text-decoration: underline;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 0px;
}

.relatedLinks h3{
	padding: 20px 0px 10px 0px;
}

.relatedLinks a{
	display: block; 
}



/********************* end **********************/
