body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
h1 {
	font-size: 12px;
	color: #666666;
}
h2 {
	color: #9C343F;
	font-size: 12px;
}

a {
	color: #9D3440;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#header {
	background-image: url(images/logo_header.jpg);
	background-repeat: no-repeat;
}
#nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #983844;
	text-decoration: none;
}
#nav a:hover {
	color: #0099FF;
}


#blue_bar {
	background-image: url(images/blue_bar.jpg);
	background-repeat: no-repeat;
	height: 28px;
}
#pad {
	padding: 10px;
}
#welcome_div {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#main_content {
	margin: 10px;
}
#sub_div {
	margin: 5px;
}

#footer {
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright{
	float: right;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
}
#copyright a {
	font-weight: bold;
	color: #9E3440;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 1;
	padding-bottom: 0px;
	padding-left: 1;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #B5D3F5;
}
