
/* ---------------------- css: body ---------------------- */

body {
	background-color:#CECF8B;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: center;
	}
*	{ 
	margin: 0px; 
	padding: 0px; 
	}

p 		{ margin: 0px 0px; }
a		{ font-size:2px; color: #FFFFFF; text-decoration: none; }
h1 		{ color:#000000; font-size:15px; font-family: "Arial Narrow";  font-weight:normal; }
h2 		{ color:#000000; font-size:15px; font-family: Verdana, Arial, Helvetica, sans-serif; }
h3 		{ color:#000000; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; text-decoration: none; }
h4 		{ color:#000000; font-size:10px; font-family: "Arial Narrow";  font-weight: lighter; text-align:justify;line-height:1;}
img		{ border-width:0px; }

/* ---------------------- css: container ---------------------- */

#container {
	width: 717px;
	margin: 0px auto;
	text-align: justify;
	}


/* ---------------------- css: header ---------------------- */

#header {
	height:255px;
	margin: 0px;
	}


/* ---------------------- css: navigation ---------------------- */

#header_navigation { 
	width:100%;
	height:37px;
	table-layout: fixed;
	background-color: #8E913C;    /*#858738;#93953E;*/
	border: 3px solid #FFFFFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	}
#header_navigation a { 
	font-size:12px; 
	color: #FFFFFF; 
	text-decoration: none; 
	}


/* ---------------------- css: middle ---------------------- */

#middle_top {
	height: 245px;
	}

#middle_bottom {
	clear:both;
	font-size:1px;
	height:10px;
	}

#middle_content {
	width: 100%;
	height:100%;
	margin-top:10px;
	text-align:justify;
	float:left;	
	}

/* 	padding: 0px 55px 0px 0px;---------------------- css: content left ---------------------- */

#content_left {
	float:left;
	width: 66%;
	height:100%;
	margin-top:0px;
	padding: 25px 55px 0px 55px;
	border-right: #FFF 2px solid;
	display:inline;
	}

#content_left a{ color:#93953E; text-decoration:underline; 	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
#content_left a:hover{ color:#93953E; }

#content_verticalline {
	float:left;
	height:100%;
	padding-top:50px;
	border-right: #FFF 2px solid;
	display:inline;
}


/* ---------------------- css: content right ---------------------- */

#content_right {
	float:right;
	width:34%;
	height: 100%;
	margin-right: 0px;
	padding: 25px 22px 0px 22px;
	}
#content_right_dottedline { 
	font-size:8px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	}
#content_right a{ color:#93953E; text-decoration:underline; font-size:15px; font-family: "Arial Narrow"; white-space: nowrap; font-weight:normal;}
#content_right a:hover{ color:#93953E; }


/* ---------------------- css: contact us form ---------------------- */
#contact_form_table {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
#contact_form_td1 {
	width:86px;
	text-align:left; 
	height:34px;
	vertical-align:middle;
	}
#contact_form_td2 {
	text-align:left; 
	padding-left:0px;
	vertical-align:middle;
	color:#818336;
	}
#contact_form_td2 input,textarea,select{
	width:190;
	}
#contact_form_td3 {
	text-align:left;
	vertical-align:middle;
	color:#818336;
	}



/* ---------------------- css: footer ---------------------- */

#footer {
	text-align:center;
	padding: 8px 0px;
	}



