/* CSS Document */
html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
/* Main Content */
#content { 
	width: 100%;
}
#content h1 { 
	font-size: 18pt; 
	color: #000; 
	font-weight: normal; 
	border-bottom: 1pt solid #666;
	margin: 0;
	padding: 5pt 0pt 8pt;
}
#content h2 { 
	font-size: 12pt; 
	color: #000; 
	font-weight: normal; 
	margin: 0;
	padding: 0;
}
#content p {
	font-size: 10pt;
	color: #000; 
	line-height: 16pt;
	margin: 0;
	padding: 10pt 0pt 0pt;
}
#content ul {
	font-size: 10pt;
	line-height: 14pt;
	margin: 0pt;
	padding: 0pt;
}
#content li {
	font-size: 10pt;
	line-height: 14pt;
	margin: 0pt;
	padding: 0pt;
	list-style-position: inside;
	list-style-type: disc;
}
#content a:link {
	color: #000;
	text-decoration: underline;
}
#content a:visited {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}

/* Side Content */
#side { 
	width: 180px;
	margin: 0px;
	padding: 0px 0px 8px;
}
#side h2 { 
	font-size: 12pt; 
	color: #000; 
	font-weight: normal; 
	border-bottom: 1pt solid #666;
	margin: 0pt;
	padding: 6pt 0pt 7pt;
}
#side ul {
	font-size: 10pt;
	color: #000; 
	line-height: 14pt;
	margin: 0pt;
	padding: 10pt 0pt 0pt;
}
#side li {
	font-size: 10pt;
	color: #000; 
	line-height: 14pt;
	margin: 0pt;
	padding: 0pt 0pt 0pt 10pt;
	list-style-position: inside;
	list-style-type: disc;
}

/* Custom Layout Styles */
.border {
	border: 1pt solid #000;
	margin: 0pt 10pt 0pt 0pt;
	padding: 0pt;
}
.abtborder {
	border: 1pt solid #000;
	margin: 4pt 10pt 0pt 0pt;
	padding: 0pt;
}

/* Custom Text Styles */
.sm {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #333;
}
a.sm:link, a.sm:visited {
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
a.sm:hover {
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
/* Custom Nav Styles */
a.nav:link {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}
a.nav:visited {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}
a.nav:hover {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}
.navbgtop {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin: 0pt;
	padding: 2pt 10pt 2pt 10pt;
}
.navbg {
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #666;
	margin: 0pt;
	padding: 2pt 10pt 2pt 10pt;
}
.navbgbot {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #fff;
	margin: 0pt;
	padding: 2pt 10pt 2pt 10pt;
}
/* Footer Styles */
#footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer a:link {
	color: #000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/* Breadcrumbs Styles */
#bread {
	font-size: 8pt;
	color: #fff;
	background-color: #a39c89;
	margin: 0px;
	padding: 5px 5px 5px 15px;
	float:left;
}
#bread a:link {
	font-size: 8pt;
	color: #fff;
	text-decoration: underline;
}
#bread a:visited {
	font-size: 8pt;
	color: #fff;
	text-decoration: underline;
}
#bread a:hover {
	font-size: 8pt;
	color: #fff;
	text-decoration: underline;
}
#date {
	font-size: 8pt;
	color: #fff;
	background-color: #a39c89;
	margin: 0pt;
	padding: 5pt 15pt 5pt 5pt;
	clear: right;
	text-align: right;
}
/* Colors Styles */
.white {
	background-color: #fff;
	margin: 0pt 10pt 10pt;
	padding: 0pt;
}
.tan {
	background-color: #e5e1c6;
}
.dtan {
	background-color: #a39c89;
}
/* Contact Styles */
.contactborder {
	border: 1px solid #ccc;
}
.formtdtop {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #e3e1db;
}
.formtd {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color: #f5f3ee;
}
.formtdbot {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #fff;
	background-color: #f5f3ee;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
	border-width: 1pt;
	border-style: solid;
	border-color: #333;
	background-color: #fff;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #fff;
	border-width: 1pt;
	border-style: solid;
	border-color: #424854;
	background-color: #577a67;
	margin: 0pt;
	padding: 2pt;
}
hr {
     border: 0pt;
     width: 100%;
    }
hr {
	color: #ccc;
	background-color: #ccc;
 	height: 1pt;	
}