* {
  	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body {
	background-color:#fff;
	background-image:url(../images/shadows.gif);
	background-repeat:repeat-y;
	background-position:center;
}

img {
	border:none;
}

.clear{
	clear:both;
}

#wrapper {
	width:778px;
	margin:0 auto;
}

#logo_img {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	height:83px;
	width:778px;
	margin-left:-1px;
}

.accessible {
	display:none;
}

#top_nav ul {
	height:29px;
	width:772px;
	background-image:url(../images/navbar_BG.gif);
	background-repeat:repeat-x;
	margin-left:-1px;
	padding-top:5px;
	padding-left:5px;
}

#top_nav li {
	font-weight:bold;
	display:inline;
	color:#FFFFFF;
}

#top_nav li a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#top_nav li a:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#top_nav li a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

a:link {
	color:#666666;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

#col_one {
	width:400px;
	float:left;
	margin-left:10px;
	color:#666666;
}

h2 {
	color:#FF6600;
}

#col_two {
	float:right;
	margin-right:5px;
}

#seperator {
	height:39px;
	width:767px;
	background-image:url(../images/HP_seperator.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:4px;
	margin-top:10px;
}

.acc_type {
	float:left;
	padding-right:5px;
}

.acc_type_text {
	width:174px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	color:#666666;
	font-size:10px;
}

.acc_type_text a:link{
	color:#666666;
	font-size:10px;
	text-decoration:underline;
}

.acc_type_text a:visited{
	color:#666666;
	font-size:10px;
	text-decoration:underline;
}

.acc_type_text a:hover{
	color:#FF6600;
	font-size:10px;
	text-decoration:underline;
}

#footer {
	height:50px;
	width:775px;
	background-color:#999999;
	margin-top:20px;
}

#footer p{
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
	background-color:#999999;
	padding:10px 0 0 10px;
}

#footer a:link{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}