@charset "utf-8";
*{
	padding: 0px;
	margin: 0px;
}


body {
	background-color: #515050;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	height: auto;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9c9d9d;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing:1px;
	font-weight: bold;
}
#bg{
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#topbody {
	background-color: #5eb5d5;
	height: 25px;
	margin-top: 0px;
	color:#000000;
	line-height:22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
}

#maincontent {
	width: 961px;
	margin-top: 30px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	height:1070px;
	margin-bottom:20px;
	}
	
#header {
	width:961px;
	height:223px;
	background-image:url(images/header.jpg);
	float:left;
}

#menu{
	position:absolute;
	left: 9px;
	top: 198px;
}

#menu li{
	color:#ffffff;
	display:block;
	margin-left:20px;
	font-weight: bold;
	float:left;
	list-style-image: none;
}

#menu a:link, #menu a:visited{
	color:#ffffff;
	text-decoration:none;
}

#menu a:hover, #menu a:active{
	color:#e2e2e2;
	text-decoration:none;
}

#leftmenu li{
	list-style-image: none;
	display:block;
}

#leftmenu a:link, #leftmenu a:visited{
	background-image:url(images/btn_background.jpg);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:37px;
	line-height:36px;
	padding-left:18px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#leftmenu a:hover, #leftmenu a:active{
	background-image:url(images/btn_background_on.jpg);
}

#leftcolumn{
	float:left;
	width:210px;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	height:300px;
	background-color:#fff;
}

#middlecolumn{
	height:300px;
	width:400px;
	float:left;
	margin-top:10px;
}

#middlecolumn ul{
display:block;
	margin-left: 15px;
}

#rightcolumn{
	float:right;
	width:254px;
	height:300px;
	margin-top:10px;
}

#button a:link, #button a:visited{
	display:block;
	width:163px;
	height:80px;
	background-image:url(images/bigbtn_background.jpg);
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding-top:10px;
	line-height:18px;
	text-align:center;
	margin-left:20px;
	margin-top:8px;
}

#button a:hover, #button a:active{
	background-image:url(images/bigbtn_background_on.jpg);
}
