body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#222222;
	background-color: #e8f7f9;
	background-image: url(../img/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
* {
	margin:0;
	padding:0;
}
.box {min-height:1px;}
.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #D00000;
	text-decoration: none;
}
p {
	text-align: justify;
}
#wrapper {
	width:100%;
	background-image: url(../img/bg_clouds.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 300px;
	overflow: visible;
	padding-top: 20px;
}
#container {
	width:880px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height:127px;
	background-image: url(../img/bg_header_NG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
}
#header h1 {
	font-size:20px;
	cursor:default;
	position:relative;
	top:70px;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-weight: bold;
	float: right;
	padding-right: 72px;
}
#main {
	width:880px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/bg_main.png);
	background-repeat: repeat-y;
	clear: both;
	float: none;
}
#menu {
	height:35px;
	line-height:35px;
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: none;
}
#menu ul {
	list-style-type:none;
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	color:#ffffff;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: none;
	background-image: url(../img/bg_menu-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	float:left;
	width:700px;
	height: 450px;
	overflow: auto;
}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	text-align: left;
}
#sidebar ul {
	list-style-type:none;
	margin-top:10px;
}
#sidebar li {
	
}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#000000;
	padding-left:30px;
	border-bottom:1px solid #dddddd;
	text-decoration: none;
}
#sidebar li a:hover {
	color:#FFFFFF;
	background-color: #2A2A2A;
}
#sidebar-bottom {
	height:20px;
	background-image: url(../img/bg_sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float: none;
}
#form {
	height:25px;
	width:126px;
	margin:0 auto;
	padding-left:26px;
	background-image: url(../img/bg_form.gif);
	background-repeat: no-repeat;
}
#form span.form-button {
	display:block;
	width:100px;
	height:25px;
	background-image: url(../img/button_form.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidebar2 {
	float:right;
	text-align: left;
	width: 180px;
}
#sidebar2 h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005825;
	margin-top: 10px;
	margin-bottom: 6px;
}
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	text-align: center;
}
#entry {
	line-height: 14px;
	text-align: left;
	padding: 24px;
}
#entry ul{
	padding-left: 16px;
}
#entry blockquote {
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: justify;
}
.title {
	font-size:16px;
	font-weight:bold;
	color: #B4C835;
}
.subtitle {
	font-size:10px;
	color:#666666;
	cursor:default;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#banner {
	width:700px;
	height:78px;
	text-align: center;
	margin-bottom: 10px;
}
#banner img{
	margin-right: 12px;
	margin-left: 12px;
}
#footer {
	width: 900px;
	padding:10px 0px;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	clear: both;
}
#footer span.copyright {
	color: #6AD7EE;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#footer span.copyright a{color:#6AD7EE;}
