@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#ebdcbb;
	background-image: url(/media/web/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p, div, td, tr   {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	
}


p	{line-height:19px; color:#000}

ul {margin-left:20px; margin-bottom:15px; padding:0px; }

li {line-height:22px; padding:0px;}

h1            {color:#d67421; font: bold 27px Arial, Helvetica, sans-serif; margin:0px; margin-bottom:10px;}
h2            {color:#d67421; font: bold 25px Arial, Helvetica, sans-serif; margin:0px; margin-bottom:10px;}
h3            {color:#d67421; font: bold 12px Arial, Helvetica, sans-serif; margin:0px; margin-bottom:10px;}
h4            {color:#d67421; font: bold 12px Arial, Helvetica, sans-serif; margin:0px; margin-bottom:10px;}
h5            {color:#d67421; font: bold 12px Arial, Helvetica, sans-serif; margin:0px; margin-bottom:10px;}


a             {color: #d67421; font-family: Arial, Helvetica, sans-serif;}
a:link   	  {color: #d67421; text-decoration: underline;} 
a:visited     {color: #d67421; text-decoration: underline;} 
a:active      {color: #d67421; text-decoration: underline;} 
a:hover       {color: #d67421; text-decoration: none;} 

#page {
	width:960px;
	margin:0px auto;
}
	
#header {
	width:960px;
	border: {Header Border Width}px solid {Header Border Color};
    background-color:{Header Background Color};}
	
#logo {
	width:224px;
	height:166px;
	background-image:url(/media/web/logo1.jpg);
}

#header_td1 {
	padding-right:20px;
	height:36px;
	line-height:36px;
	font-weight:bold;
	text-align:right;
	text-transform: uppercase;
	color: #ffd958;
}

#header_td1 a {
	color:#000;
	font-weight:bold;
}

#header_td1 a:hover {
	color:#12625c;
	font-weight:bold;
}
	
#header_td2 {
	font-weight:bold;
	text-transform: uppercase;
	color: #e5f3f3;
	height:49px;
}
	
#header_td2 ul {
	margin:0px;
	padding:0px;
	list-style-type: none;	
}
	
#header_td2 li {
	font-size:14px;
	float:left;
	margin-right:10px;
	letter-spacing: -1px;
	
}

#menu {
	text-align:center;
	height:46px;
	line-height:46px;
	background-color:#e5dfd3;
}

#banner {
	width:622px;
	height:245px;
	background-image:url(/media/web/banner.jpg);
	margin-bottom:15px;
}

	


#content {
	width:680px;
}

#contenttxt {
	margin:15px;
	margin-right:45px;}



#rightcolumn {

}

#rightbox {
	background-color:#FFF;
	width:266px;
	background-image: url(/media/web/rightbixbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:80px;
	margin-bottom:10px;
}

#rightbox p {
	margin:0px;
	padding:20px;
	padding-bottom:0px;
	color:#996f43;

}

#rightbox ul {
	margin:0px;
	padding:0px;
	margin-left:30px;
	color:#996f43;
	list-style-type: none;
}

#breadcrump {
	font-size:11px;
	color:#12625c;
	height:35px;
	margin-left:10px;
	padding-left:20px;
	line-height:35px;
	margin-right:20px;
	background-image:url(/media/web/bcrumpbg.gif)}





#footer {
	padding:15px;
	font-size:11px;
	background-color:#12625c;
	color:#fff;
}

#footernav {
	color:#fffb83;
	text-align:center;}
	
#footernav a {
	color:#fff;}


