body {
	background:						url("../images/bg.jpg") top left repeat;
	
	padding:						0px;
	margin:							0px;
	
	font-family:					Verdana, Arial, MS Georgia;
	font-size:						11px;
	color:							#373737;
	line-height:					19px;
	
	height:100%;
	
	text-align:						center;
}

* html body {
	background:						#cccccc;
}

#container {
	background:						url("../images/bg_container_transparant.png") top left repeat-y;
	width:							792px;
	
	position:						relative;
	margin:							0 auto;
	
	text-align:						left;
	
	min-height:100%;
}

* html #container {
	background:						url("../images/bg_container_nontransparant.jpg") top left repeat-y;
	height:100%;
}

#header {
	background:						url("../images/header.jpg") top left no-repeat;
	width:							770px;
	height:							331px;
	
	margin-left:					11px;
}

#menu {
	color:							white;
	position:						absolute;
	top:309px;
	left:12px;
}

#menu a:link {color:#FFFFFF; text-decoration:none;}
#menu a:visited {color:#FFFFFF; text-decoration:none;}
#menu a:hover {color:#FFFFFF; text-decoration:underline;}


#content_overall {
	background:						url("../images/bg_content02.jpg") top left no-repeat;
	margin:							0px 0px 30px 11px;
	overflow:						hidden;
	width:							770px;
}

#column_left {
	width:							458px;
	float:							left;
	padding:						20px 0px 50px 25px;
}

* html #column_left {
	padding:						29px 0px 40px 20px;
	width:							488px;
}

#column_right {
	float:							left;
	width:							222px;
	padding:						20px 0px 40px 65px;
}

* html #column_right {
	width:							282px;
	padding:						29px 0px 40px 65px;
}

h1 {
	background:						url("../images/h1_styling.jpg") bottom left no-repeat;
	font-size:						12px;
	width:							186px;
	text-align:						right;
	color:							#151515;
	padding:						0px 0px 10px 0px;
	margin:							20px 0px 20px -25px;
}

h4 {
	background:						url("../images/naw_styling.jpg") bottom left no-repeat;
	font-size:						12px;
	width:							186px;
	text-align:						left;
	padding:						0px 0px 10px 0px;
	color:							#151515;
	margin:							20px 0px 20px 36px;
}

* html h4 {
	margin:							20px 0px 20px 31px;
}

#footer {
	background:						url("../images/footer.jpg") top left no-repeat;
	width:							770px;		
	height:							42px;
	left:							11px;
	position:						absolute;
	bottom:							0px;
	font-size:						9px;
	color:							#606060;
}

* html #footer {
	bottom: 						-1px;
}

.footer_links {
	float:							left;
	margin:							7px 0px 0px 25px;
	display:						inline;
}

.footer_copyright {
	float:							right;
	margin:							7px 25px 0px 0px;
	display:						inline;
}

.head_title {
	text-align:						center;
	font-weight:					bold;
	font-size:						12px;
}

table {
	font-size:						11px;
}

.footer_links a:link {color:#000000; text-decoration:none;}
.footer_links a:visited {color:#000000; text-decoration:none;}
.footer_links a:hover {color:#000000; text-decoration:underline;}

.top td {
vertical-align: top;
}

.top {
border-collapse:collapse;
line-height:17px;
}

a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}


































ul#idTopLevelMenu {
	padding:						0px;
	margin:							0px;
}

ul#idTopLevelMenu li {
	background:						url("../images/image_bullet.jpg") center left no-repeat;	
	display:						inline;
	padding-left:					14px;
	margin-left:					14px;
	float:							left;
}

ul#idTopLevelMenu li a
{
	display:								block;
	color:									#FFFFFF;
	text-decoration:						none;
	line-height:							20px;
}



ul#idTopLevelMenu li ul
{
	padding:								0px;
	width:									150px;
	position:								absolute;
	list-style:								none;
	background-image:						none;
	margin:									3px 0px 0px -7px;
	display:								none;
	background-color:						#009291;
	padding:5px 0px 5px 0px;
}

* html ul#idTopLevelMenu li ul {
	width:									130px;
}

ul#idTopLevelMenu li ul li
{
	margin:									0px;
	width:									128px;
	color:									white;
	padding:		 						0px 0px 0px 10px;
	background:								url("../images/img_bullet_submenu.jpg") 7px 7px no-repeat;
}



ul#idTopLevelMenu li ul li a {
	color:									white;
}