@charset "utf-8";
/* CSS Document */
/* BG - #e6c06c
   Red - #e32129  */

body {
	margin: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	letter-spacing:.2px;
	background-color:#e6c06c
}
body,td,th {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #E0232A;
}
a:active {
	text-decoration: underline;
}
.contact {
	font-size: 11px;
	color: #000000;
}

.contact a, .contact a:link, .contact a:visited, .contact a:active {
	text-decoration: none;
	color:#000000
}
.contact a:hover {
	text-decoration: underline;
	color:#E0232A
}
.red {
	color: #e32129;
	font-weight:bold
}
.header {
	color:#000000;
	font-size:10px
}
.header a, .header a:link, .header a:visited, .header a:active {
	text-decoration: none;
	color:#000000
}
.header a:hover {
	text-decoration: underline;
	color:#E0232A
}
.footer {
	font-size: 10px;
	text-decoration:none;
	color:#000;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	text-decoration: none;
	color:#000000;
}

.footer a:hover {
	text-decoration: underline
}

#leftbox {
	padding:1px 10px 10px 10px;
}
#centerbox {
	padding:1px 10px 10px 20px;
}
.boxes {
	border-right:#e6c06c 2px solid; 
	background-image: url(../img/contentbg.jpg); 
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#e6c06c
}
#sublinks { 
	/*float:left;*/
	color:#e32129;
	width:140px;
	padding:5px 0px 0px 0px;
	font-weight:bold;
/*	margin-left:-5px;
	border-right:#666666 dashed thin;
	border-bottom:#666666 dashed thin;*/
}
.sublinks a, .sublinks a:link, .sublinks a:visited {
	display:block;
	/*border-top:#666666 dashed thin;*/
	font-size:12px;
	color: #e32129;
	text-decoration:none;
	padding:2px 2px 2px 10px;
/*	margin-left:-5px;*/
}
.sublinks a:hover{
	/*background-image: url(../img/bullet.gif);*/
/*	background-position:left;
	background-repeat:no-repeat;*/
	background-color:#e32129;
	font-weight:bold;
	color:#fff;
}
.active_sublink {
/*	background-image: url(../img/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;*/
	color:#e32129;
	display:block;
	border-top:#666666 dashed thin;
	font-size:12px;
	text-decoration:none;
	padding:5px 5px 5px 10px;
/*	margin-left:-5px;*/
}
.midtbl {
	background-image: url(../img/contentbg.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom;
}
.titlename {
	color:#e32129; 
	font-size:16px; 
	font-weight:bold;
	font-style:italic
}
#contenttbl { padding:10px 10px 10px 10px}