@charset "utf-8";

/*********************************
/		Master Syles
/*********************************/

* {
	margin: 0px;
	padding: 0px;
}
a:active, a:focus {
	/* outline-color:invert; */
	outline-style:none;
	outline-width:medium;
}
img {
	border:none;
}

/*********************************
/		Layout Styles
/*********************************/

html {
	background-image: url(../image/htmlBG.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	background-attachment: fixed;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.85em;
}
h1, h2, h3, h4, h5 {
	color: #000066;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
}
p  {
	margin-bottom: 10px;
}
hr {
	margin-bottom: 20px;
}
#theCenterContent ul {
	margin-bottom: 10px;
	margin-left: 40px;
}



#theWrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#theWrapper #theHeader {
	background-image: url(../image/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	position: relative;
}
#theWrapper #theHeader #theLogo {
	height: 125px;
	width: 250px;
	position: absolute;
	top: 13px;
}

#theWrapper #theNav {
	background-color: #808080;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
}
#theWrapper #theNav a:hover {
	text-decoration: underline;
}
#theWrapper #theNav ul {
	list-style-type: none;
}
#theWrapper #theNav li {
	float: left;
	background-image: url(../image/liDevider.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#theWrapper #theNav a {
	display: block;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#theWrapper #theNav a:link, #theWrapper #theNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#theWrapper #theNav a:hover {
	text-decoration: underline;
}
#theWrapper #theContent {
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #CCCCCC;
}
#theWrapper #theContent #theCenterContent {
	width: 370px;
	margin-left: 220px;
}
#theWrapper #theContent #theRightConent {
	float: right;
	width: 200px;
}
#theWrapper #theContent #theLeftContent {
	float: left;
	width: 200px;
}
#theWrapper #theFooter {
	text-align: center;
	font-size: 0.75em;
	padding-top: 20px;
	color: #666666;
	position: relative;
}
#theWrapper #theFooter a:link, #theWrapper #theFooter a:visited {
	text-decoration: none;
	color: #666666;
}
#theFooter a:hover {
	color: #FFFFFF;
}
#theWrapper #theFooter img {
	vertical-align: middle;
}
.sectionHighlight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}
.sectionHighlight  h4    {
	background-color: #000066;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
.sectionHighlight p {
	margin-left: 10px;
	margin-right: 10px;
}
.clearBoth {
	clear: both;
	height: 1px;
}
.floatLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.floatRight {
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
}
.readMoreButton {
	text-align: right;
	clear: both;
}
.upcomingDate {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
}
.alignCenter {
	text-align: center;
}
.strongText {
	font-weight: bold;
}
.smallerFont {
	font-size: .75em;
}
