body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: 0px;
	background-color: #D5D5D5;
	}

p, td, div, ul, ol, blockquote {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000 ;
	}
	
#dropmenudiv{
position:absolute;
border:1px solid #cccccc;
font:normal 10px Verdana;
line-height:12px;
z-index:500;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
background-color: #eeeeee;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}
	
a:link { color: #5C5C5C; text-decoration: none; font-weight: normal; }
a:visited { color: #5C5C5C; text-decoration: none; font-weight: normal; }
a:hover { color: #BF2E2B; text-decoration: none; font-weight: normal; }
a:active {color: #5C5C5C; text-decoration: none; font-weight: normal; }

ul {
  list-style-image: url(images/bull.gif);
  margin-bottom: 0;
  margin-top: 0;
  }

.link:link { color: #3E7998; text-decoration: underline; font-weight: bold; }
.link:visited { color: #3E7998; text-decoration: underline;  font-weight: bold; }
.link:hover { color: #AFC2E3; text-decoration: none;  font-weight: bold; }
.link:active {color: #3E7998; text-decoration: underline;  font-weight: bold; }

.clink:link { color: #ffffff; text-decoration: none; font-weight: normal; }
.clink:visited { color: #ffffff; text-decoration: none;  font-weight: normal; }
.clink:hover { color: #A6B0B7; text-decoration: none;  font-weight: normal; }
.clink:active {color: #ffffff; text-decoration: none;  font-weight: normal; }

.med { font-size: 11px; }
.subhead { color: #3E7998; font-size: 12px; font-weight: bold; }
.title {font-size: 18px; font-weight: bold; color: #333333; font-family: tahoma, verdana, arial, helvetica, sans-serif; }
.header {font-size: 14px; color: #344D65; font-weight: bold; font-family: tahoma, verdana, arial, helvetica, sans-serif; }
.copyright { font-size: 10px; color: #5C5C5C; }

