@charset "utf-8";
/* CSS Document */
 
body {
	background-image: url(../images/page_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#8ba8f9;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #494b4f;
	margin: 0px;
	line-height: 150%;
}
 
#wrapper {
	width: 855px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
 
#page {
	width: 855px;
	margin-bottom: 20px;
}
 
#main {
	width: 855px;
	margin: 0px;
	background-image: url(../images/main_bg.jpg);
}

#left {
	width: 235px;
	margin: 0px;
	float: left;
	padding-top: 40px;
}

#right {
	width: 540px;
	margin: 0px;
	float: right;
	padding: 40px;
}

#clear {
	clear: both;
}

#footer {
	text-align: center;
	font-size: 12px;
	padding: 10px;
	color: #333333;
}

.header {
	display: block;
	font-family: georgia, times, serif;
	color: #20409a;
	font-size: 30px;
	padding-bottom: 15px;
}

.kicker {
	display: block;
	font-family: georgia, times, serif;
	color: #20409a;
	font-size: 20px;
	padding-bottom: 15px;
}

ul.menu {
	list-style: none;
	padding-top: 0px;
	margin-top: 0px;
}

ul.menu li {
	padding-bottom: 15px;
}

a.menu_off {
	font-family: "Trebuchet MS", Verdana, arial;
	font-size: 16px;
	color: #39732c;
	text-decoration: none;
}

a.menu_off:hover {
	font-family: "Trebuchet MS", Verdana, arial;
	font-size: 16px;
	color: #20409a;
	text-decoration: none;
}

a.menu_on {
	font-family: trebuchet, verdana, arial;
	color: #20409a;
	font-size: 16px;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #39732c;
}

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

#footer a {
	text-decoration: none;
	color: #20409a;
}

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

/*forms*/
ul.form li {
	list-style-type: none;
}

input {
	width: 300px;
	height: 20px;
	margin-bottom: 10px;
}

input.submit {
	width: 45px;
}
 
textarea {
	width: 300px;
	height: 180px;
}
 