*
{
	padding:0;margin:0;
}

img
{
	border: 0px;
}

body
{
	background:#98d8d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}

#container
{
	margin:0 auto;
	width: 970px;
}

#layout-index
{
	background: url(images/page_bg.jpg) top no-repeat;
	width: 100%;
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Header
//
///////////////////////////////////////////////////////////////////////////////////
*/
#header
{
	height: 374px;
	display: block;
}

#div-logo
{
	text-align:left;
	height: 80px;
	float: left;
	display: block;
	padding: 20px 0px 20px 40px;
}

#div-title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	color: #013a33;
	text-align: left;
	float: left;
	display: block;
	width: 389px;
	margin: 50px 0px 50px 0px;
	line-height: 60px;
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Menu
//
///////////////////////////////////////////////////////////////////////////////////
*/

#div-menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: #111111;
	text-transform: uppercase;
}

#div-menu a
{
	padding: 10px 40px 10px 40px; 
	color: #FFFFFF;
	text-decoration: none;
}

#div-menu .off a
{
	color: #FFFFFF;
	background: url(images/menu_bg.jpg) top repeat-x;
}

#div-menu .on a
{
	color: #111111;
	background: url(images/white_bg.jpg) top repeat;
}

#div-menu .off a:hover
{
	color: #111111;
	background: url(images/white_bg.jpg) top repeat;
}

#div-menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;

}

#div-menu li
{
	display: inline;
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Content
//
///////////////////////////////////////////////////////////////////////////////////
*/
p
{
	color: #111111;
	padding: 5px 0px 5px 0px;
	line-height: 20px;
}

p a
{
	text-decoration: underline;
	color: #5e9c0d;
}

h1
{
	font-size: 18px;
	color: #CCCCCC;
	padding-bottom: 10px;
}

h2
{
	font-size: 14px;
	color: #256469;
	margin-bottom: 3px;
	text-transform: uppercase;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4a;
	margin: 8px 0px 8px 0px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	color: #8fac6a;
	padding-top: 15px;
}

#div-content
{
	width: auto;
	margin: 0px 30px 0px 30px;
}

#content
{
	margin-top:10px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 40px 30px 40px 30px;
}

#nav-side
{
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #111111;
	text-align: left;
	margin-bottom: 30px;
}

#nav-side a
{
	text-decoration: none;
	color: #111111;
}

#nav-side a:hover 
{
	text-decoration: none;
	color: #5e9c0d;
}
#nav-side a:visited
{
	text-decoration: none;
	color: #5e9c0d;
}
#nav-side a:active
{
	text-decoration: none;
	color: #5e9c0d;
}

#nav-side li
{
	list-style-image: url(images/li.jpg);
	list-style-position: inside;
	border-top: 1px dashed #CCCCCC;
	padding: 8px 0px 8px 0px;
}

#nav-side .first
{
	border: none;
}

#nav-side .current
{
	color: #5e9c0d;
}

#visitor_number
{
	background-color: #c3dbb3;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 3px 5px 3px;
	margin-bottom: 5px;
}

#title
{
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #86aba7;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
}

#highlight
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}

.frame
{
	border: 1px #86aba7 solid;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin-bottom: 30px;
}

.odd
{
	background-color: #e5e5e5;
}

.bulletin
{
	padding: 10px 10px 10px 10px;
}

.form
{
	padding: 5px;
}

.registry
{
	padding: 10px 10px 10px 10px;
}

.border_right
{
	border-right: 1px #cccccc solid;
}

.border_bottom
{
	border-bottom: 1px #cccccc solid;
}

.border_rightbottom
{
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.border_all
{
	border: 1px #cccccc solid;
}


/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Footer
//
///////////////////////////////////////////////////////////////////////////////////
*/
#footer
{
	width: 100%;
	font-size: 10px;
	background: url(images/shadow_footer.jpg) top no-repeat;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin-bottom: 30px;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer li
{
	list-style: none;
}
#footer p
{
	font-size: 10px;
	color: #256469;
	line-height: none;
	padding: 0px;
}

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  Section Control
//
///////////////////////////////////////////////////////////////////////////////////
*/
.section-container
{
	clear: both;
}
.section-left
{
	float: left;
}
.section-right
{
	float: right;
}

