* {
	margin: 0;
	padding: 0;
}

body {
/*	background: #FFFEF5 url("images/img01.gif");	*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #767941;
}

h1, h2, h3 {
/*	color:#006600;	*/
	color:navy;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-top:30px;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 0.95em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a:link {
	color: navy;
}

a:hover {
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: navy;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

.header-image-left {
	position:relative;
	top:0px;
	left:0px;
	width:540px;
}

.header-image-right {
	padding: 10px 30px 0 0;
	float:right;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

/* Header */

#header {
	height: 130px;
	border-bottom:1px silver solid;
}

/* Logo */

#logo {
	height: 130px;
	padding-top:15px;
	padding-right:10px;
}

#logo img {
	float:right;
	padding-left:15px;	
}

#logo h1 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	text-align:right;
	color:#000000;
}

#logo h1 a {
/*	color: #767941; */
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.04em;
}

#logo h2 {
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
}

/* Container */

#container {
	margin: 0px auto; 
	width: 980px; 
}

/* Wrapper */

#wrapper {
	padding:20px 0 0 0;  /*  top,right,bottom,left */
}

/* Sidebar */

#sidebar {
	position:relative;
	left:40px;
	width: 160px;
}

/* Content */

#content {
	margin-left: 230px;
	padding: 8px 15px 0px 30px;  /*  top,right,bottom,left */
	color:black;
	font-size:11pt;
	vertical-align:top;
}

/* Menu */

#menu {
	position:relative; 
	left:25px; 
	display:block; 
	width:150px;
	vertical-align:top;
}

#menu a, #menu a:visited {
	display:block; 
	width:150px; 
	height:30px; 
	background:url("images/buttons.gif"); 
	background-position:left top; 
	background-color:transparent; 
	text-align:center; 
/*	color:#006600;	*/
	color:navy;
	line-height:28px; 
	text-decoration:none; 
	font-family:arial, sans-serif; 
	font-weight:bold; 
	margin-top:10px;
}

#menu a:hover {
	background-position:left center; 
	line-height:31px; 
	overflow:hidden; 
}

#menu a#selected, #menu a#selected:hover {
	background-position:left bottom; 
	line-height:30px; 
	cursor:default; 
	color:#000;
}


/* Copyright */

#copyright {
	padding:30px 0 5px 30px;  /*  top,right,bottom,left */
	font-size:8.5pt;
	color:#000;
	vertical-align:bottom;
	width:150px;
}

/* Testimonial */

#WhatIs {
	padding: 30px;
}

#WhatIs h2 {
	font-size:1em;
}

#WhatIs blockquote {
	margin-left: 0;
}


/* Footer */

#footer {
	border-top:1px #c0c0c0 solid;
	padding: 10px 10px;	/* top, bottom */
/*	background-color:#006600; */
	color: #000;
	text-align:center;
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: #000
}



