* {
	 margin: 0;
	 padding: 0;	
}

body {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	color: #000;
	background-image:url('../images/pat-10.jpg');
}

a {text-decoration:none; color:#000;}
a:visited {color:#000;}
a:active {color:#000;}
a:hover {color:#FF0000; text-decoration: underline;}

INPUT 
{
	font-family: tahoma; 
	background-color: #67ccdd; 
	color: white; 
	font-size: 11px; 
	border: 1px solid #a6e1eb; 
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
}

#maincontainer {
	margin: 0 auto;
	width: 1008px;
	background-color: White;
}

#header 
{
	width: 1002px;	
	margin-left: auto;
	margin-right: auto;
}

#headerguide
{
	background-color: #ff9908;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 1002px;
}

#headerguide a:link {color: #000; text-decoration:none;}
#headerguide a:visited {color: #000; text-decoration:none;}
#headerguide a:hover {color: #fff;}

#topadv 
{
	clear: both;
}

#footer {
	clear: both;
	background-color: #F5F5F5;
}

#footerlogovasc {
	float: left;
	margin-right: 13px;
}

#footertext {
	background-image: url('../images/footer_bg.gif');
	height: 86px;
	float: left;
	font-family: Tahoma;
	font-size: 10px;
}

.footer_menu 
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #ec1c24;
}

.footer_menu a {text-decoration:none; color:#ec1c24;}
.footer_menu a:visited {color:#ec1c24;}
.footer_menu a:active {color:#ec1c24;}
.footer_menu a:hover {color:#ec1c24; text-decoration: underline;}

.footer_about
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 14px;
	font-family: Tahoma;	
	font-size: 10px;
	color: #9A9999;
}

#dhtmltooltip
{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 5px;
	background-color: Gray;
	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);
}


.morelink {color:#ff7800; font-weight: bold; font-size:11px;}
.morelink a:link {font-weight: bold; text-decoration:none; color:#ff7800; font-size:11px;}
.morelink a:visited {color:#ff7800;}
.morelink a:hover {color:#bababa; text-decoration:none;}


/* ######### Menu ######### */
.dropmenudiv_a {
position:absolute;
top: 0;
border: 1px solid #fff; 
border-bottom-width: 0;
font:Bold 11px Tahoma;
line-height:20px;
z-index:100;
background-color: #f88423;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a {
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #fff; 
padding: 2px 15px 2px 2px;
text-decoration: none;
color: #fff;
}

.dropmenudiv_a a:hover { 
background-color: #fea430;
color: #fff;
}