body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0px;
	background: #CCC url(images/background.jpg) repeat-x;
	padding: 0px;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}
.redH2Text {
	color: #a20503;
}
a img {
	border: none;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #900;
}
a.staticlink {
	color:#00F;
}
a.staticlink:hover {
	color:#900;
}

.container {
	width: 760px;
	background: #FFFFF0;
	margin: 5px auto;
}
.header {
	background: #FFFFF0;
}
.sidebar { /* contains navigation plus anything underneath */
	float: left;
	width: 120px;
	background: #FFFff0;
	padding-bottom: 10px;
	text-align: center;
}
.sidebar img { /* prevents gap between navigation images */
	display: block;
}
.content { 
	background: #FFFFF0;
	border-top: 2px solid #000;
	width: 608px;
	float: left;
	padding: 15px;
	border-left: 2px solid #000;
}
.contentdate { /* left div inside content div */
	float: left;
	width: 200px;
}
.contenttopic { /* right div inside content div */
	float: right;
}
.contenttop {
	margin-top: 0px;
}
.intro { /* left div inside contenttop div */
	float: left;
	width: 368px;
	padding-right: 15px;
}
.contactinfo { /* right div inside contenttop div */
	float: right;
	text-align: center;
	width: 225px;
	margin-top: 0px;
}
.omta-banner1 {
	text-align: center;
	border: 7px ridge #C00;
	padding: 5px 10px;
	width: 560px;
}
.omta-banner2 {
	text-align: center;
	border: 7px ridge #00C;
	padding: 5px 10px;
	width: 560px;
}

.contentmiddle {
	margin-top: 0px;
}
.announcements { /* left div inside contentmiddle div */
	border: 1px solid #000;
	background: #e5e5e5;
	float: left;
	width: 594px;
}
.announcementtext { /* text inside announcements div */
	padding: 5px 5px 5px 8px;
}
.contentmiddle_center {
	margin-top: 0px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.table600 {
	width: 600px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
.tableLeftCol {
	width: 175px;
	float: left;
}
.tableRightCol {
	width: 425px;
	float: right;
}
.tableLeftColEmail {
	width: 150px;
	float: left;
}
.tableMiddleColEmail {
	width: 200px;
	float: left;
}
.tableRightColEmail {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none; /* this removes the list marker */
}
ul.nav li {
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure the links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 120px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #101e89;
	color: #FFF;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #F00;
	color: #FFF;
}
.footer {
	padding: 5px;
	background: #FFFff0;
	border-top: 2px solid #000;
	text-align: center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-bottom: 2px solid #000;
}
.smalltext {
	font-size: 0.75em;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

