/***********************************************/
/* web.css                            */
/***********************************************/
html{ min-height: 100%; margin-bottom: 1px;}

/***********************************************/
/* Force vertical scroll bar on each page   */
/* eliminates page shift for short pages */                     
/***********************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background:  #000066;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/************** header tag styles **************/
h1,h2,h3,h4,h5,h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-weight: bold;
	border: 0;
	}

h1 {font-size: 150%;text-align:center;}
h2{font-size: 130%; text-align:center;}
h3{ font-size:110%; text-align:center;}

h4{font-size: 150%; text-align:left;}
h5{font-size: 130%; text-align:left;}
h6{font-size: 110%; text-align:left;}

/************** primary page css definitions **************/
#wrapper{width: 996px;margin:0 auto;text-align: left;}
#masthead{position: absolute; top: 0px; left: auto; right: auto; width:996px; 	}
#banner{top: 0px;height: 100px; background-image:url(../images/banner996-5.jpg);background-repeat:no-repeat;}
#editregion{
	position:absolute;
	top: 152px;
	left: 5 px;
	right: 5 px;
	width:auto;
	background-repeat:repeat;
	background-color:#FFFFFF;
	width: 996px;
	}

#footer {
	font-size: 10px;
	height:32px;
	background-image: url(../images/glbnav_background.gif);
	background-repeat: repeat;
	text-align: center;
	padding: 3px 0px 0px 0px;
		}
.credit{
	font-size:9px;
	}

.paragraph{
	font-family: "Palatino Linotype";
	font-size: 14px;
	margin: 5px;
	padding: 10px;
	
}	
	
.parabox{
	padding: 5px;
	margin-right: 20px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-style: italic;
}	
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000099;
	text-decoration: none;
	vertical-align: text-bottom;
}

a:hover{
	text-decoration: none; color:#990000;
}




.pagetitle {
	font-size: 150%;
	color: #000066;
	height: 32px;
	background-image: url(../images/glbnav_background.gif);
	background-repeat:repeat;
	font-weight: bold;
	border: 0;
	padding:0;
	text-align: center;
	
}
.titlebar{
	font-size: 130%;
	color: #FFFFFF;
	height: 32px;
	font-weight: bold;
	border: 0;
	padding:0;
	text-align: center;
	background-color: #000066;
}

/************* globalNav styles ****************/

#globalNav{
position: 100px;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:url(../images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 106px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
background-image:url(../images/glblnav_selected.gif);
  	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 132px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/************ Image Styles **************/

.image_logo {
	margin: 10px;
	text-decoration: none;
}
.image_title {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.image_left{
	margin-right: 3px;
	margin-bottom: 5px;
	float: left;
	clear: both;
	border: 1px;
	border-top-color: #000000;
	}
	
.image_right{
	float: right;
	margin-left: 3px;
	margin-bottom: 5px;
	clear: left;
	}
.td_right_border {
	margin: 5px;
	padding: 5px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #990000;
}
.td_left_border {
	margin: 5px;
	padding: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #990000;
}
.td_no_border {
	margin: 5px;
	padding: 5px;
}
.title_red_bold_left {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	background-color: #CCCCCC;
}
.formtitle {
	font-size: 14px;
	color: #990000;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	font-weight: bold;
	text-align: center;
	background-position: center;
}
