/* --- Common site Styles ---------------------------------------------------------- */
body,
p,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #586554;
}

body {
	background-image:url(../_images/bgrd_main.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#7f7d6e;
	margin:0 0 0 0;
}

a:link,
a:visited,
a:active,
a:hover { 
	color: #586554;
	text-decoration:underline;
}
a:hover { 
	color: #A51D1D;
	text-decoration:underline;
}
.mainArea
{
	width:780px;
	margin:0px auto 8px auto;
}

li
{
	margin:0 0 0 0px;
	list-style-image:url(../_images/bullet_diamond.gif);
}
ul
{
	padding:0 0 0 7px;
	margin:0 0 0 25px;
	list-style-type:disc;
	list-style-position:outside;
	line-height:20px;
}
.line
{
margin:20px 0 20px 0;
border-bottom:1px dotted #af9581;
}



/* --- Content ---------------------------------------------------------- */

.content
{
background-image:url(../_images/bgrd_content.jpg);
}
.mainContent
{
padding:36px 36px 36px 36px;
background-image:url(../_images/bgrd_main_content.jpg);
background-repeat:repeat-y;
background-position:top left;
background-color:#FFFFFF;
margin:0 12px 0 0;
line-height:16px;
}

.lawImages
{
margin:0 27px 18px 0;
}




/* --- Left Line ---------------------------------------------------------- */

.leftLine
{
background-image:url(../_images/bgrd_left_line.jpg);
}



/* --- Shadows ---------------------------------------------------------- */

.shadowLeft
{
background-image:url(../_images/bgrd_shadow_left.jpg);
}
.shadowRt
{
background-image:url(../_images/bgrd_shadow_rt.jpg);
}



/* --- Left Side ---------------------------------------------------------- */

.leftSide
{
background-image:url(../_images/bgrd_left_side.jpg);
}



/* --- Sub titles ---------------------------------------------------------- */

.subTitles
{
font-size:9pt;
margin:0 0 3px 0;
font-weight:bold;
}




/* --- Top Contact ---------------------------------------------------------- */


.topContact
{
	color:#dedec6;
	line-height:16px;
	font-size: 7.5pt;
	margin:0px 0px 2px 0px;
}

.topContact a,
.topContact a:link,
.topContact a:visited,
.topContact a:active
{
	color:#dedec6;
	text-decoration:none;
}
.topContact a:hover
{
	color:#dedec6;
	text-decoration:underline;
}



/* --- Sitemap  ---------------------------------------------------------- */

.sitemap
{
line-height:15px;
font-size:9pt;
color:#586554;
font-weight:bold;
}
.sitemap span
{
margin:0 0 0 10px;
}
.sitemap a,
.sitemap a:link,
.sitemap a:visited,
.sitemap a:active
.sitemap a:hover
{
	color:#586554;
	text-decoration:none;
	width:100%;
	display:block;
	padding:4px 0 4px 0px;
	background-color:#F0F0E1;

}
.sitemap a:hover
{
	color:#000000;
	text-decoration:none;
	background-color:#E4E4CB;
}
.lineSitemap
{
margin:3px 0 3px 0;
border-bottom:1px dotted #af9581;
width:100%;
}




/* --- Forms ---------------------------------------------------------- */

.forms
{
margin:0 0 0 0;
padding:0 0 0 0;
}
.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F0E1;
	border: 1px solid #393831;
	font-size: 8pt;
	padding: 1px 0 0 2px;
	margin:0 0 0 6px;
	width:230px;
	height:16px;
}
.formMemo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F0E1;
	border: 1px solid #393831;
	font-size: 8pt;
	padding: 1px 0 0 2px;
	margin:0 0 0 6px;
	width:230px;
	height:70px;
}
.button {
	font-size: 8pt;
	color:#586554;
	font-weight: bold;
	background-color:#E4E4CB;
	margin:0 0 0 6px;
	padding: 0 1px 2px 0;
	border: 1px solid #393831;
	height:22px;
	width:60px;
}
.required
{
	color:red;
	font-weight:bold;
	font-size:7.5pt;
}
.error
{
	color:red;
	font-weight:bold;
	font-size:7.5pt;
}
.formText
{
font-size:7.5pt;
color:#586554;
}
.borderBotForm
{
border-bottom:1px dotted #af9581;
}



/* --- Footer ---------------------------------------------------------- */

.footer
{
	color:#403F38;
	line-height:16px;
	font-size: 7pt;
	text-align:right;
	margin:0px 10px 0px 0;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active
{
	color:#403F38;
	text-decoration:none;
}
.footer a:hover
{
	color:#000000;
	text-decoration:underline;
}