@charset "utf-8";
/* CSS Document */

body 
{
	background-image:url(images/design/bg.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

h1
{
	color: #000000;
	font-size: 22pt;
	font-family: Georgia;
	padding-bottom:15px;
	font-weight:lighter;
	font-style:italic;
	line-height:normal;
	margin-top:5px;
	margin-bottom:-20px;
}

img
{
	border: 0px;
}

th
{
    vertical-align:top;
}

td
{
    vertical-align:top;
}


#main-container
{
	width: 1124px;
}

#header
{

}

#left-section
{
	width:308px;
	font-size:18pt;
	font-family:Trebuchet MS, Arial;
	color:#ffffff;
	float:left;
	margin-top:-55px;
	min-height: 768px;
}

#nav
{
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 14pt;
	font-family: Trebuchet MS, Arial;
	margin-left:360px;
	margin-bottom:30px;
}
#nav a
{
	color: #fff;
	font-weight: bold;
	font-size: 14pt;
	font-family: Trebuchet MS, Arial;
	padding-right:20px;
}

#main-body-top
{
	width:767px;
	height:25px;
	background-image: url(images/design/main-content-top-2.png);
	background-repeat:no-repeat;
	margin-left:0px;
}


#main-body-bottom
{
	width:767px;
	height:30px;
	background-image: url(images/design/main-content-bottom-2.png);
	background-repeat:no-repeat;
	margin-top: -16px;
	margin-left: 1px;
}

#main-body
{
	width: 655px;
	background-image: url(images/design/main-content-bg.png);
	background-repeat: repeat-y;
	font-family:Trebuchet MS, Arial;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	line-height:25px;
	padding-left:40px;
	padding-right:40px;
	text-align:left;
	min-height:630px;
	letter-spacing:1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer 
{
	width: 1120px;
	height: 30px;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	background-image: url(images/design/footer-bg.jpg);
	margin-top:30px;
	margin-left:-10px;
	padding-bottom:30px;
	background-repeat: repeat-x;
	color:#ffffff;
	padding-left:10px;
	padding-top:5px;
}

#footer a
{
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	color:#ffffff;
}

#footer a:hover
{
	text-decoration:underline;
}
