* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #336666;
}

body {
	background: url(../images/background_header.jpg) repeat-x top left;
  	color: #444444;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
    text-align: justify;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
	margin-top: 1.5em;
	color: #336666;
}

h1 {
	letter-spacing: -.075em;
	font-size: 2.3em;
}

hr {
	display: none;
}

ol , ul {
    margin-left: 3em;
	margin-top: 0;
	padding: 0;
	line-height: normal;
}

p {
    line-height: 1.8em;
	margin-top: 1.5em;
}

/* --------------------------- Class Styles --------------------------------- */

.message {
    color: #FF0000;
}

.trademark {
    vertical-align: super;
    font-size: 0.5em;
}

.question ul {
    list-style: none;
    margin-left: 0;
	margin-top: 1em;
    line-height: 1em;
}

.question li {
    list-style: none;
    margin-left: 2em;
}

/* --------------------------- ID Styles ------------------------------------ */

#logo {
	width: 900px;
	height: 269px;
	margin: 0 auto;
	background: url(../images/logo.jpg) no-repeat center top;
}

#navigation {
	width: 80%;
	margin: 0 auto;
}

#nav_menu {
	height: 50px;
	width: 100%;
}

#nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#nav_menu li {
	float: left;
}

#nav_menu a {
	display: block;
	float: left;
	padding: 16px 30px 17px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: #336666 1px solid;
	color: #FFFFFF;
}

#nav_menu a:hover {
	background: #336666;
	color: #FFFFFF;
}

#nav_menu .last{
	border-right: #336666 1px solid;
}

#content {
	width: 700px;
	margin: 20px auto;
    padding: 0px 20px 20px 20px;
	background: #FFFFFF;
}
 
#footer {
	background: url(../images/background_footer.jpg) repeat top left;
	height: 80px;
	padding-top: 20px;
    font-size: small;
    text-align: center;
    color: #003366;
}

#code {
	color: #000000;
}

