@charset "UTF-8";

body  {
	margin: 0; 
	padding: 0;
	color: #5a5b5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 12px;*/
	background-color: #ededed;
}

h1 {
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 5px 0 5px -10px;
	color: #971a1e;
	background: url(../images/bullet01.gif) no-repeat;
	padding-left: 10px;
}

h3 {
	font-size: 14px;
}

h4 {
}

a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover,  a:link:hover, a:visited:hover, a:active:hover{
	color: #444444;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 5px 0 15px 0;
}

img {
	border: 0;
}

.floatright { /* 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;
}

.floatleft { /* this class can be used to float an element left in your page */
	float: 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;
}


/*    start of body element   */

#page-container {
	width: 927px;
	margin: 30px auto;
}

#head-container {
	width: 919px;
	height: 99px;
	background: url(../images/nav_bg.gif) no-repeat;
	padding: 10px 0 0 8px;
}

#head-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#head-container li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#body-container-home {
	margin: 0;
	padding: 0;
	width: 927px;
	background: url(../images/body_bg_home.gif) repeat-y;
}

#body-bg {
	padding: 0 21px;
	width: 885px;
	background: url(../images/body_bg1.jpg) top left no-repeat;
}

#body-bg2 {
	padding: 0 21px;
	width: 885px;
	background: url(../images/body_bg2.jpg) top left no-repeat;
}

#body-content-home {
	background-color: #FFFFFF;
	padding: 0 7px 0 23px;
	width: 600px;
	float: left;
}

#body-content-news {
	float: right;
	width: 208px;
	padding-right: 15px;
}

#body-bottom-home {
	width: 927px ;
	height: 17px;
	background: url(../images/body_bottom_home.gif) no-repeat;
}

#body-container-other {
	margin: 0;
	padding: 0;
	width: 927px;
	background: url(../images/body_bg_other.gif) repeat-y;
}

#body-content-full {
	background-color: #FFFFFF;
	width: 836px;
	padding: 10px 20px;
	margin-left: 3px;
}

#body-content-full h3 a, #body-content-full h3 a:link, #body-content-full h3 a:visited, #body-content-full h3 a:active {
	color: #5a5b5d;
	text-decoration: none;
}

#body-content-full h3 a:hover, #body-content-full h3 a:link:hover, #body-content-full h3 a:visited:hover, #body-content-full h3 a:active:hover{
	color: #971a1e;
	text-decoration: underline;
}

.h3highlight {
	color: #971a1e;
}

#body-bottom-other {
	width: 927px ;
	height: 17px;
	background: url(../images/body_bottom_other.gif) no-repeat;
}

#foot-container {
	width: 927px;
	height: 83px;
	background: url(../images/foot_bg.gif) no-repeat;
}

#foot-info {
	padding: 42px 0 0 20px;
	float: left;
	font-size: 10px;
	color: #5a5b5d;
}

#foot-info a, #foot-info a:link, #foot-info a:visited, #foot-info a:active {
	color: #5a5b5d;
	text-decoration: underline;
}

#foot-info a:hover,  #foot-info a:link:hover, #foot-info a:visited:hover, #foot-info a:active:hover{
	color: #444444;
	text-decoration: none;
}

.nounderline a, .nounderline a:link, .nounderline a:visited, .nounderline a:active {
	text-decoration: none;
}

.nounderline a:hover,  .nounderline a:link:hover, .nounderline a:visited:hover, .nounderline a:active:hover{
	text-decoration: none;
}


