* { border: 0; margin: 0; }

body {
	background-color: #3eb0d6;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 9pt;
	text-align: center;
	behavior:url("csshover.htc");
}

p {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 8pt;
	text-align: left;
}

#container {
	width: 750px;
	background-image: url(images/body_back.gif);
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000000;
}

#main { 
	background-image: url(images/body_top.gif);
	background-repeat: no-repeat;
	min-height: 90px;
	text-align: left;
	padding: 40px 0 10px 0;
	width: 750px;
}

#nav {
	float: left;
	width: 158px;
	margin-right: 20px;
	text-align: right;
}

#content {
	float: left;
	width: 502px;
}

.clearFloats { clear: both; }

#nav ul {
	list-style: none;
}

#nav li {
	text-align: right;
	list-style: none;
	padding-right: 20px;
	margin-bottom: 13px;
	height: 12px;
	font-weight: bold;
	font-size: 8.5pt;
	cursor: pointer;
}

#nav a:link { text-decoration: none; color: #000000; }
#nav a:hover { text-decoration: none; }
#nav a:visited { text-decoration: none; color: #000000; }

a:link { text-decoration: none; color: #ff3333; }
a:hover { text-decoration: underline; color: #ff3333; }
a:visited { text-decoration: none; color: #ff3333; }

#nav a:hover li {
	border-style: solid;
	border-width: 0 5px 0 0;
	border-color: #FF3333;
	padding-right: 15px;
	color: #ff3333;
}

li#selected {
	border-style: solid;
	border-width: 0 5px 0 0;
	border-color: #FF3333;
	padding-right: 15px;
	color: #ff3333;
}

hr {
	border: 0;
	background-color: #000000;
	height: 1px;
	margin: 3px 0 13px 0;
}

h3 {
	color: #ff3333;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase; 
}

.menu_item { margin-left: 200px; }
.left { float: left; }
.right { float: right; width: 300px; margin-bottom: 40px; }

#header { 
	background-image: url(images/header.gif); 
	width: 750px;
	height: 180px;
	overflow: hidden;
}

.bordered {
	border-style: solid;
	border-width: 1px;
	border-color: #ff3333;
}

p#footer { font-size: 8pt; color: #ffffff; text-align: center; }
p#footer a:link { color: #ffffff; }

.float_l { float: left; margin-right: 10px; }
.float_r { float: right; margin-left: 10px; }