/* ///////////////////////////////////////////////////////////////// */
/* //////////////////////// MAIN STYLES //////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */
body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #8E642E;
	background-image: url(../images/mainbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
table, td, tr {
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
}
a:link, a:visited, a:active {
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #1860AC;
}
a:hover {
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #000;
}
h1 {
	font: bold;
	font-size: 14pt;
	line-height: 13pt;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	color: #555;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #AAA;
}
h2 {
	font: bold;
	font-size: 11pt;
	line-height: 10pt;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	color: #444;
	display: block;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font: bold;
	font-size: 12pt;
	line-height: 9pt;
	font-family: Palatino Linotype, Georgia, Times New Roman, Serif;
	color: #444;
	display: block;
	text-transform: capitalize;
	text-decoration: underline;
	margin-top: 15px;
	margin-bottom: 15px;
}
hr {
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	border: 1px solid #CCC;
}
input, .formcontent {
	font-family: Verdana, Arial, Tahoma;
	font-size: 7pt;
	color: #333333;
}

/* ///////////////////////////////////////////////////////////////// */
/* //////////////////////// DIV  STYLES //////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */
#container {
	background-image: url(../images/offices_03.gif);
	background-position: top center;
	width: 775px;}
#logodiv {
	padding-top:11px;
	padding-right:35px;
	background-image: url(../images/offices_01.gif);
	background-position: top center;
	width:740px;
	height:63px;
	text-align: right;
	color: #FFF;
}
#logodiv table tr td {
	font-size: 7pt;
	color: #FFF;
	font-weight: bold;
}
#menudiv {
	padding: 15px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
#menudiv a, #menudiv a:visited, #menudiv a:active {
	text-decoration: none;
	color: #666; 
	display: inline;
	padding: 3px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 8pt;
	font-weight: bold;
}
#menudiv a:hover {
	padding-right: 2px;
	padding-left: 2px;
	color: #666; 
	/* background-color: #BFBF8C; */
	background-color: #CCC;
	text-decoration: none;
	border: 1px dotted #999;
}
#contentdiv {
	background: url(../images/offices_02.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 38px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
}
#bottomdiv {
	font-size: 7pt;
	color: #999;
	line-height: 15px;
}
#bottomdiv hr {
	height:3px;
	color: #EEE;
	border-color: #DDD;
	width: 86%;
}
#footerdiv {
	background-image: url(../images/offices_04.gif);
	background-position: top center;
	width:100%;
	height:22px;
}
#main {
	padding: 15px;
	line-height: 18px;
}
#main table tr td {
	line-height: 18px;
}
#leftmenu {
	width: 145px;
	padding:5px;
	padding-bottom: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	background-color: #E0E0C2;
	border: 1px dotted #BFBF8C;
}
#leftmenu a:link, #leftmenu a:active, #leftmenu a:visited {
	font-size: 7pt;
	display: block;
	padding: 2px;
	text-decoration: none;
}
#leftmenu a:hover {
	font-size: 7pt;
	display: block;
	padding: 1px;
	background-color: #BFBF8C;
	border: 1px dotted #999966;
	text-decoration: none;
}
#leftmenu h2 {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	padding-top: 3px;
	font-size: 12pt;
	color: #999966;
	border-bottom: 1px solid #999966;
}
table.linktable {
	border:1px solid #CCC;
}
table.linktable td {
	text-align: center;
}
table.linktable tr td a:link, table.linktable tr td a:visited, table.linktable tr td a:active {
	display:block;
	background-color: #DDD;
	width: 235px;
	border: 1px solid #CCC;
	text-align: left;
	padding: 3px;
}
table.linktable tr td a:hover {
	background-color: #F5F5F5;
	background-image: url(../admin/images/submenubar.gif);
	text-align: left;
	border: 1px solid #999;
	background-position: center center;
}
/* ///////////////////////////////////////////////////////////////// */
/* /////////////////////////// CLASSES ///////////////////////////// */
/* ///////////////////////////////////////////////////////////////// */
.evenrow {
	background-color: #FFF;
}
.oddrow {
	background-color: #EEE;
}
