﻿* {
    padding: 0;
    	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
} 

body {
background: #D7E4C8;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #555;
line-height: 17px;
}

img { border-style: none;
	border-color: inherit;
	border-width: medium;
	width: 150px;
	height: 216px;
}
a { color: #649238; }
a:hover { text-decoration: none; color : #999; }
h3 {
	border-bottom: 1px dotted #aaa;
	color: #666;
	padding-bottom: 4px;
	font-weight: 100;
	font-size: 22px;
	letter-spacing: normal;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	word-spacing: normal;
	line-height: 24px;
}
h3 a {
	text-decoration: none;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 24px;
}
h3 a:hover {
	color: #999;
	line-height: 24px;
}

#wrap {
width: 800px;
margin: 20px auto;
}
#header_tags{
position:absolute;
left:-3000px;
width:200px;
}


#header {
background: #D7E4C8 url(images/header.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 150px;
}
#header h1 {
font-size: 35px;
font-weight: 100;
letter-spacing: -1px;
padding: 60px 0 0 33px;
text-align: left;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
font-size: 13px;
color: #eee;
padding: 4px 0 0 33px;
text-align: left;
font-weight: 100;
}

#content { 
padding: 0 30px;
margin: 0px;
background: #D7E4C8 url(images/content.jpg) repeat-y;
}

#left {
padding: 5px 0;
width: 520px;
float: left;
font-size: 12px;
text-align: justify;
}
#left h3 { border-bottom: 1px dotted #aaa; letter-spacing: 35px; }

#right{
padding: 10px 0;
width: 200px;
float: right;
}
#right h3 { font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #000; }
#right ul { list-style-type: none; padding: 10px 0 20px 10px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #649238; font-weight: 100; display: block; text-decoration:none; font-size: 12px;  }
#right ul li a:hover { color : #999; }

#footer {
font-size: 10px;
color: #111;
text-align: center;

}
#footer a { 
color: #111;
text-decoration: none;
}
#footer a:hover {
color: #111; 
text-decoration: underline; 
}

#bottom {
background: #D7E4C8 url(images/bottom.jpg) no-repeat;
padding: 15px 0;
}

.center
{
	text-align:center;

}
.highlight{
	color: #010101;
	background: Yellow;
	display:marker;
}
ol {
	list-style-position:outside;
	list-style-type:decimal;
}
th {
	font-weight: bold;
	color: #666666;
	background-color: #D7E4C8;
	text-align: left;
	vertical-align: top;
	margin-left:10px;
}
td {
	margin-right: 5px;
	margin-left: 5px;
}

ol li {
	margin-top:10px;
	margin-left:25px;
}
#Request_Form
{
	text-align:center;
	width: 100%;
	position: relative;
}
#Form_box
{
	width:320px;
	background-color: #D7E4C8;
	background-position: center;
	margin: 5px;
	border: thin solid #CCD7B9;
	padding: 5px;
}
