@charset "utf-8";
/* CSS Document */

body  {
	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: #666666;
	background-image: url();
	background-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	color: #CF2828;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	vertical-align: top;
	line-height: 105%;
	letter-spacing: -0.01em;
	font-weight: bold;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/wrap_bkgd2.jpg);
} 
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	top: 300px;
	right: 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 160px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	margin-top: 0;
	margin-right: 168px;
	margin-bottom: 0;
	margin-left: 172px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	vertical-align: middle;
}
#mainContent1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
}
#mainContent img {
	padding-left: 15px;
	padding-bottom: 15px;
	float: right;
	display: block;
}


#mainContent p {
	color: #666666;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 10px;
}

#maintextcms {
	width: 95%;
	color:#000000;
}

#mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #CC3300;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mainContent  #rightcolumn img {
	background-repeat: no-repeat;
	display: block;
	right: auto;
	float: right;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#box {
	height: auto;
	width: 630px;
	margin-bottom: 10px;
	margin-left: 12px;
	float: left;
}
#box  #box_top {
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box  #box_middle {
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #CF2828;
	font-size: 13pt;
	font-weight: bold;
	background-position: left top;
}
#mainContent #box #box_middle p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
}
#box #box_middle img {
	float: left;
	margin: 0px;
	padding: 0px;
}



#box  #box_bottom {
	background-image: url(images/box_bottom.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 15px;
}

#box h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
#mainContent li {
	padding-bottom: 8px;
	list-style-type: square;
	line-height: 1.3em;
}


.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;
}
#bottom_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	clear: both;
}
#bottom_nav ul {
	display: inline;
	background-position: 0px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#bottom_nav li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
#bottom_nav li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CC3300;
	font-weight: bold;
}
#bottom_nav li a {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	margin-top: 30px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 25px;
	margin: 0px;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}
#maintext ul {
	margin-bottom: 15px;
	margin-top: 5px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
#rightcolumn {
	border: 1px 1 #666666;
	padding-top: 1px;
}
