body {
	background: #C9DCE3;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.cleaner {
	clear: both;
}

div#container {
	margin-left: 50px ;
	width: 800px;
	margin-top: 20px;
	position: relative;
	margin-bottom: 20px;
}

img {
	border: 0;
}

/* ---- TOP NAV
------------------ */

ul.topnav {
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.topnav li {
	list-style: none;
	display: inline;
}

ul.topnav li a {
	color: #004B6B;
}

ul.topnav li a:hover {
	color: #0076A9;
	text-decoration: none;
}

/* ---- HEADER STUFF 
---------------------- */

div.header {
	width: 100%;
	background: url(../img/focuson/headertile.gif) repeat-x;
	position: relative;
}

div.header img.headerright {
	position: absolute;
	right: 0;
}

/* MAIN NAV STUFF -------------
----------------------------- */

ul.mainnav {
	background: url(../img/focuson/mainnav.gif) no-repeat;
	height: 30px;
	width: 800px;
	margin: 5px 0 0 0 ;
	padding: 0;
}

ul.mainnav li {
	list-style: none;
	display: inline;
	margin: 0 55px;
}


/* MAIN BODY STUFF ----
--------------------- */

div.mainbody {
	background: #fff;
	padding: 20px 30px 10px 30px;
}

/* STYLES FOR EACH EVENT ---
----------------------*/

ul#eachevent {
	margin: 0;
	padding: 0;
}

ul#eachevent h1{
	color: #2381A9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: normal;
}

ul#eachevent li {
	list-style: none;
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	background: #CEE2EA;
	min-height: 125px;
}

* html ul#eachevent li {
	height: 125px;
}

ul#eachevent li:hover, ul#eachevent li.over {
	background: #AECBD7;
}

ul#eachevent li img {
	margin: 0 5px 0 20px;
}

ul#eachevent li span a {
	color: #006E9D;
}

ul#eachevent li span a:hover {
	color: #000;
	text-decoration: none;
}


/* COMMON STYES FOR REST OF THE PAGES
---------------------------------------*/

table.mainbody {
	background: #CEE2EA;
	margin-bottom: 10px;
	border: 3px solid #C4D7DF;
}

table.mainbody a {
	color: #333;
}

table.mainbody a:hover {
	text-decoration: none;
	color: #2381A9;		
}

table.mainbody td {
	padding: 8px;
	border: 0;
}

table.mainbody h1.headline {
	color: #2381A9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
}

p.dash {
	background: url(../img/focuson/dash.gif) repeat-x;
	height: 1px;
	width: 100%;
}

td.contact {
	width: 150px;
	background: #B4D3DF;
}

input {
	border: 1px solid #AECBD7;
	background: #fff;
}

h1.welcome {
	color: #444;
	font-family:Verdana, Arial, sans-serif;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}

p.welcome {
	margin: 0 0 15px 0;
	color: #2381A9
}

/* TABLE STYES ------------
------------------------*/
table.reg, table.reg td {
	border: 1px solid #B4D3DF;
	background: #E5F2F7;
}

table.reg thead td,  input.submit{
	background: #AECBD7;
	color: #005377;
	font-weight: bold;
}


/* FOOTER STUFF -----
----------------------*/
.footer {
	background: url(../img/focuson/footer.gif) no-repeat;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	width: 800px;
	padding: 5px 0 0 0;
}

/* --- BANNER ---- */
div.banner {
position: absolute;
right: -162px;
top: 0;
}