body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	text-align: center;
	font-size: 85%;
}
.floatRight {
	float: right;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}


#main {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}


#header {
	height:180px;
	position:relative;
	background-image: url(images/header-composite.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


#content {
	float:left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 100px;
	background-repeat: no-repeat;
	width: 750px;
}

#content p {
	line-height: 1.2em;
	margin-top: 1em;
	font-size: 90%;
}


#footer {
	clear:both;
	font-size: 85%;
	padding-top: 1em;
	text-align:right;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-bottom: 0px;
}
h2 {
	font-size: 160%;
	margin-top: 1em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-left: -0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
h1 {
	font-size: 250%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	color: #FF0000;
	font-weight: bold;
	margin-top: 10px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content li {
	margin-top: 0.5em;
	font-weight: normal;
	list-style-type: square;
	font-size: 90%;
	line-height: 1.5em;
}
#wrapper #main #content ul {
	margin-right: 100px;
	margin-left: 100px;
}


#wrapper #header #navtop {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 930px;
	float: right;
}
#wrapper #header #navtop ul {
	list-style: none;
	border: none;
	height: 19px;
	font-size: 13px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 330px;
}


#wrapper #header #navtop li {
	display: block;
	width: auto;
	float: right;
}
#wrapper #header #navtop a {
	display: block;
	width: auto;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	height: 19px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #666666;
	padding-top: 2px;
	color: #333333;
}
#wrapper #header #navtop a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

h3 {
	font-size: 105%;
	margin-top: 1em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-left: -0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2D3983;
}

.ClearBoth {
	clear: both;
	padding-top: 5px;
}
.FloatLeft {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 25px;
}

