@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dee8d0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
#wrapper {
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-color: #FFFFFF;
	border-right-width: 6px;
	border-bottom-width: 3px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffcc66;
	border-bottom-color: #ffcc66;
	border-left-color: #ffcc66;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #ffcc66;
} 
#logo {
	width: 580px;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topmenu {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #ffcc66;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#topmenu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#topmenu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}


#pagemiddle {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	border-top-width: 3px;
	border-right-width: 6px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ffcc66;
	border-right-color: #ffcc66;
	border-left-color: #ffcc66;
}
#homepageadleft {
	width: 245px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}
#news {
	width: 220px;
	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;
	height: 137px;
	padding: 5px;
}
#news a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #AB1B2D;
	text-decoration: none;
}
#news a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #AB1B2D;
	text-decoration: underline;
}
#news br {
	line-height: 50%;
}




#homepageadright {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 182px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sidebar1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
#sidebar1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 211px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	height: 100%;
} 
#mainContenthome {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 211px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 25px;
	height: 100%;
}


#footer  {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #ffcc66;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #004843;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #BF2E38;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #BF2E38;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 140px;
background-color: #FFFFB9;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.borderzero {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #004843;
}

.center {
	text-align: center;
}

.indent {
	margin-left: .5in;
}
.imgcenter {
    display: block;
	margin-right: auto;
	margin-left: auto;
}
.imgleft {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.imgright {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #004843;
}
.boldmed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #004843;
}
.boldlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #004843;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	color: #004348;
}
.bolditalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	color: #004348;
	font-weight: bold;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #004348;
}
.smallred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #BF2E38;
}
.reditalicmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #BF2E38;
	font-style: italic;
	font-weight: bold;
}
.tabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-style: normal;
	color: #004348;
}





a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #ab1b2d;
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #ab1b2d;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #ab1b2d;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color: #ab1b2d;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #004843;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #004843;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #AB1B2D;
	font-weight: bold;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #004843;
	margin: 0px;
	padding: 0px;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #004843;
}

