
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	line-height: 1.2em;	
	margin: 0px;
	padding: 0px;
	background: #002952;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #3366cc;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 114% Arial,sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h4{
	font: 100% Arial,sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h5{
	font: 100% Arial,sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/

ul{
	list-style-type: square;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}

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: 122px;
	width: 100%;
	min-width: 720px;
	min-height: 458px;
	background: #efefdf url(../images/back.jpg) top left no-repeat;
	border-bottom: 2px solid #000;
	}

#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;
	}

#masthead {
	width: 100%;
	height: 89px;
	min-width: 720px;
	background: url(../images/mast_mid.jpg) repeat-x;
	}

#mastleft {
	position: absolute;
	top: 0px;
	height: 89px;
	width: 466px;
	background: url(../images/mast_left.jpg) left top no-repeat;
	}

#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 89px;
	width: 334px;
	background: url(../images/mast_right.jpg) top right no-repeat;
	}

#strip {
	position: absolute;
	top: 89px;
	height: 4px;
	width: 100%;
	background: #efefdf url(../images/strip.jpg) top left no-repeat;
	}

.pageNav {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
	}

.content {
	padding: 20px 10px 0 0;
	margin: 0px 0px 0px 280px;
	min-height: 418px;
	}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
	text-align: right;
}

/************** 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;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	top: 93px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	height: 29px;
	color: #cccccc;
	background: #002952;
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 29px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

#gl1 {
	position: absolute;
	top: 0px;
	left:0px;
	width: 84px;
}

#gl2 {
	position: absolute;
	top: 0px;
	left:61px;
	width: 147px;
}

#gl3 {
	position: absolute;
	top: 0px;
	left: 198px;
	width: 108px;
}

#gl4 {
	position: absolute;
	top: 0px;
	left: 198px;
	width: 99px;
}

#gl5 {
	position: absolute;
	top: 0px;
	left: 285px;
	width: 68px;
}

#gl6 {
	position: absolute;
	top: 0px;
	left: 341px;
	width: 176px;
}

#gl7 {
	position: absolute;
	top: 0px;
	left: 504px;
	width: 17px;
}

#gl8 {
	position: absolute;
	top: 0px;
	left: 521px;
	margin: 0 auto;
	background: #002952;
}

.hide {display: none;}

/*************** story styles ******************/

.story {
	padding: 5px 0px 0px 0px;
	margin: 0 20px 0 0;
	font-size: 85%;
	border-top: 1px solid #999;
}

.story h1{
	font-size: 125%;
	font-weight: bold;
	color: #000000;
}

.story h3{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

td.storyLeft{
	padding-right: 12px;
}

.substory {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #002952;
	font-size: 60%;
	color: #333;
	padding: 2px 10px 2px 10px;
}

/**************** caption styles *****************/

.caption{
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	padding: 0px 20px 20px 20px;
}

.caption img{
	display: block;
	padding: 0px 0px 0px 0px;
}

/********************* end **********************/