body, html
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #9CAF61;
	text-align: center;
}

/* start shadow */

div#shadowleft
{
	width: 824px;
	height: auto;
	margin: 0 auto;	background-image: url(../shadows/leftbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

div#shadowright
{
	width: 824px;
	height: auto;
	margin: 0 auto;	background-image: url(../shadows/rightbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


/* end shadow */


/* start main_nav */

div#logo
{
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../logo.jpg);
	background-color:#000000;
	background-repeat: no-repeat;
}

div#main
{
	width: 800px;
	height: 251px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../sunbanner.jpg);
	background-repeat: no-repeat;
}

div#nav_main
{
	width: 800px;
	height: 22px;
	background: #000000;	
	text-align: left;
	padding: 0;	
	margin: 0 auto; 
	border-bottom: 1px solid #000000;
	z-index:100;
	
}

#nav_main ul, #nav_main li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	position: relative;
	float: left;
}

#nav_main a:link, #nav_main a:visited
{
	float: left;
	margin: 0px;
	padding: 5px 16px 9px 16px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: ;
	filter: alpha(opacity=100);
}

#nav_main a:hover 
{ 
	background: #9CAF61;
}

/* common styling */

#nav_main ul li a, #nav_main ul li a:visited 
{
	display: block; 
	text-decoration:none; 
	color: #fff;
	height: 8px; 
	overflow: hidden;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #000;
}

#nav_main ul ul 
{
width: 142px;
}

/* a hack so that IE5.5 faulty box model is corrected 
* html #nav_main a, * html #nav_main a:visited {
width: 60px;
w\idth: 60px;
}
*/
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav_main ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:22px;
	left:0; 
	width: 142px;
}
/* another hack for IE5.5 */
* html #nav_main ul ul 
{
	top:21px;
	t\op:22px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#nav_main table {position:absolute; top: 0; left:0;}

/* style the second level links */
#nav_main ul ul a, #nav_main ul ul a:visited 
{
	background:#000000; 
	color:#fff;  
	width: 142px; 
	border-bottom: 1px solid #fff;
/* yet another hack for IE5.5 */
}


* html #nav_main ul ul a{
	width:150px;
	w\idth:129px;
}

#nav_main ul ul a:hover
{
	background: #9CAF61;
}


/* make the second level visible when hover on first level list OR link */
#nav_main ul li:hover ul, #nav_main ul a:hover ul{
	visibility: visible; 
}


/* end main_nav */

/* start content */
#content
{

	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

h1
{
	font-family: Times New Roman, Times, Serif;
	font-weight:normal;
	font-size: 24px;
	font-style: italic;
	color: #9CAF62;
	padding: 0;
	margin: 0;
}

#eventtitle
{
	width: 789px;
	height: 100%;
	float: left;
	text-align: left;
	margin: 10px 0 0 10px;
	padding: 0;
	
}

#left
{
	float: left;
	width: 399px;
	height: 100%;

}

#left p
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: none;
	color: #000000;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;

}
#left p a
{
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	border:none;
	font-weight:inherit;
}
#left p a:link
{
	font-size: 14px;
	color: #000000;
	line-height: 10px;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}
#left p a:visited
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}
#left p a:hover
{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	border:none;
	font-weight:inherit;
}
#left p a:active
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}

#left ul, #left li
{
	margin: 0 0 0 5px;
	padding: 10px 0 3px 0;
	display: block;
	list-style-type: none;
	text-align: left;
}

#left a:link, #left a:visited
{
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: inherit;
	text-decoration: none;
	color: #000000;
}

#left a:hover 
{ 
	color: #212323;
}

#left_active a:link, #left_active a:visited
{ 
	color: #d82c2a;
}

#right
{
	float: left;
	width: 399px;
	height: 100%;

}

#right p
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: none;
	color: #000000;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;

}
#right p a
{
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	border:none;
	font-weight:inherit;
}
#right p a:link
{
	font-size: 14px;
	color: #000000;
	line-height: 10px;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}
#right p a:visited
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}
#right p a:hover
{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	border:none;
	font-weight:inherit;
}
#right p a:active
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight:inherit;
}

#right ul, #right li
{
	margin: 0 0 0 5px;
	padding: 10px 0 3px 0;
	display: block;
	list-style-type: none;
	text-align: left;
}

#right a:link, #right a:visited
{
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: inherit;
	text-decoration: none;
	color: #000000;
}

#right a:hover 
{ 
	color: #212323;
}

#right_active a:link, #right_active a:visited
{ 
	color: #d82c2a;
}

#center
{
	width: 799px;
	height: 100%;
	float: left;
	text-align: left;
	
}
#center p
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: inherit;
	color: #000000;
	padding: 0;
	text-align: left;

}
#center p a
{
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	border:none;
	font-weight: inherit;
}
#center p a:link
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight: inherit;
}
#center p a:visited
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight: inherit;
}
#center p a:hover
{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	border:none;
	font-weight: inherit;
}
#center p a:active
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border:none;
	font-weight: inherit;
}

#center ul, #left li
{
	margin: 0 0 0 5px;
	padding: 10px 0 3px 0;
	display: block;
	list-style-type: none;
	text-align: left;
}

#center a:link, #left a:visited
{
	margin: 0;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

#center a:hover 
{ 
	color: #212323;
}

#center_active a:link, #left_active a:visited
{ 
	color: #d82c2a;
}

.optionsbg
{
	background-color:#FFFFFF;
	background-image: url(../optionbg.jpg);
	background-repeat: no-repeat;
	background-position: topleft;
}

.optiontext
{
	font-family: Bookman Old Style;
	font-size: 16px;
	color: #bf1f00;
}

.learnmore
{
	font-family: Verdana;
	font-size: 14px;
	color: #bf1f00;
}

/* end content */

/* start footer */
div#footer
{
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
	border-top: 2px solid #fff;
	
}

div#nav_footer
{		
	text-align: center;
	padding: 0;	
	height: 32px;
	margin: 10px 0 0 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
}

#nav_footer ul, #nav_footer li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav_footer a:link, #nav_footer a:visited
{
	float: left;
	margin: 0;
	padding: 7px;
	text-decoration: none;
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#nav_footer a:hover 
{ 
	background: #000000;
}

div#legal
{ 	
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background: #000000;
	text-align: left;
}

div#legalline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0 0 0 0px;
	font-weight: bold;
	color: #fff;
	line-height: 15px;
}

/* end footer */
