@charset "utf-8";
/* CSS Document */
body { text-align:center; margin:0px auto; padding:0px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#404040;}
.logo {background-image: url(images/logo.png); height:100px; width:500px; background-position:bottom left; background-repeat:no-repeat;}

#wrapper { width:700px; padding:0px; text-align:left; margin:auto;}
a {color:#840305;}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #A6C800;
padding: 2px;
background-color: #3F3F3F;
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);
}
.menu {background:url(images/menubg.png) no-repeat top left; height:46px; padding-left:5px;}
.menu a {color:#FFF; font-weight:bold; text-decoration:none; padding:15px; font-size:12px; }
.menu a:hover {text-decoration:underline;}

.maincontent {background:url(images/pagebg.png) center top no-repeat; height:300px; padding:15px; padding-top:0px;}
.footer {background:url(images/footer.png) center top no-repeat; height:20px; padding-bottom:5px; text-align:center;}

img {
border-style:none;
	}
	
h1 {
	color:#000;
	font-size:14px;
	padding:0px;
	margin:0px;
	}
h1 a {
color:#840305;
font-size:14px;
	padding:0px;
	margin:0px;
	}