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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
#container {
	margin-top: 16px;
	width: 1062px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	height: 145px;
	clear: left;
	float: left;
	width: 1062px;
}
#menu {
	height: 45px;
	background-image: url(images/mid.png);
	clear: both;
	float: left;
	width: 1062px;
	margin: 0px;
}
#menu ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 960px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#content {
	background-image: url(images/mid.png);
	clear: left;
	float: left;
	width: 1062px;
}
#leftcontent {
	float: left;
	width: 440px;
	margin-left: 35px;
}
#content p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #333333;
	text-align: justify;
}

#content p a{
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #333333;
	text-align: justify;
	text-decoration: underline;
}

#content p a:hover, #content p a:focus {
	text-decoration: none;
}

#rightcontent {
	float: right;
	width: 516px;
	margin-right: 35px;
}
#footer {
	background-image: url(images/footer.png);
	padding-right: 35px;
	padding-left: 35px;
	height: 50px;
	float: left;
	clear: left;
	width: 992px;
	font-size: 11px;
	padding-top: 23px;
}
#content h1 {
	font-size: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #7F9FD2;
}
#content ul {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content li {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
	color: #333333;
}
.leftcred {
	float: left;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#rightcontent img {
	border: 1px solid #D5D5D5;
}
#menu li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	text-transform: lowercase;
	font-size: 12px;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#menu li a {
	text-decoration: none;
	color: #333333;
}

#comments { float: left; width: 440px; height: auto; }
textarea { width: 400px; }
input { width: 250px; height: 16px; padding: 3px; }
#searchsubmit { width: 250px; height: 30px; padding: 3px; }
label { float: left; width: 280px; font-size: 14px; color: #525252; margin: 0 0 3px 0; }
.btn { width: 50px; height: 25px; }
span { color: #08B24D; }

#content li a {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
	color: #333333;
}
.right {
	float: right;
	margin-left: 15px;
}


.rightnew {
	float: right;
	margin-right: 0px; width: 144px;
}

.left { float: left; width: 136px; margin-left: 210px;}

#greyboxed {
	background-color: #EDEDED;
	padding: 20px;
	border: 1px solid #999999;
	font-size: 12px;
}
