body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #EEEEEE;
	line-height: 180%;
}
a
{
color: #000000;
text-decoration: underline;
}

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

#headercontainer
{
	width: 100%;
	background: #242424;	
	text-align: left;
}

#header
{
	margin: 0 auto;
	width: 960px;
	height: 125px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424 url('images/header-background4.jpg');
}

#header h1
{
	margin: 0;
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}

#header a
{
	margin: 0;
	color: #FFFFFF;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 150%;
	/*padding-left: 10px;
	padding-top: 50px;*/
	text-decoration: underline;

}

#menucontainer
{
	width: 100%;
	height: 22px;
	background: #EEEEEE;
	/*background-image:url('images/menu-background.jpg');*/
	background-repeat:repeat-x;
}

#menucontainer1
{
	width: 100%;
	height: 22px;
	background: #EEEEEE;
	/*background-image:url('images/menu-background.jpg');*/
	background-repeat:repeat-x;

}
#menu
{
	margin: 0 auto;
	width: 960px;
	background: #1C437C;
	border-right: 1px solid #FFFFFF;
}

#menu1
{
	margin: 0 auto;
	width: 960px;
	background: #2E6FCF;
	border-right: 1px solid #FFFFFF;
}

#menu2
{
	margin: 0 auto;
	width: 960px;
	background: #80A8E2;
	border-right: 1px solid #FFFFFF;
}

#menu3
{
	margin: 0 auto;
	width: 960px;
	background: #D3E1F5;
	border-right: 1px solid #FFFFFF;
}

#content
{
	margin: 0 auto;
	width: 940px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFFFFF;
	
}

#content h2
{
	/*color: #666;*/
	/*color: #CC9933;*/
	color: orange;
	padding-bottom: 3px;
	/*border-bottom: 1px solid #1C437C;*/
	/*border-bottom: 2px solid #CC9933;*/
	border-bottom: 2px solid orange;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

#content h3
{
	/*color: #666;*/
	color: orange;
	padding-bottom: 3px;
	/*border-bottom: 1px solid #1C437C;*/
	/*border-bottom: 2px solid #CC9933;*/
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 150%;
	letter-spacing: -1px;
}



#table, th, td
{
border: 0px solid orange;
}

#footer
{
	margin: 0 auto;
	width: 940px;
	text-align: right;
	color: #FFFFFF;
	background: #1C437C;
	letter-spacing: 2px;
	/*background: #1C437C url('images/menu-background.jpg') repeat-x;*/
	border: 1px solid #1C437C;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	padding: 3px 10px;
	font-size: 90%;
}

#footer a
{
	color: #FFFFFF;
}

#boxsin {
float: left;
/*width: 100px;*/
margin: 10px 20px 20px 0px;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#boxdex {
float: right;
/*width: 100px;*/
margin: 10px 20px 20px 20px;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

