/* Start of My CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #999999;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	margin: auto;
	text-align: left;
	min-width: 795px;
	width: 98%;
}
/****The code below reduces the margin and padding of the hr in the banner for better alignment*****/
#wrapper #banner .bold hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
#banner {
	width: 100%;
	color: #000000;
	background-color: #cd2626;
}
/****************Left Side Navigation*********************/
#links, #rightnav {
	float: left;
	width: 23%;
	background-color: #CCCCCC;
	display: block;
	list-style: none;
	font-size: 0.65em;
	color: #000000;
}
#links ul, #rightnav ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
#links li, #rightnav li {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 5px;
}
#links a, #rightnav a {
	display: block;
	width: 100%;
	list-style: none;
	text-decoration: none;
	padding-left: 5px;
	color: #000000;
}
#links a:hover, #rightnav a:hover{
	color: #FFFFFF;
	display: block;
	width: 100%;
	background-color: #666666;
}
#linkimage {
	display: block;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
#wrapper #maincontent #er {
	float: left;
}

#links h5, #rightnav h5 {
	display: block;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #CD2626;
	text-align: center;
	font-size: 1.25em;
	margin: 0px;
}
/************Right Side Navigation**********************/
#rightnav {
	float:left;
	width:20%;
}
/**************Top Horizontal Navigation*/

div#navbar2 {
	background-color: #CD2626;
}
div#navbar2 ul {
	font-size: 0.8em;
	font-weight: 500;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
}
div#navbar2 a {
	text-decoration: none;
	color: #FFFFFF;
}
div#navbar2 a:hover {
	font-weight: 500;
	color: #993300;
	background-color: #FFFFFF;
}
#maincontent {
	float: left;
	width: 53%;
	margin: 0px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.25em;
	background-color: #FFFFFF;
}
#maincontent h3 {
	text-align: center;
	font-size: 125%;
	background-color: #CCCCCC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 3px;
	border-top-width: 3px;
	border-top-style: double;
	width: 100%;
	margin: 0px;
}

p {
	margin-left: 5px;
	text-indent:0px;
	background-attachment: fixed;
}
h1 {
	text-align: center;
	font-size: 150%;
	font-weight: bolder;
	line-height: 1.1em;
}
h2 {
	font-size: 135%;
	font-style: normal;
	background-color: #666666;
	padding-top: 5px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CD2626;
	padding-bottom: 5px;
	color: #FFFFFF;
}
h3 {
	text-align: center;
	font-size: 125%;
	padding-top: 2px;
	width: 100%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 18pt;
}
.stress {
	text-decoration: underline;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.red {
	color: red;
	font-size: 1.1em;
	font-weight:800;
}
.headborder {
	border: 4px solid #000000;
	display: block;
	background-color: #CD2626;
	color: #000000;
}
#footer {
	display: block;
	clear: both;
	width: 100%;
	font-size: .7em;
}
.listnobullet {
	list-style: none;
	padding: 9px;
}
.smalltextlink {
	font-size: .8em;
}
.bold {
	font-weight: bold;
}
.photo {
	display: block;
	width: 100%;
}
.highlight {
	border: 2px solid #000000;
	font-weight: bolder;
	color: #FF0000;
	width: 90%;
	display: block;
	background-color: #FFFFdd;
	padding: 3px;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
}
.border {
	display: block;
	border: 2px solid #000000;
	width: 100%;
}
.listindent {
	margin-left: 70px;
}
.linkbutton {
	margin: 2px;
	padding: 5px;
	border: 2px solid #000000;
	background-color: #CCCCCC;
	color: #990000;
	font-weight: bold;
}
.center {
	text-align: center;
}
.leftimage {
	display: block;
	float: left;
	border: 2px solid #000000;
}
.div70 {
	display: block;
	width: 70%;
	margin: auto;
}
.divborder2px {
	border: 2px solid #000000;
}
/*below styles not currently used*/
.imagespace {
	float: left;
	border: 0;
	margin: 5px;
	padding: 5px;
}
.backgroundred {
	background-color: #CD2626;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.strikethrough {
	text-decoration: line-through;
}
.bluebackgroung {
	background: #99FFFF;
}
.photo2 {
	display: block;
	margin: 0px;
	padding: 4px;
}
.imagetext {
	display: block;
	width: 100%;
	float: left;
}
#schedule {
	font-size: .9em;
}
#officers th {
	background-color: #CD2626;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.twotimes {
	font-size: 2em;
	line-height: 1.2em;
}
#wrapper #maincontent .highlight div {
	margin-left: 15%;
}

