#totaal {
	margin-top							:	0px;
}

body, td {
	font-family							:	Arial, Times, serif;
	font-size							: 	12px; 
	color								:	#8f6643;
	line-height							:	16px;
	text-align							:	left;
}

body {
	background-color 					:	#ffffff;
	margin								: 	0px;
}

a {
	font-style							:	italic;
	color								:	#8f6643;
	text-decoration						:	underline;
}

a:hover {
	text-decoration						:	underline;
	
}

a.white {
	color								:	#8f6643;
	text-decoration						:	none;
}

a.white:hover {
	text-decoration						:	underline;
}

b {
	font-weight							:	bold;
}

i {
	font-style							: 	italic; 
}



hr { 
	height								:	1px;
	border								:	none;  
	border-top							:	1px solid #636dc2; 
}

img { 
	border-color						:	#8f6643; 
}

h1 {
	color								:	#8f6643;
	font-size							:	16px;
	font-weight							:	bold;
	margin-bottom						:	10px;
	line-height							:	16px;
}

h2 {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size							:	18px;
	font-weight							:	bold;
	color								:	#8f6643;
	margin								:	0px;
}

h3 {
	font-size							:	10px;
	font-weight							:	bold;
	color								:	#8f6643;
	margin								:	0px;
}

td.mainmenu {
	height								:	30px;
	background-color					:	#8f6643;
	border-bottom						:	0px solid #000000;
}

td.header {
	height								:	218px;
	border-bottom						:	0px solid #000000;
}

#mainmenu ul {
	margin								:	0px;
	padding								: 	0px;
	list-style-type						:	none;	
	display								:	inline;	
}

#mainmenu li {
	margin								: 	0px;
	padding								: 	0px;
	height								:	18px;
	float								: 	left;
	position							: 	relative;
	width								:	auto;
	
}

#mainmenu li.spacer {
	margin								: 	0px;
	padding								: 	0px;
	height								:	18px;
	float								: 	left;
	position							: 	relative;
	width								:	auto;
	background-color					:	#636dc2;
	
}

#mainmenu ul ul {
	margin								:	18px 0px 0px 0px;
	display								:	none;
	position							: 	absolute;
	z-index								: 	1;
	border-top							:	0px solid #000000;
	border-left							:	0px solid #000000;
	border-right						:	0px solid #000000;
}

#mainmenu li li {
	padding								: 	2px 5px 2px 15px;
	background-color					:	#F2F2F2;
	height								:	18px;
	width								:	180px;
	border-bottom						:	0px solid #000000;
	
}

#mainmenu ul ul ul{
	margin								:	-3px 0px 0px 185px;
	visibility							:	hidden;
	z-index								: 	2;
}

#mainmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#mainmenu li:hover ul, #mainmenu li.over ul { /* lists nested under hovered list items */
	display: block;
}

#mainmenu li ul li:hover ul, #mainmenu li ul li.over ul { /* lists nested under hovered list items */
	visibility:visible;
	display:block;
}

a.mainmenu_item {
	color								:	#8f6643;
	font-size							:	10px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	top;
}

a.mainmenu_item:hover {
	color								:	#8f6643;
}

a.mainmenu_item_active {
	color								:	#636dc2;
	font-size							:	12px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	top;
}

a.mainmenu_pulldown_item {
	color								:	#000000;
	font-size							:	11px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	middle;
}

a.mainmenu_pulldown_item:hover {
	color								:	#636dc2;
}

a.mainmenu_pulldown_item_active {
	color								:	#636dc2;
	font-size							:	11px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	middle;
}

td.leftbox {
	background-color 					:	#ffffff;
	border-right						:	0px solid #dcdeeb; 
}

td.leftmenu_row_inactive {
	height								:	28px;
	border-top							:	0px solid #8f6643; 
	padding								:	0px 5px 0px 10px;
	cursor								:	pointer;
	font-style							:	normal;
}

a.leftmenu_inactive {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size							:	13px;
	color								:	#8f6643;
	text-decoration						:	none;
	font-style							:	normal;
}

a.leftmenu_inactive:hover {
	color								:	#8f6643;
	text-decoration						:	underline;
}

td.leftmenu_row_active {
	height								:	28px;
	background-color 					:	#ffffff;
	padding								:	0px 5px 0px 10px;
	cursor								:	pointer;	
	font-style							:	normal;
}

a.leftmenu_active {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size							:	13px;
	font-weight							:	bold;
	color								:	#8f6643;
	text-decoration						:	none;
	font-style							:	normal;
}

td.leftmenu1_row_inactive {
	background-color 					:	#ffffff;
	height								:	28px;
	padding								:	0px 5px 0px 25px;
	cursor								:	pointer;	
	font-style							:	normal;
}

a.leftmenu1_inactive {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size							:	13px;
	color								:	#8f6643;
	text-decoration						:	none;
	font-style							:	normal;
}

a.leftmenu1_inactive:hover {
	text-decoration						:	underline;
	
}

td.leftmenu1_row_active {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color 					:	#ffffff;
	height								:	22px;
	padding								:	0px 5px 0px 25px;
	cursor								:	pointer;	
	font-style							:	normal;
}

a.leftmenu1_active {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size							:	13px;
	font-weight							:	bold;
	color								:	#8f6643;
	text-decoration						:	none;
	font-style							:	normal;
}

a.leftmenu1_active:hover {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	color								:	#8f6643;
	text-decoration						:	underline;
	
}

td.leftmenu2_row_inactive {
	background-color 					:	#ffffff;
	height								:	28px;
	padding								:	0px 5px 0px 40px;
	cursor								:	pointer;	
	font-style							:	normal;
}

a.leftmenu2_inactive {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size							:	13px;
	font-weight							:	bold;
	color								:	#8f6643;
	font-style							:	normal;
}

a.leftmenu2_item_inactive:hover {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	color								:	#636dc2;
	text-decoration						:	underline;
}

td.leftmenu2_row_active {
	background-color 					:	#ffffff;
	height								:	28px;
	padding								:	0px 5px 0px 40px;
	cursor								:	pointer;
	font-style							:	normal;
}

a.leftmenu2_active {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size							:	13px;
	font-weight							:	bold;
	color								:	#8f6643;
	font-style							:	normal;
}

a.leftmenu_active:hover {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	color								:	#8f6643;
	text-decoration						:	underline;
	
}

td.leftmenu_footer {
	height								:	28px;
	border-top							:	1px solid #dcdeeb;
}

td.leftbox_header {
	height								:	22px;
	background-color					:	#dcdeeb;
	padding								:	2px 5px 0px 10px;
	color								:	#8f6643;
	font-size							:	11px;
	font-weight							:	bold;
}

td.leftbox_content {
	border-bottom						:	1px solid #8f6643;
	padding								:	3px 5px 3px 10px;
	color								:	#8f6643;
	font-size							:	10px;
}

td.content_header {
	height								:	25px;
	background-color 					:	#007ac2;
	border-top							:	1px solid #000000;
	padding								:	0px 5px 0px 10px;
	color								:	#8f6643;
	font-size							:	14px;
	font-weight							:	bold;
}

td.content {
	height								:	500px;
	padding								:	10px 25px 10px 25px;
	vertical-align						:	top;
	color								:	#8f6643;
}

td.rightbox {
	background-color 					:	#8f6643;
	border-left							:	1px solid #8f6643; 
}

td.box_header {
	
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	height								:	22px;
	padding								:	2px 5px 0px 10px;
	color								:	#8f6643;
	font-size							:	16px;
	font-weight							:	bold;
}

td.box_content {	
	border-bottom						:	1px solid #8f6643;
	padding								:	17px 10px 0px 10px;
}

td.newsitem1 {
	padding								:	5px 15px 5px 15px;
}

span.newstitle1 {
	color								:	#8f6643;
	font-size							:	16px;
	font-weight							:	bold;
}

td.newsitem {
	background-color 					:	#8f6643;
	border-bottom						:	0px solid #ffffff;
	padding								:	5px 15px 5px 15px;
	
}

span.newstitle {
	color								:	#8f6643;
	font-size							:	14px;
	font-weight							:	bold;
}


td.footer {
	color								:	#8f6643;
	padding								:	0px 0px 0px 360px;
	border-top							:	0px solid #dcdeeb;
	font-size 							: 	11px;
}

input {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size							: 	13px; 
	color								: 	#8f6643;
	font-size 							: 	11px;
	border								: 	1px solid #8f6643;
	width								: 	150px; 
	height								: 	16px;
	margin								:	2px 0px 3px 0px;
}

input.submit {
	border								: 	1px solid #8f6643;
	background-color 					: 	#ffffff;
	width								: 	80px; 
	height								: 	20px;
	font-size 							: 	11px;
	font-weight 						: 	bold;
	cursor								:	pointer;
}

input.small {
	font-family							:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	color								: 	#8f6643;
	font-size 							: 	10px;
	border								: 	1px solid #8f6643;
	width								: 	100px; 
	height								: 	14px;
}

input.submit_small {
	font-family							:	Arial, Times, serif;
	color								:	#8f6643;
	border								:	none;
	background-color 					: 	#ffffff;
	width								: 	60px; 
	height								: 	18px;
	font-size 							: 	13px;
	font-weight 						: 	bold;
	cursor								:	pointer;
}

input.radio {
	border								: 	none;
	background-color 					: 	transparant;
	width								: 	12px; 
	height								: 	12px;
	font-weight 						: 	normal;
	font-size							:	12px;
	margin								:	2px 0px 3px 0px;
}



select {
	border								: 	1px solid #8f6643;
	color								: 	#8f6643;
	font-size 							: 	15px;

}

textarea { 
	border								:	none;
	color								: 	#8f6643;
	border								: 	1px solid #8f6643;
	font-size 							: 	12px; 
}
