@charset "UTF-8";
body, td {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

body {
	background-color: #B8BC9B;
}

h1 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #A0521E;
}

p {
	margin: 0 0 12px 0;
}

a, a:visited, a:link {
	color: #A0521E;
}

ul, ol {
	margin: 6px 0 0 0;
	padding: 0 12px 12px 12px;
}

li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0 0 0 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

#menu {
	width: 760px;
	height: auto;
	z-index: 10;
}

#content {
	margin: 0 30px;
	padding: 4px;
	background-color: #FFF4D2;
	width: 640px;
}

#inner_content {
	background: #D8DAC4;
	border: 2px solid #E1BE49;
	padding: 10px 16px;
}

#pageTitle{
	position: absolute;
	top: 42px;
	left: 189px;
	width: auto;
	z-index: 15;
}

#footer{
	margin-top: 20px;
	margin-left: 30px;
}

.note {
	font-size: 10px;
	line-height: 12px;
}

.closeLines p {
	margin: 0 0 4px 0;
}

.requestInfo , .requestInfo td, .requestInfo input,  .requestInfo select {
	font-size: 10px;
}

.error { 
	color: red;
}
.formLabel {	
	font-weight: bold;
	margin: 2px 10px 2px 0;
}
.topLabel {	
	font-weight: bold;
	margin: 6px 0px 2px 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
