/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
    font-family: Times New Roman, Times, Roman, serif;
	color: #0000DD;
	font-weight: bold;
}

h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000DD;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-size: 18px;
}

a {
	font-weight: bold;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0000DD;
}

.headerText1 {
	float: right;
	font-family: Arial, Helvetica, sens-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#menu {
	margin: 0px auto;
	width: 800px;
	float: left;
	padding: 5px 0px 6px 0px;
	background-color: #0000DD;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #00AAFF
}

#header {
    width: 800px;
}
#content {
	width: 800px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#border-top {
	border-top: 2px solid #0000DD;
}

#both {
	float: left;
	width: 760px;
	padding: 0px 20px 40px 20px;
}

#left {
	float: left;
	width: 460px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 260px;
	padding: 0px 20px 40px 20px;
}

#footer {
	clear: both;
	float: left;
	width: 800px;
	margin: 0px auto;
	border-top: 2px solid #0000DD;
}

#footer p {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 125px;
	color: #666666;
}
