body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#D3EBEF;
}


#main {
	padding: 0px;
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-width: thin;
	border-style: solid;
	border-color: #159BC8;
	background-color: #FFFFFF;
}

h1 {
	font-size: 100%;
	font-weight: bolder;
	color: #159BC8;
	padding: 5px 20px 0px 45px;
}

h2 {
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	padding: 12px 45px 0px 45px;
}
h3 {
	font-size: 100%;
	font-weight: bolder;
	color: #159BC8;
	padding: 5px 45px 0px 45px;
}
.hdr {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}
#bdrhdr {
	font-size: 105%;
	font-weight: bold;
	color: #159BC8;
	width:450px;
	border: medium double #159BC8;
	margin: 5px 45px 0px 45px;
}
hr {
	font-weight: normal;
	color: #159BC8;
	padding: 2px 20px 0px 20px;
	border: 0;
	height: 2px;
	background-color: #159BC8;
	margin: 2px 0 0 0;	
}

p.content {
	font-size: 80%;
	font-weight:normal;
	line-height: 120%;
	color: #333333;
	padding: 5px 45px 0px 45px;
	
}
p.content a {
	font-weight: bold;
	color:#333333;
	text-decoration: underline;
}

p.content a:hover, p.content a:active, p.content a:focus {
	color: #000000;
}
.thanks {
	font-size: 80%;
	font-weight:bold;
	line-height: 120%;
	color: #159BC8;
	padding: 5px 45px 0px 45px;
	
}
p.error {
	font-size: 80%;
	font-weight:normal;
	line-height: 120%;
	color: #CC3300;
	padding: 5px 45px 0px 45px;
	
}
.hr {
margin-top:20px;
margin-bottom:10px;
border:none;
}
.back {
	font-size: 80%;
	font-weight: normal;
	color: #476C39;
	padding: 5px 20px 5px 20px;
	
}
.back a {
	font-weight: bold;
	color:#476C39;
	text-decoration: none;
}

.back a:hover, .back a:active, .back a:focus {
	color: #476C39;
}

.callink {
	font-size: 85%;
	font-weight: normal;
	color: #476C39;
	padding: 5px 20px 5px 0px;	
}

.callink a {
	font-weight: bold;
	color:#476C39;
	text-decoration: none;
	padding: 5px 20px 5px 0px;
}

.callink a:hover, .callink a:active, .callink a:focus {
	color: #476C39;
}



.green  {
	width: 69px;
	vertical-align: top;
	background-image: url(../images/m_left_green.jpg);
	background-repeat: repeat-y;
}
.leftnav {
	background-image: url(../images/m_left_yellow.jpg);
	background-repeat: repeat-y;	
}
#leftnav {
	width: 162px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftnav a {
	font-size: .8em;
	font-weight:bold;
	display: block;
	padding: .6em .0em .6em 10px;
	color:#333333;
	text-decoration: none;
	border: none;
}

#leftnav a:link { color: #333333;}

#leftnav a:visited { color: #333333;}

#leftnav a:hover {
	color:#333333;
	background-color: #9CBB6F;
}

/* form styles */

form {
width: 530px;
margin: 0;
padding: 5px;
}

form p {
clear: right;
margin: 10px 0;
padding: 2px 0;
}

label {
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-left: 0;
	text-align: right;
}

textarea {
	margin: 0px;
	padding: 0px;
}
.formbutton {
	float: left;
	width:  50px;
	margin-right: 5px;
	margin-left: 0;
	text-align: right;
}
ul {
	font-size: 80%;
	font-weight:normal;
	line-height: 120%;
	color: #333333;
	padding: 5px 45px 0px 45px;
	
}
p.footer {
	font-size: 68%;
	font-weight:normal;
	line-height: 120%;
	color: #333333;
	padding: 5px 3px 0px 3px;
	font-style: italic;
	text-align:center;
}
.top {
	font-size: 80%;
	font-weight:normal;
	line-height: 120%;
	color: #333333;
	padding: 5px 45px 0px 290px;
	text-align:right;
}
.top a {
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}

.top a:hover, .top a:active, .top a:focus {
	color: #000000;
}
.imgLeft {
float:left;
margin-right:10px;
margin-bottom: 5px;
}
.imgRight {
float:right;
margin-left:10px;
margin-bottom: 5px;
}