body {
	text-align: center;
	margin: 0 auto;
	font: normal 12px sans-serif;
	background: #E6E6E6;
}

td, p {
	font: normal 12px sans-serif;
}

ul {
	text-align: left;
}

.first-letter {
	font-weight: bold;
	color: #FF0000;
}

h1 {
	font-size: 16pt;
	margin: 0px;
}

a {
	color: #000000;
	font-weight: bold;
}

a:Hover {
	color: #FF0000;
}

a.menu {
	font-weight: bold;
	text-decoration: none;
}

a.menu-l2 {
	font-weight: normal;
	text-decoration: none;
}

a.menu:hover,a.menu-l2:hover {
	color:#FF0000;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto; 
	width: 750px;
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
}

#header {
	background: url('../gfx/header_bg.gif');
	height: 98px;
	width: 100%;
}

#menu-container {
	float: left;
	width: 200px;
}

#main-container {
	margin-left: 220px;
	border-left: 1px dotted #CCCCCC;
}

#main-content {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

#main-boxes-container{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#main-boxes{
	width: 100px; 
	float: left; 
	background: #E6E6E6;
}

#list-containers {
	width: 35%;
	float: left;
	margin-bottom: 10px;
}
