body 
{
	font-family: arial;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

#container 
{
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#container2
{
	margin: 10px auto 0 auto;
	background-image: url(../images/bgs.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align: left;
	height: 300px;
	width: 1000px;
}

#container3
{
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header 
{
	height: 130px;
	margin: 0;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
}

#boxescontainer
{
	margin: 0 auto 0 auto;
	width: 990px;
}

#headerleft
{
	float: left;
	background-image: url(../images/headerleftbg.jpg);
	background-repeat: no-repeat;
	width: 430px;
	background-position: 100% 100%;
	height: 129px;
}

#menu
{
	margin: 0px;
	float: right;
	margin-top:68px;
	text-align: right;
	margin-right: 10px;
}

#left, #middle, #right
{
	float: left;
	width: 280px;
	margin: 20px 0 0 55px;
}

#left
{
	margin-left: 20px !important;
	margin-left: 14px;
}

#content
{
	padding: 10px 20px 0 20px;
	border-left: 1px dotted #e68f77;
	border-right: 1px dotted #e68f77;
	margin-top: 10px;
}

#footer 
{
	text-align: center;
	padding: 40px 10px 0 10px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
}

#footercontainer
{
	margin: 0 auto 0 auto;
	width: 990px;
}

#footerleft
{
	float: left;
	font-size: 150%;
	font-family: georgia;
}

#footerright
{
	float:right;
	font-size: 90%;
}

a:link
{ 
	color: #000000;
}

a:visited 
{
	color: #000000;
}

a:hover 
{ 
	color: #393939;
}

a:active 
{ 
	color: #000000;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
}

h1
{
	color: #335f50;
	font-family: georgia;
	font-size: 160%;
}

h2
{
	font-family: georgia;
	border-bottom: 3px solid #e68f77;
	font-size: 120%;
}

#menu li
{
	float: left;	
	padding: 0;
	margin: 0;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: georgia;
	font-size: 1.2em;
	text-align: center;
}

#menu h1
{
	font-weight: normal;
	color :#000000;
	font-size: 120%;
}

#boxescontainer h3
{
	color: #23687c;
	font-size: 80%;
	border-bottom: 3px solid #e68f77;
	margin-top: 5px;
}

#boxescontainer h2
{
	color: #ad0000;
	border:0;
	font-size: 140%;
}

#boxescontainer li
{
	list-style-image: url(../images/bullet.jpg);
}

#boxescontainer ul
{
	margin-top:0;
}

#footerleft li
{
	display: inline;
}

#footerleft ul
{
	padding: 0;
	margin: 0;
}

#menu ul li a:link,#menu ul li a:visited
{
	display: block;
	width: 101px !important;
	width: 106px;
	height: 33px;
	color: #ffffff;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	padding: 4px 3px 0 3px;
	margin: 0 2px 0 0;
	text-decoration: none;
}

#menu ul li a:hover,#menu ul li a:active
{
	display: block;
	width: 101px !important;
	width: 106px;
	height: 33px;
	color: #ffffff;
	background-image: url(../images/buttonhover.gif);
	background-repeat: no-repeat;
	padding: 4px 3px 0 3px;
	margin: 0 2px 0 0;
	text-decoration: none;
}

#footerleft a:link #footerleft a:visited
{
	text-decoration: none;
}

table
{
	border-collapse: collapse;
	margin-bottom: 15px;
}

table th
{	
	background-color: #4B6F87;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #3C5A76;
}

table td
{
	border: 1px solid #3C5A76;
	padding: 4px;
}

.floatleft
{
	float: left;
}

.floatright
{
	float:right;
}