
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Times New Roman, Times, Serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #eeeeee;
}

a:link, a:visited { color: #c6c6c6; text-decoration: none} 
a:active, a:hover { color: #c6c6c6; text-decoration: underline}

#template_container_wrapper {
	background: url(images/mainbackground.gif) repeat-x;
}

#template_container {
	width: 800px;
	margin: auto;
	border: 1px solid #eeeeee;
}


/*------------ Header --------------- */

#template_header {
	height: 249px;
	background: #000000 url(images/banner4.jpg) no-repeat;
}

#template_site_title {
	padding-top: 160px;
	padding-left: 50px;
	font-size: 50px;
	color:#de032b;
}

#template_site_title span{
	font-weight: 200;
	color:#ffffff;
}

#template_site_slogan {
	padding-top: 20px;
	padding-left: 191px;
	font-size: 1.4em;
	font-weight: bold;	
	color:#999999;
}
/* ---------------------------------- */

/*------------- Menu ------------------*/
.template_menu{
	float: left;
	width: 800px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/menubackground.jpg) repeat-x;
}

.template_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.template_menu li{
	display: inline;
}

.template_menu li a{
	float: left;
	padding: 10px 0px;
	font: 1.2em arial;
	text-align: center;
	text-decoration: none;
	color: #c6c6c6;
	width: 160px;
}

.template_menu li a:hover, .template_menu li .current{
	color: #ffffff;
	background: url(images/menuhover.gif) center center no-repeat;
}

/* ----------------- end of menu----------------*/

/* ----------------- Content ----------------------- */


#template_content {
	width: 800px;
}

#template_top {
	float: left;
	padding: 20px;
	width: 760px;
	background: #ffffff;
}

#template_bottom {
	float: left;
	width: 800px;
	color: #c6c6c6;
	padding: 0px;
	background: #000000;
}

#template_bottom a{
	line-height: 25px;
	color:  #c6c6c6;
}

#template_bottom .section {
	float: left;
	width: 205px;
	padding: 20px 10px 0px 30px;
	height: 200px;
}

#template_bottom .section a{
	padding-left: 0px;
	color: #c6c6c6;
	line-height: 25px;
	text-decoration: none;
	}
	
#template_bottom .section a:hover {
	color: #c6c6c6;
	text-decoration: underline;
}

#template_bottom .middle {
	float: left;
	padding: 20px 40px;
	width: 210px;	
	height: 200px;
	background: url(images/sectionleftborder.jpg) left no-repeat;
}

#template_bottom .middlerightborder {
	float: left;
	padding: 20px 0px;
	width: 16px;
	height: 200px;
	background: url(images/sectionrightborder.jpg) left no-repeat;
}

/*--------- Body Text -------------*/
.text_area {
	color: #333333;
	margin: 32px;
	font-size: 14px;
}


.title {
	height: 79px;
	margin-left: 10px;
	padding-top: 18px;
	padding-left: 0px;
	font-size: 1.8em;	
	color:#000000;
	
}
.subtitle{
	padding-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;	
	color: #ea0606;
}

.text_area img{
	float: left;
	margin: 0px 10px;		
}

/*--------- Text Header -------------*/
h1{
 	font-family: Times New Roman, Times, Serif;
 	font-size: 175%;
 	color: #000000;
 	margin: 32px;
 	padding: 0px;
}
/*--------- End of Content -------------*/

/* -------- Footer --------- */

#template_footer {
	clear: left;
	padding-top: 15px;
	padding-right: 10px;
	width: 790px;
	height: 42px;
	color: #c9c9c9;
	line-height: 24px;
	text-align:center;
	background: #000000 url(images/footerbackground.gif) repeat-x;
}
#template_footer a {
	color: #c6c6c6;
	text-decoration: none;
}

#template_footer a:hover {
	color: #c6c6c6;
}

/* --------- end of footer --------------*/