* {
	margin:0;
	padding:0;
}


body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.68em;
	color: #D5D2D6;
	background-image: url(../images/background.jpg);
}

#wrapper {
	width: 780px;
	background: #414141 url(main.png) repeat-y;
  	color: #D5D2D6;
	margin-left: auto; 
  	margin-right: auto;
}

#links {
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	text-align: center; 
  	border-top: 2px solid;
  	margin-left: auto; 
  	margin-right: auto;
  	width: 726px;
  	height: 20px;
  	font-size: 88%;
  	text-transform: uppercase;
  	padding: 8px 21px 0px 19px;
}

#links a, #footer a {
	text-decoration: none;
}

#links a:hover, #footer a:hover {
	text-decoration: underline;
}
#links, #footer, #links a, #footer a, #links a:hover, #footer a:hover { 
	background: #545454;
  	color: #D5D2D6;
 	border-color: #8AAF55;
}

#links, #footer
{ width: 726px;
  height: 20px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 8px 21px 0px 19px;
}

#logo {
	width: 766px;
	height: 203px;
	border-top: 2px solid;
	border-bottom: 5px solid;
	background: #FFF url(logo.jpg) no-repeat;
  	color: #D5D2D6;
  	border-color: #8AAF55;
	margin-left: auto; 
 	 margin-right: auto;
}

#menu { 
	height: 30px;
 	 width: 766px;
  	margin-top: -30px;
  	position: relative;
  	background: transparent;
  	color: #D5D2D6;
  	margin-left: auto; 
  	margin-right: auto;
}

#menu ul {
	margin: 0px auto;
} 

#menu li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
} 

#menu li a { 
	display: block; 
 	float: left; 
  	height: 20px;
  	text-decoration: none; 
  	padding: 6px 19px 2px 19px;
  	border: 1px solid;
  	text-transform: uppercase;
  	font-size: 88%;
} 

#menu li a, .sidebarright { 
	background: #545454;
  	color: #D5D2D6;
 	 border-color: #787878;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover { 
	height: 20px;
  	padding: 7px 20px 2px 20px;
 	border: 0px;
 	background: #8AAF55;
  	color: #FFF;
} 


#content { 
	width: 766px;
  	overflow: hidden;
  	margin-left: auto; 
  	margin-right: auto;
} 
#left_content {
	text-align: left;
	width: 505px;
	float: left;
	padding: 2px 3px 15px 19px;
}


#right_content {
	width: 198px;
	margin: 22px 0px 0px 0px;
	float: right;
	padding: 19px 19px 15px 19px;
}

.sidebarright {
	text-align: left;
	width: 168px;
	float: left;
	border: 1px solid;
	padding: 14px 8px 14px 9px;
}

.sidebarright h1 {
	margin: 0px;
	font-weight: bolder;
	padding: 0px 0px 16px 0px;
	text-transform: uppercase;
	font-size: 14px;
}

.sidebarright h2 {
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 16px 0px;
	text-transform: uppercase;
	font-size:12px;
}

.sidebarright p { line-height: 16px; 
  padding: 0px 0px 8px 0px;
}
.logo_links {
	padding-bottom: 10px;
}


.sidebarright a { 
	background: #545454 url(cog.png) no-repeat left center;
  	color: #D5D2D6;
	text-decoration:none;
} 

.sidebarright a:hover { 
	background: #545454 url(green_cog.png) no-repeat left center;
  	color: #8AAF55;
	text-decoration:none;
} 
#left_content h1 { 
	font-family: arial, sans-serif;
  	padding: 16px 0px 5px 0px; 
 	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
  	font-size: 150%;
  	text-transform: uppercase;
  	font-weight: normal;
}
#content, #left_content, #left_content a { 
	background: #414141;
  	color: #D5D2D6;
  	border-color: #D5D2D6;
}

#left_content a:hover { 
	background: #414141;
  	color: #8AAF55;
  	border-color: #8AAF55;
}
#left_content a, #left_content a:hover { 
	padding: 0px 0px 2px 0px;
  	text-decoration: none;
  	border-bottom: 1px dashed;
}

#left_content a:hover {
	border-bottom: 1px solid;
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
	font-size: 1.2em;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 1.2em;
	color: #8AAF55;
	font-weight: bold;
}
h1, #left_content h1, #right_content h1 {
	background: transparent;
	color: #8AAF55;
	border-color: #787878;
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	outline: none;
}

.left {
	float: left;
	padding: 0px 10px 0px 0px;
}

.right { 
	float: right; 
  	padding: 0px 0px 0px 8px;
}

.center { 
	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.links{padding: 0px}

.links ul{margin: 0px auto;} 

.links li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 149px;
} 
blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	border-left: 8px solid;
	border-color: #8AAF55;
	font-size: 1.2em;
}

ul {
	padding: 0px;
	margin-left: 20px;
	font-size: 1.2em;
}
#contact_us_text {
	width: 250px;
	height: 150px;
	float: left;
	clear: left;
	margin-top: 30px;
	margin-left: 110px;
}
#contact_us_form {
	float: left;
}



ul li { 
	list-style-type: square;
  	margin: 0px 0px 11px 0px; 
  	padding: 0px;
}

ol { 
	margin: 8px 0px 0px 24px;
  	padding: 0px;
}

ol li { 
	margin: 0px 0px 11px 0px; 
  	padding: 0px;
}
