@import url(divlayoutstyles.css);
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	line-height: 1.266;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	width: 100%;
}
td {

}
h1, h2, h3, h4, h5, h6 {
	color: #3d4d5a;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

h1{	
	font-size: 1.8em;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	margin-bottom: 20px;
}

h2{
	font-size: 1.4em;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	margin-bottom: 20px;
}

h3{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

h4{
 	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;	
}

h5{
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

h6 {
	font-size: 0.4em;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#right_content h1,#right_content h2,#right_content h3,#right_content h4,#right_content h5,#right_content h6 {
	color: #51572b;
}

#advert h1,#advert h2,#advert h3,#advert h4,#advert h5,#advert h6 {
	font-family: arial, "sans serif";
}

#advert h1 {
	font-size: 180%;
}

#advert h2 {
	font-size: 160%;
}

#advert h3 {
	font-size: 140%;
}

#advert h4 {
	font-size: 120%;
}

a, a:link, a:visited  {
	color: #51572b;
	font-weight: normal;
	
	font-size: 100%;
}
a:hover {
	color: #3d4d5a;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #C30;
	font-weight: normal;
	text-decoration: none;
}

#footer a {
	color: #fff;
}

#credits a {
	color: #fff;
}

ul {
	margin-left: 0px;
	margin-top:5px;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top:5px;
	padding-bottom: 5px;
}
ol li {
	list-style-type: decimal;
}
li {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 20px;
	font-size: 100%;
	list-style-type: square;
}
input, option, select, textarea, value {

	font-size: 100%;

	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form {
	margin-left: 0px;
	margin-top: 5px;
	font-size: 100%;
	width: 95%;
}
.submitbutton {
	border: 1px solid #c30;
	background-color: #0066a1;
	font-size: 85%;
	color: #fff;
}
.required {
	color: #F00;
}
.field_title {
	font-size: 100%;
	vertical-align: top;
	text-align:left;
	font-weight: bold;
}
.textfield {
	font-size: 90%;
	width: 200px;
}
.textarea {
	font-size: 90%;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 100%;
}
.checkbox_label {
	font-size: 100%;
	cursor: pointer;
}
.radio_label {
	font-size: 100%;
	cursor: pointer;
}
.email {
	font-size: 100%;
	width: 200px;
}
hr {
	color: #eeeeee;
	width: 100%;
	height: 1px;
	background-color: #eee;
}
p{
	font-size:80%;
	padding-left: 0px;
}
label {
	font-weight: bold;
}

applet {
	border: 0px none #999999;
	margin: 0px;
	padding: 0px;
}
a img, img {
	border: 0px none #fff;
}
.highlight {
	background-color: yellow;
	padding: 3px;
}