body {
	width: 100%;
	height: 100%;
	font-family: verdana, Arial, Helvetica, sans-serif;
/*	font-size: 0.7em;*/
	font-size: 8pt;
	margin: auto;
	width: 900px;
}

a {
	color: #000!important;
}

a:hover {
	color: #dc241f!important;
}

input {
	font-size: 100%;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

/*h1, h2 {*/
h1 {
	border-bottom: 1px solid #d1d3d4;
	line-height: 30px;
}

h1 {
	color: #58595b;
	font-size: 200%;
	padding-left: 25px;
}

/*
h2 {
	color: #a7a9ac;
	font-size: 150%;
}
*/
h2 {
	color: #dc241f;
	font-family: trebuchet ms, arial, verdana;
	font-size: 235%;
	font-weight: normal;
	line-height: 1.1em;
	margin: 10px 0 10px 0;
}

/*h2, h3 { */
h3 { 
	padding-left: 23px;
}

h3 {
/*	width: 480px;*/
}

h3 {
/*	color: #dc241f;
	font-family: trebuchet ms, arial, verdana;
	font-size: 260%;
	font-weight: normal;
	margin: 10px 0 0 0;
*/}

h4 {
	font-family: trebuchet ms, arial, verdana, helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
}


#footer{
	height: 65px;
	background-image: url("bottombg.gif");
	background-repeat: repeat-x;
	position: relative;
	/*margin-top: 20px;*/
}

#footer p {
	margin: 0;
	position: absolute;
	right: 0;
	top: 42px;
}

/* top */
#top {
	height: 106px;
	background-image: url("topbg.gif");
	background-repeat: repeat-x;
	margin-bottom: 20px;
	position: relative;
}
#top p {
	margin: 0;
}
#top p.contact {
	position: absolute;
	top: 4px;
	left: 769px;
}
#top a {
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 3px;
}
#top .logo {
	position: absolute;
	bottom: 0;
	right:0;
}
#top .search {
	text-transform: uppercase;
	position: absolute;
	left: 25px;
	top: 72px;
}


/* left */
#left {
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
}
#left ul{
	padding: 0;
	margin: 20px 0 90px 25px;
}
#left ul li {
	list-style-type: none;
	width: 238px;
}
#left ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 100%;
	background-image: url("navbg.gif");
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	margin: 0 0 -3px 0;
	padding: 3px 0 0 32px;
}
#left ul li ul {
	margin: 8px 0 8px 42px;
}
#left ul li ul li {
	width: 175px;
}
#left ul li ul li a {
	background-image: url("navsub.gif");
	background-repeat: no-repeat;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	height: 14px;
	width: auto;
}
#left ul li ul li ul {
	margin: 0 0 0 5px;
}
#left ul li ul li ul li {
	width: 175px;
}
#left ul li ul li ul li a {
	background-image: none;
/*	background-repeat: no-repeat;*/
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	height: 14px;
	width: auto;
	font-size: 90%;
}
#left a.CurrentLink {
	color: #dc241f!important;
}




#right {
	margin: 0 0 0 300px;
	padding-bottom: 20px;
}
#right img {
	padding: 0 10px;;
}
#right img.banner {
	margin-top: 18px;
	padding: 0;
}
#right img.banner, #right p {
	margin-left: 23px;
}
#right .copy {
	width: 523px;
	line-height: 1.5em;
	margin: 15px 0 0 25px;
	font-family: verdana;
}
#right .copy a {
	color: #dc241f!important;
}
#right .copy a:hover {
	color: #f00!important;
}
#right .copy ul {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 15px;
}



.red {
	color: #dc241f;
}
.white {
	color: #fff;
}
.bold {
	font-weight: bold;
}

#page-content {
	border-top: 1px solid #d1d3d4;
	border-bottom: 1px solid #d1d3d4;
	background-image: url("content-bg.gif");
	background-repeat: repeat-y;
	height: auto;
}

/* for Internet Explorer */
* html #page-content {
	height: 8em;
}
/**/

.clear {
	clear: both;
}



