body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
}
body, h1, h2, h3, h4, p, ul, li {
	padding: 0px;
	margin: 0px;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}

.container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	background-color: #9CF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
#header span  {
	position: absolute;
	top: -10000px;
}

#masthead {
	background-image: url(images/masthead_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
}
#masthead li {
	display: inline;
	font-size: 80%;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
#masthead ul {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	clear: both;
}

#masthead a {
	color: #FFF;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	text-align: center;
	width: 153px;
	height: 20px;
}
#masthead a:focus, #masthead a:hover {
	color: #F00;
}
#masthead p {
	color: #FFF;
	text-align: center;
	margin-left: 305px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content-wrapper {
	width: 770px;
	margin-bottom: 20px;
	float: left;
	padding-top: 20px;
}
#secondary-content {
	float: left;
	width: 250px;
}

#main-content {
	float: left;
	width: 510px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#main-content h1 {
	font-size: 120%;
	font-weight: normal;
	font-variant: small-caps;
	color: #0033ff;
	padding-bottom: 10px;
}
#main-content h5 {
	font-weight: bold;
	font-variant: small-caps;
	color: #0033ff;
	padding-bottom: 3px;
	font-size: 80%;
	font-style: italic;
}

#main-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
}
#main-content li {
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main-content p a {
	text-decoration: underline;
}

#main-content a:visited {
	text-decoration : underline;
	color : #03F;
}

#main-content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	vertical-align: top;
}
#main-content td a {
	text-decoration: none;
}

#main-content td a:visited {
	text-decoration : none;
	color : #03F;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#footer {
	color: #FFF;
	background-color: #0033ff;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#footer ul {
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
#footer li {
	display: inline;
	font-size: 70%;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 50px;
	color: #FFF;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:focus, #footer a:hover {
	color: #F00;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#left-content {
	float: left;
	width: 150px;
}
#left-content ul {
	list-style-type: none;
}
#left-content li {
	padding-bottom: 40px;
	text-decoration: none;
}


#center-content {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 450px;
	padding-bottom: 20px;
	text-align: center;
}
#center-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#center-content td a:visited {
	text-decoration : none;
	color : #03F;
}
#center-content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}


#center-content h1 {
	font-size: 100%;
	font-weight: bolder;
	font-variant: normal;
	color: #0033ff;
	padding-bottom: 10px;
}

#right-content {
	float: left;
	width: 150px;
}

#right-content ul {
	list-style-type: none;
}
#right-content li {
	text-decoration: none;
	padding-bottom: 40px;
}


#sidebar-content {
	float: left;
	width: 100px;
}
#sidebar-content img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#page_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	color: #03F;
	font-style: oblique;
	font-weight: lighter;
	font-variant: normal;
	background-image: url(images/masthead_bg.jpg);
	background-repeat: repeat-x;
}

