body {
	background : #fcfc;
	margin: 0px;
}

/*<group=Text styles>*/

body, p, h1, h2 {
	
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	color: c03;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 6px;
}

h2 {
	font-weight: bold;
	margin: 0px;
}

.formerror {
	color: #99002B; 
	font: 10pt "Comic Sans MS", "Comic Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}

a {
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #000;
	text-decoration: none;
	border-bottom:  solid 1px #060;
}

a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #060;
}

a:hover {
	color: #fff;
	background-color: #c03;
	text-decoration: none;
	border-bottom: solid 1px #c03;
}

a:active {
	color: #9f9;
	text-decoration: none;
	border-bottom:  solid 1px #c03;
}

a.imagelink:link {
	color: #000;
	text-decoration: none;
	border-bottom:  none;
}
a.imagelink:visited {
	color: #000;
	text-decoration: none;
	border-bottom:  none;
}

a.imagelink:hover {
	color: #fff;
	background-color: #c03;
	text-decoration: none;
	border-bottom:  none;
}

a.imagelink:active {
	color: #9f9;
	text-decoration: none;
	border-bottom:  none;
}

	
/*</group>*/

/*<group=Left Column Nav>*/

.sidenav a {
	margin: 0px 10px 0px 10px;
	display: block;	
	font: bold 11px/12px Verdana, Arial, Helvetica, sans-serif;
	border: none;
}

.sidenav a:link {
	color: #000;
	text-decoration: underline;
}

.sidenav a:visited {
	color: #000;
	text-decoration: underline;
}

.sidenav a:hover {
	color: #fff;
	background-color: #c03;
	text-decoration: none;
}

.sidenav a:active {
	color: #9f9;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Left Column Subnav>*/

.sidesubnav {
	display: block;
	margin:  4px 10px 4px 10px;
	padding: 0px;
}

.sidesubnav a {
	display: block;
	padding-left: 6px;
	font: bold 9px/11px Verdana, Arial, Helvetica, sans-serif;	border: 0px;	
}


.sidesubnav a:link {
	text-decoration: none;
	background: url("/images/shared/bkg_nav.gif") top left no-repeat;
	color: #060;
	text-decoration: underline;
}

.sidesubnav a:visited {
	background-position: 0 0;
	color: #060;
	text-decoration: underline;
}

.sidesubnav a:hover {
	background-position: -136px 0px;
	color: #fff;
	background-color: #c03;
	text-decoration: none;
}

.sidesubnav a:active {
	background-position: -136px 0px;
	color: #9f9;
	text-decoration: none;
}
	
/*</group>*/

.shared_header {
	display: block;
	background-image: url("/images/shared/shared_waves.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #060;
}

.home_header {
	display: block;
	background-image: url("/images/home/home_waves.gif");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #060;
}

.main_logo {
	display:block;
	background-color: #fff;
	background-image: url("/images/main_logo.gif");
	background-repeat: no repeat;
	background-position: top left;
}

.right_column {
	display: block;	
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/images/home/home_footer.gif);
	background-color: #fff;
	padding-bottom: 20px;
}

.ticker {
	width: 100%;
	border: 1px solid #006600;
	background-color: #9f9;
}

img.body_left {
	float:left;
 /*	border-right: 1px dotted #060; */
 	padding-right: 10px;
 	margin: 5px 10px 10px 0px;
}

img.body_right {
	float: right;
/* 	border-left: 1px dotted #060; */
 	padding-left: 10px;
 	margin: 5px 0px 10px 10px;
}


img.logo {
	border: 1px solid #000;
	margin: 1px 0px 0px 1px;
}

img.ad {
	border: 1px solid #000;
	margin: 0px;
}

.ad_space {
	display: block;
	background-color: #fff;
	margin: 1px 0px 0px 0px;
	border: 1px solid #060;
	padding: 7px;
}
	
	
/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	color: #FFFFFF;
	background:transparent;
	background-color:transparent;
}
.m0l0iover {
	color: #FFFFFF;
	background:transparent;
	background-color:transparent;
}

/* level 0 outer */
.m0l0oout {
	background:transparent;
	background-color:transparent;
}
.m0l0oover {
	background:transparent;
	background-color:transparent;
}

/* level 1 inner */
.m0l1iout {
	color: #006600;
	background:#66cc66;
}
.m0l1iover {
	color: #cc0033;
	background:#66cc66;
}

/* level 1 outer */
.m0l1oout {
	color: #66cc66;
	background:#66cc66;
}
.m0l1oover {
	color: #66cc66;
	background: #66cc66;
}

/* level 2 inner */
.m0l2iout {
	color: #006600;
	background:#66cc66;
}
.m0l2iover {
	color: #cc0033;
	background:#66cc66;
}

/* level 2 outer */
.m0l2oout {
	background: #66cc66;
}
.m0l2oover {
	background: #66cc66;
}

