body {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:small;
	color:#333;
	margin:0px;
}
a:link { color:#333; text-decoration:underline; font-weight:bold; }
a:hover { text-decoration: none; }
a:visited { color:#333; font-weight:bold;}

h1 {
	color:#333;
	font-weight:bold;
	font-size:175%;
	margin:0 0 5px 0;
	line-height:100%;
}

#wrapper {
	text-align: left;
	margin:0px auto;
	padding:0px;
	width:800px;
	background:url("../images/3col_back_800.gif");
	background-repeat:repeat-y
}
#left {
	float:left;
	width:140px;
	padding:20px 10px 20px 15px;
}
#right {
	float:right;
	padding:15px 10px 10px 10px;
	width:175px;
}
#right a:link { color:#333; text-decoration:underline; font-weight:bold; font-family:Arial;}
#right a:hover { text-decoration:none; }
#right a:visited { color:#333; font-weight:bold; font-family:Arial;}

li {
	margin-left:15px;
}
#content { 
	float:left;
	width:54%;
}
#content b { 
	color:#ff0000;
}
#main {
	padding:20px 5px 15px 20px;
}
#main a:link { color:#333; text-decoration:underline; font-weight:bold; font-family:Arial;}
#main a:hover { text-decoration:none; }
#main a:visited { color:#333; font-weight:bold; font-family:Arial;}

#header {
	width:800px;
	margin:0 auto;
	text-align:center;
	background:#fff;
}
#footer {
	width:800px;
	clear:both;
	background:#fff;
	padding:10px 0;
	margin:0px auto;
	margin-top:5px;
	border-top:2px solid #000;
}

#dropmenudiv {
position:absolute;
background-color: #fff;
border:1px solid #333;
border-bottom-width: 0;
font:normal small Arial;
line-height:18px;
z-index:100;
}
#dropmenudiv a {
width:100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #c7ff5e;
}

