body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #949585;
	line-height:19px;
}
table{
    font-size: 11px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #333333;
	text-decoration: none;
}
 a:hover
 
 {
	 text-decoration:underline;
	 }


.back {
	background-color: #949585;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-color:#000;
}
.footer	A:link {text-decoration: none; color:white;}
.footer	A:visited {text-decoration: none; color:white;}
.footer	A:active {text-decoration: none}
.footer	A:hover {text-decoration: underline; color: white;}

.navsideline {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CBBF88;
	
}
.navlinks {
	font-size: 12px;
	line-height: 16px;
	_line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-left:5px;
	
}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #908244;
	letter-spacing: 1px;
}



.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #0E4554;
}
.boxes {
	background-color: #FFF;
	border: 1px solid #0E4554;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003333;
	font-style: normal;
	font-weight: normal;
	text-indent: 2px;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}
.news_back {
	background-color: #832931;
	background-image: url(images/home/newsbox_mid.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.maincopy {

	font-size: 11px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#FFF;
}
.navsmalltop {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CBBF88;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #E3D8A6;
	color: #006666;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CBBF88;
	padding: 1px;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
TD#menu_left {
	vertical-align:top;
	width: 200px;
	background-image: url(../images/menubackground.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}
TD#menu_left DIV {
	width: 95%;
}
TD#menu_left DIV A {
	color:#660000;
	text-decoration: none;
}
TD#menu_left DIV.menu1-level1-no {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background:url(images/arrow.gif);
	background-position:left;
	background-repeat: no-repeat;
}
TD#menu_left DIV.menu1-level1-act {
	border-bottom: 1px solid #660000;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background:url(images/arrow.gif);
	background-position:left;
	background-position:middle;
	background-repeat: no-repeat;
	
}
TD#menu_left DIV.menu1-level1-act A {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	}
TD#menu_left DIV.menu1-level2-no {
	font-size: 11px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
TD#menu_left DIV.menu1-level2-act {
	font-size: 11px;
	font-weight:bold;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link#linkcolor {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited#linkcolor {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover#linkcolor {
	text-decoration: none;
	color: #FFFFFF;
}
a:active#linkcolor {
	text-decoration: none;
	color: #FFFFFF;
}
#admin {
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	z-index:1;
}
img {
border: 0px;
}
#dhtmltooltip{
color:#FFFFFF;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
position: absolute;
width: 150px;
border: 2px solid black;
padding: 5px;
background-color: black;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.leftnavspc {     font-family: Verdana, sans-serif;   font-size: 11px;   font-variant: small-caps;   font-weight: bolder;   color: #003366;   /* dark blue */   text-decoration: none;   padding: 2px;   margin-left: 15px;    background-color: #FFFFFF;  /* white */   border-bottom: thin dotted #9B193D;   /* burgundy */}


.mywwcc_header_bg
{
background-color:#913039;
}
.mywwcc_header_text {
	color: #EEEBE2;
	font-weight: bold;
}
