*{
	margin: 0; padding: 0;
}*
body {
	font: 12px Arial, Sans-Serif;
	line-height: 1.8em;
	background-image:url("../images/bg.png");
	color: #333;
}

body.default {
	font: 12px Arial, Sans-Serif;
	line-height: 1.8em;
	background:white;
	color: #333;
}

hr {
color:#1A0262;
}
a {
	COLOR: #3333BD;
	text-decoration: none;
}
a:visited {
	COLOR: #3333BD;
	text-decoration: none;
}
a:hover {
	COLOR: #6587E0;
	text-decoration: underline;
}
h1, h2, h3 {
	margin: 0 0 10px;
	padding: 10px 0 3px;
}
h1 {
	text-decoration: underline;
}
ul { 
	padding: 0;
	margin: 0 0 10px;
}
li {
	list-style-type: none;
}
p {
	margin: 5px 0 10px 0;
}
img {
	border: none;
}

table, tr, td, form, label{
	font-size: 12px;
	line-height: 1.8em;
}

#width-setter
{
	padding: 10px 10px 3px 10px;
	width: 1000px;
	margin:20px auto;
	background: #fff;
	border-color: #FFFFFF;
	border-width: 2px;
}

#header
{
	height:200px;
	width:100%;
	background-color:#467CAB;
}

#left-header
{
	width:712px;
}

#logo
{
	background-image:url("../images/bahamaslogo.png");
	width:766px;
	height:200px;
	float:left;
	repeat: no-repeat;
}

#topmenu
{
	height:39px;
	padding:148px;
}

#body
{
	background:white;
	width:100%;
}

#right
{
	margin-bottom: 10px;
	float: left;
	width: 780px;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
}


#left
{
	float: left;
	width: 180px;
	background: #E8E8E8;
	margin-bottom: 10px;
	margin-top: 20px;
}
#left h3
{
	padding: 5px 10px 5px 10px;
	color: #fff;
	background: #467CAB;
	font-size: 1.3em;
	height:auto;
	line-height:
	20px;
}
#left ul
{
	padding: 5px 10px 10px 10px;
	margin: 0;
	color:#FFFFFF;
}

/*custom menu classes*/
#left .adminmenu
{
	color:black;
	background: black;
	background-image:url('../images/hazard.jpg');
}
#left .adminmenu h3 {
	color: white;
	background:black;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#left .adminmenu a{
	color:white;
	background:black;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#footer
{
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px 5px;
}

.fieldbutton
{
	border:outset 1px #ccc;
	color:#666;
	font-weight:bold;
	background:url("../images/formbg.gif") repeat-x left top;
}
.fieldbutton:hover
{
	border:outset 1px #ccc;
	color:#FFFFFF;
	font-weight:bold;
	background:#1A0262;
}

