/*** general settings ***/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(images/background.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

hr {
	display: none;
	clear: both;
}



/*** Header ***/

#header {
	width: 770px;
	margin: 0 auto;
	border: 0;
  padding: 0;
	background: url(images/menu_top.jpg) no-repeat top left;
}

#menu_top {
	height: 46px;
	width: 770px;
}

#menu_top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu_top li {
	float: left;
}

#menu_top a {
	display: block;
	float: left;
	height: 26px;
	padding: 10px 30px;
	margin-right: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	background: url(images/menu_top_arrow.gif) no-repeat bottom center;
}

#menu_top a:hover {
	text-decoration: underline;
}

#menu_top a.menu_top_active {
	color: #ffffff;
	background: url(images/menu_top_arrow2.gif) no-repeat bottom center;
}

#logo {
	width: 770px;
	height: 198px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat right top;
}

#logo h1 {
	margin: 0;
	padding: 20px 0 0 80px;
	font-size: 48px;
	color: #daf79b;
  background: transparent;
}

#logo h2 {
	margin: 0;
	padding: 10px 0 0 40px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #92C600;
  background: transparent;
}

#menu_bottom {
	height: 45px;
	width: 770px;
	background: url(images/menu_bottom.jpg) no-repeat top center;
}

#menu_bottom ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu_bottom li {
	display: inline;
	float: left;
	padding: 10px 20px;
	background: url(images/menu_bottom_arrow.gif) no-repeat top center;
}

#menu_bottom a {
	margin-right: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
  background: transparent;
}

#menu_bottom a:hover {
	text-decoration: underline;
}



/*** Page ***/

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: #ffffff;
	color: #000000;
}

#content {
	float: left;
	width: 510px;
	margin: 0;
	padding: 0 0 0 20px;
}

.post {
	margin: 0;
	padding: 0;
}

.post h1 {
	margin: 0;
  padding: 5px 0 0 60px;
	border-bottom: 2px dashed #666666;
	height: 40px;
	letter-spacing: -.075em;
	font-size: 2.4em;
	font-weight: normal;
	color: #608B00;
	background: url(images/title.gif) no-repeat left -20%;
}

.post h2 {
	margin-top: 1.5em;
	letter-spacing: -.02em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #608B00;
}

.post p {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.2em;
  text-align: justify;
	color: #666666;
}

.post a {
	text-decoration: none;
	color: #ab8000;
	font-weight: bold;
}

.post a:hover {
	text-decoration: underline;
}

.post ul, .post ol {
	margin-top: 0.5em;
	line-height: 1.8em;
	font-size: 1.2em;
	margin-left: 3em;
  text-align: justify;
}

.post ul li {
	color: #666666;
  list-style-type: square;
}

.post ol ul {
	margin-top: 0.2em;
	line-height: 1.8em;
	font-size: 1.0em;
	margin-left: 1em;
  text-align: justify;
}

.post ol ul li {
	color: #666666;
  list-style-type: square;
}

.post .banner {
  width: 510px; 
  padding: 20px 0 5px 0;
}

.post .bannerLeft {
  float: left;
  padding: 0 0 0 20px;
}

.post .bannerCenter {
  float: left;
  padding: 0 0 0 60px;
}

.post .bannerRight {
  float: right;
  padding: 0 20px 0 0;
}

.post .textLeft {
  display: block;
  float: left;
  text-align: center;
  padding: 0 0 0 50px;
  font-size: 1.1em;
}

.post .textRight {
  display: block;
  float: right;
  text-align: center;
  padding: 0 50px 0 0;
  font-size: 1.1em;
}

.post .center {
  margin: 0;
  padding: 0;  
  font-size: 1.3em; 
  text-align: center;
}

.post .bigText {
  font-size: 1.5em; 
  font-weight: bold; 
  background: transparent; 
  color: #608B00; 
}

.post .smallText {
  font-size: 0.9em; 
  font-weight: normal; 
}

#sidebar {
	float: left;
	width: 200px;
	padding: 0px 20px 0px 20px;
}

#sidebar h1 {
	letter-spacing: -.02em;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #80AB00;
	margin: 0;
	background: url(images/title_sidebar.gif) no-repeat left 80%;
	padding: 15px 0  0 30px;
	border-bottom: 2px dashed #666666;
	height: 30px;
}

#sidebar ul {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	list-style: none;
	border-left: 2px dashed #666666;
}

#sidebar li {
	padding: 5px;
}

#sidebar li a {
	padding-left: 10px;
	font-size: 1.2em;
	text-decoration: none;
	color: #ab8000;
	font-weight: bold;
}

#sidebar li a:hover {
	text-decoration: underline;
}



/*** Footer ***/

#footer {
	background: url(images/footer.jpg) repeat-x top left;
	height: 65px;
}

#footer .notice {
	width: 770px;
	margin: 0 auto;
}

.notice a {
	display: inline;
  font-size: 11px; 
  font-weight: bold; 
  text-decoration: none; 
	color: #ffffff;
}

.notice a:hover {
	text-decoration: underline;
}

.notice .address {
  float: left;
  width: 195px;
	padding: 8px 0 0 5px;
	text-align: left;
  font-size: 10px; 
  font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color: #daf79b;
}

.notice .banners {
  float: left;
  width: 370px;
  margin: 0;
  padding: 15px 0 15px 0;
	text-align: center;
}

.notice .banners a {
  margin: 0;
  padding: 0;
  text-decoration: none; 
}

.notice .banners a:hover {
	text-decoration: none;
}

.notice .banners a img {
  margin: 0;
  padding: 0 20px;
  border: 0;
	text-align: center;
}

.notice .standards {
  float: left;
  width: 200px;
  margin: 0;
  padding: 15px 0 15px 0;
}

.notice .standards a {
	display: block;
	float: right;	
  font-size: 11px; 
  font-weight: bold; 
  text-decoration: none; 
  padding: 10px 5px 0 20px;
	color: #ffffff;
}

.notice .standards a:hover {
	text-decoration: underline;
}

