/* General Layout - Head of Page Area */
html { margin:0px;
	padding:0px;
	height:100%;
	}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #000099;
}
body {
	background-color: #FFFFFF;
}  
.picture {
	background-color: #FFFFFF;
	background-image:url(images/head.jpg);
	text-align: left;
	float: none;
	clear: left;
	width:800px;
	height:200px;
	position: relative;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

.container {
	background-color:#FFFFFF;
	width:775px;
	margin:0 auto;
	margin-top: 5px;
	padding:10px;
	border-color: #000099;
	border-width: 1px;
	border-style: solid;
}

h1 { font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color: #006699;
	text-transform: uppercase;
	line-height:normal;
	margin:5px;
	}
h2 { font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#FFFFFF;
	letter-spacing:-1px;
	margin:8px;
	}
ul { margin-left: 12px;
	}
/* Navigation Menu Settings */
#nava {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000099;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing: 2px;
	line-height: 15px;
	padding: 4px;
	width:242px;
	float:none;
	display:block;
	font-weight: bolder;
	border-top-color: #000099;
	border-top-style: dotted;
	border-top-width: 1px;
	}
#nava:hover {
	color:#000099;
	background-color:#FFFF00;
	width:242px;
	text-decoration:none;
	}
#navcurrentpage { font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000099;
	background-color:#FFFF00;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing: 2px;
	line-height: 15px;
	padding: 4px;
	width:242px;
	float:none;
	display:block;
	font-weight: bolder;
	border-top-color: #000099;
	border-top-style: dotted;
	border-top-width: 1px;
	}
#navcurrentpage:hover {
	color:#000099;
	width:242px;
	text-decoration:none;
	}

/* General Body Area - Formating for the body items on the page. Content Boxes and Pages*/
.linkbox {
	float:left;
	clear:left;
	width: 250px;
	vertical-align: top;
	border-color: #000099;
	border-style: dotted;
	border-width: 1px;
	padding:0px;
	margin-bottom:15px;
	margin-right:10px;
}
.linkheading {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#000099;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#FFFF00;
	padding: 3px;
	width:244px;
	text-align: left;
}
.linktext { font-family:Arial, Helvetica, sans-serif;
color:#000099;
font-size:12px;
padding: 5px;
}
.newsbox {
	float:right;
	width: 505px;
	vertical-align: top;
	clear:right;
	padding: 0px;
	border-color:#000099;
	border-style: dotted;
	border-width:1px;
	margin-bottom:20px;
}
.newsheading {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#000099;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#FFFF00;
	width:499px;
	text-align: left;
	vertical-align:top;
	padding: 3px;
}
.newstext {
	font-family:Arial, Helvetica, sans-serif;
	color:#000099;
	font-size:15px;
	padding: 8px;
	font-weight: normal;
}
.person {
	font-family:Arial, Helvetica, sans-serif;
	color:#000099;
	font-size:15px;
	font-weight: bold;
}
.job {
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:13px;
	font-weight: bold;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 14px;
	}
#daterule {
	margin-left: 20px;
	margin-right: 20px;
	background-color:#333333;
	}
.frontpic {
	float:right;
	width: auto;
	height: auto;
	clear: left;
	margin-left:10px;
}
.leftpic {
	float:left;
	width: auto;
	height: auto;
	clear: right;
	margin-right:10px;
}
.paragrahhead { font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	}
.flash { text-align:center;
	border-width: 1px;
	border-color:#000099;
	border-style: dashed;
	display:block;
	vertical-align:middle;
	margin:auto;
	}
#light, #light>a {
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:10pt;
	padding: 8px;
	font-weight: normal;
	}
#light>a:hover {
	color: #006699;
}

/* Foot of Page - Gneral Stuff at the foot of the page, not part of the regular body */
.footbox { clear:both;
	width:100%;
	display:block;
	}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#333333;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform:uppercase;
	margin-left: 0px;
	margin-right:0px;
	margin-top: 10px;
	margin-bottom:10px;
}
.footerbar {
	background-color:#000099;
}
