html, body {
	background: #f2f2f2;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 95%;
	color: #272727;
	line-height: 110%;
	margin: 0;
	padding: 0;
}

/* CONTENT */
h2 {
	color: #F5923D;
	font-size: 120%;
	font-weight: bold;
	padding: 0 20px;
}

div.content{
	width: 800px;
	margin: 20px auto 20px auto;
	padding-bottom: 20px;
	background: #ffffff;
}

a:link {
 	font-weight: normal;
 	color: #F5923D;
	text-decoration: none;
}

a:visited {
	font-weight: normal; 
	color: #F5923D;
	text-decoration: none;
}

a:active {
	font-weight: normal; 
	color: #F5923D;
	text-decoration: none;
}

a:hover {
	font-weight: normal; 
	color: #F5923D;
	text-decoration: underline;
}

div.content p {
	padding: 0 20px;
	text-align: justify;
}

div.content p.intro {
	font-size: 105%;
	font-style: italic;		
	line-height: 120%;
}

div.content p.logo {
	text-align: center;
}

ul {
	margin-left: 45px;
}

/* HEADER */

div.header {
	width: 800px;
	height: 250px;
	background: url(images/header.gif) no-repeat top left;
	margin-bottom: 3px;
	text-indent: -999px;
}

div.header .left  {
	width: 300px;
	height: 250px;
	float: left;
}

div.header .left a {
	width: 300px;
	height: 250px;
	display: block;
	border: 0px solid green;
	text-indent: -999px;
} 

div.header .right h1 {
	width: 500px;
	height: 250px;
	float: left;
}

div.header .right a {
	display: block;
	width: 500px;
	height: 250px;
	border: 0px solid red;
	text-indent: -999px;
	float:left;
}

/* MENU */
div.menu {
	margin-bottom: 20px;
}
div.menu ul {
	margin: 0 auto 0 2px;
	padding: 0;
}

div.menu ul li {
	display: block;
	float: left;
	border: 0px solid red;
	padding: 2px;
	width: 109px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

div.menu ul li a {
	display: block;
	width: 109px;
	height: 25px;
	border: 1px solid #DBD0C5;
}
div.menu ul li a:hover, 
div.menu ul li a.active {
	text-decoration: none;
	/*border: 1px solid #F5923D;*/
	background-color: #EEEEEE;
}

/* FOOTER */
div.footer {
	margin: 20px auto 0 auto;
	width: 80%;
	border-top: 1px solid #E7E7EF;
}
div.footer p {
	text-align: center;
	font-size: 80%;
}

/* TABLE */

table {
	border: 0;
	width: 90%;
	margin: 0 auto;
}

table td {
	text-align: left;
}

#mandatory {
	text-align: left; 
	margin: 10px auto;
	width: 90%; 
	font-size: 90%; 
	color: red;
}