h1, h2, h3, h4, h5, h6, img, table, th, tr, td, ul, li, ol, a, p, hr, form {
	margin:					0;
	padding:				0;
	border:					0;
}

body { 
	background-color: 		#fff; 
	font-family: 			'Arial', 'Helvetica', 'Verdana', sans-serif; 
	font-size: 				0.75em; 
	color: 					#000; 
}

a:link, a:visited {
	text-decoration: none;
	color: #4A8BB2;
}

a:hover, a:active {
	color: #666;
	text-decoration: none;
}

h2 {
	font-size:				16pt;
	font-weight:			normal;
	line-height:			22pt;
	color:					#333;
}

h3 {
	color: 					#fff;
	font-size:				13px;
}
	
h5   {
	font-size:				11pt;
	font-weight:			bold;
	line-height:			16pt;
	padding:				0 0 0 0;	
}

h6   {
	font-size:				9pt;
	font-weight:			bold;
	line-height:			15pt;
	padding:				0 0 0 0;
}

textarea {
	font-family:			'Arial', sans-serif;
	font-size:				9pt;
}

#container {
	width: 					884px;
	margin: 				0 auto;
	background-color: 		#fff;
}

/* TOP MENU */

#menu_top ul {
	float:					right;
	clear:					right;
	list-style-type:		none;
	margin:					8px 0 10px 0;
}

#menu_top ul li {
	float:					left;
	background-repeat:		no-repeat;
	background-position:	0 0;
	
	height:					22px;
	margin-left:			10px;
}

#menu_top ul li.lit {
	background-image:		url(bluebox_left.gif);
}

#menu_top ul li.lit a {
	background-image:		url(bluebox_right.gif);
	color:					#fff;
}

#menu_top ul li a {
	float:					left;
	background-repeat:		no-repeat;
	background-position:	100% 0;
	height:					22px;
	padding:				0 8px 0 8px;
	font-size:				9pt;
	line-height:			16pt;
	color:					#666;
	text-decoration:		none;
}

#header #search .submit {
	vertical-align:			bottom;
	font-size:				1pt;
	color:					#666;
}

#header {
	width:					884px;
	height:					55px;
	background-image:		url(head.gif);
	background-repeat:		no-repeat;
}

#header h1 {
	float:					left;
	overflow:				hidden;
	background-image:		url(head_logo.gif);
	background-repeat:		no-repeat;
	
	width:					202px;
	height:					28px;
	
	margin:					14px 0 0 20px;
	text-indent:			-1000px;
}
	
#header #search {
	float: 					right;
	background-image:		url(search_box.gif);
	background-repeat:		no-repeat;
	
	width:					187px;
	height:					25px;
	margin:					15px 15px 0 0;
}

#header #search .query {
	float:					left;
	width:					130px;
	border:					0;
	background-color:		#fff;
	margin:					4px 0 0 7px;
}

#header #search .submit {
	float:					right;
	background-image:		url(search_button.gif);
	background-repeat:		no-repeat;
	
	width:					47px;
	height:					25px;
	border:					0;
}

#header #search label {
	display:				none;
}

#container   #content   {
	height:					100%;
	padding-bottom:			30px;
}
/*
#thisisatest  {
	height: 200px;
	background: yellow;
	float: right;
	width: 					683px;
	margin: 				20px 0px 30px 0;
	overflow:				hidden;
	text-align: 			left;
}
*/
/* LEFT MENU */

#left_column {
	float: 					left;
	width: 					187px;
	margin-top:				20px;	
}

#left_column .title {
	display:				block;
	background-image:		url(menu_header.gif);
	background-repeat:		no-repeat;
	width:					187px;
	height:					37px;
	text-align:				center;
	line-height:			26pt;
	font-size:				11pt;
}

#menu {
	display:				block;
	clear:					both;
	
	background-repeat:		repeat-y;
	background-image: 		url(menu_background.gif);
	
	list-style-type:		none;
}

#menu ul {
	display: 				block;
	
	list-style-type:		none;
}

#menu li {
	clear:					both;
}

#menu li a {
	display: 				block;
	background-repeat:		repeat-y;
	background-image: 		url(menu_elements.gif);
	
	padding-left: 			10px;
	height: 				37px;
	margin:					0 1px 0 1px;
	
	line-height:			24pt;
	color:					#333;
	font-size:				9pt;
	font-weight:			bold;
}

#menu li.level1.item1 a {		background-position: 0 0; }
#menu li.level1.item2 a {		background-position: 0 0; }
#menu li.level1.item3 a {		background-position: 0 -37px; }
#menu li.level1.item4 a {		background-position: 0 -75px; }
#menu li.level1.item5 a {		background-position: 0 -111px; }
#menu li.level1.item6 a {		background-position: 0 -149px; }
#menu li.level1.item7 a {		background-position: 0 -185px; }

#menu li.level1.item1 a.opened {		background-position: -185px 0; }
#menu li.level1.item2 a.opened {		background-position: -185px 0; }
#menu li.level1.item3 a.opened {		background-position: -185px -37px; }
#menu li.level1.item4 a.opened {		background-position: -185px -75px; }
#menu li.level1.item5 a.opened {		background-position: -185px -111px; }
#menu li.level1.item6 a.opened {		background-position: -185px -149px; }
#menu li.level1.item7 a.opened {		background-position: -185px -185px; }

#menu li.level1.item2 ul {		background-color: #fff; }
#menu li.level1.item3 ul {		background-color: #fff; }
#menu li.level1.item4 ul {		background-color: #fff; }
#menu li.level1.item5 ul {		background-color: #fff; }

#menu li li a {
	background-image:		none!important;
	color:					#5088ab;
	font-weight:			normal;
	height:					16px;
	line-height:			12pt!important;
	font-size:				9pt!important;
}

#menu li a:hover {
	color: 					#000;
	text-decoration: 		none;
}

#menu li ul {
	padding:				5px 0 5px 0;
	margin:					0 1px 0 1px;
}

#menu-bottom {
	display:				block;
	background-image:		url(nav-bottom.gif);
	background-repeat:		no-repeat;
	
	width:					187px;
	height:					9px;
	margin-bottom:			15px;
}

/* MAIN CONTENT */

#breadcrumb {
	float:					left;
	margin:					5px 0 10px 0;
	
	font-size:				8pt;

}

#bookmark {
	float: 					right;
	clear:					right;
	background-image:		url(icons/16x16/bookmark-new.png);
	background-repeat:		no-repeat;
	
	padding-left:			20px;
	margin:					5px 0 0 0;
	height:					16px;
	
	font-size:				8pt;
}

#content {
	float: 					right;
	width: 					683px;
	margin: 				20px 0px 30px 0;
	overflow:				hidden;
	text-align: 			left;
}

#content p {
	margin-bottom:			10px;
	line-height:			14pt;
}

#content ul,
#content ol {
	padding:				0 0 10px 20px;
}

/* HOME PAGE */
	
#page_home .column {
	float: 					left;
	background-color: 		#efefef;
	width: 					282px;
	
	margin-left:			16px;
	margin-bottom:			10px;
}

#page_home .column.first {
	margin-left:			2px;
}

#page_home .column.fixed {
	height: 				280px;
}

#page_home .column.fixed.toprow {
	height: 				280px;
}

#page_home .column p,
#page_home .column h4,
#page_home .column h5,
#page_home .column a,
#page_home .column ul {
	margin:					10px 10px 0 10px;
}

#page_home .column li {
	margin:					0 0 5px 20px;
}

/* BANNER ADS */

.new_square_ads  {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0 0 0 0;
}

/* FOOTER */

#footer {
	clear: 					both;
	border-top:				1px #999 solid;
	width: 					884px;
	height: 				50px;
	margin: 				0 auto;
	padding:				10px 0 0 0;
	font-size: 				0.9em;
	text-align: 			center;
	color:					#666;
}

#footer  a  {
	color: 					#666;
	text-decoration: 		none;
	padding:				0 5px;
}

#footer  a:hover   {
	color: #4A8BB2;
	text-decoration: none;
}

#footer  #copyright   {
	padding-top:			5px;
}

/* FOOTER  BANNERS */	

#adverts-bottom {
	display:				block;
	clear:					both;
}

#adverts-bottom .advert {
	margin:					10px auto 10px auto;
	text-align:				center;
}

/* UNKNOWN */

.advert p {
	color:					#36497A;
	font-weight:			bold;
	border: 1px solid red;
}
