body {
	background: url(../images/bg.jpg);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #666;
	text-align: justify;
}

/* elements */
dt {
	font-weight: bold;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

	li {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(../images/check.gif) bottom left no-repeat;
	}


/* layout */
#menu {
	min-height: 40px; height: auto !important; height: 40px;	
	background-color: #8d8c8b;
}


#menu ul {
	padding: 0;
	margin: 0;	
	width: 620px;
	list-style: none;	
	font-family: "Arial", Helvetica, sans-serif;
	font-size:   16px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
}


	#menu li {
		display: inline;
		float: left;
		width: 155px;
		padding: 0;
		margin: 0;
		text-align: center;
		
		color: white;
		background: none;
	}
	
		#menu li a {
			display: block;
			margin: 0;
			padding: 0;
			color: white;
			text-decoration: none;
		}
	
		#menu em {
			display: block;
			font-style: normal;
			background: url(../images/menu_selected.gif) bottom center no-repeat;
		}
		
#header {
	margin-bottom: 40px;	
}

#page {
	margin: 0 auto 0 auto;	
}

#footer { 
	margin-top: 40px;
	font-size: 12px;
	font-weight: bold;	
	color: #007bac;
	width: 620px;
}

#footer_titles {
	background: url(../images/menu_footer.jpg) top left no-repeat;	
}

	#footer_toggle {
		min-height: 20px; height: auto !important; height: 20px;
		display: block;
		cursor: hand; cursor: pointer;
	}

	#footer_titles li {
		background: none;
		display: inline;
		font-size: 10px;
		margin: 0;
		padding: 0;	
	}
	
		#footer_titles a {
			color: #999;
		}

/* classes */

.hr {
	min-height: 20px; height: auto !important; height: 20px;	
	background: url(../images/hr.gif) top left no-repeat;
}

/* forms */

label {
	display: block;	
}

input {
	display: block;	
}




