

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003300;
}

h1 {
	letter-spacing: -1px;  
	font-size: 2.5em;  
	font-weight: bold;
}

h2 {
	font-size: 1.9em;
	font-weight: bold;
}

h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 100%;
	font-size: 1.2em;
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #336633;
}

a {
	border-bottom: 1px dotted #003300; 
	border-bottom: none; 
	text-decoration: none;
	color: #669966;
}

a:hover {
	border: none;
	text-decoration: underling;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 760px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg);
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #003300;
}

#header a {
	border: none;
	text-decoration: none;
	color: #003300;
}

#header a:hover {
	text-decoration: underline;
}

#logo {
	float: right;
	padding: 0 0 0 20;
}

#logo h1 {
	margin: 0;
	padding-top: 50px;
	padding-left: 20px;
	font-size: 60px;
}

#logo h2 {
	margin: 0;
	font-size: 14px;
	padding-right: 13px;
	padding-top: 70px;
}

#menu {
	float: left;
}

#menu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
	font-size: 16px;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 825px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 430px;
	margin:10px 0 0 0; 
	padding-top:20px 5px 5px 5px; 
}


#subpage {
	float: left;
/*	width: 700px; */
}

.copy {
	margin:10px 0 0 0; 
	padding: 0 0 0 10px;
}

.copy .title {
	margin-top: 0;
}


/* Engine */

.Engine { 
	width:280px; 
	float:left; 
	margin:10px 0 0 0; 
	padding:20px 5px 5px 5px; 
}

.engine ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.engine fieldset {
	border: none;
}

td { margin: 0; padding-top: 3px; padding-bottom: 3px; color:#003300;}

td .label { margin:0; width:130px; display:block; padding:1px 0; float:left; }

td .label span { color:#F00; }

td a { border-bottom: none; text-decoration: underline; }

.select_field2,.textfields,.InputBoxes{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size: 12px; }

/* Bullets */

#bullets {
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-left: 20px;
}

#bullets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bullets li {
	padding-top: 0;
}

#bullets li ul {
	padding-left: 30px;
}

#bullets li li {
	padding: 0;
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	font-size: .75em;
}

#bullets li h2 {
	margin-top: 0;
	font-size: 1.1em;
}

#bullets li a {
}



/* Sidebar */

#sidebar {
	float: right;
/*	width: 500px; */
	padding-top: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-top: 30px;
}

#sidebar li ul {
	padding-left: 15px;
}

#sidebar li li {
	padding: 0;
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	font-size: .75em;
}

#sidebar li h2 {
	margin-top: 0;
	font-size: 1.4em;
}

#sidebar li a {
}

#sidebar fieldset {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	height: 170px;
	padding-top: 30px;
	background: #003300 url(images/img05.gif) repeat-x;
	text-align: center;
	font-size: .8em;
	color: #336633;
}

#footer a {
	border: none;
	color: #99CC99;
}