@charset "utf-8";
/* ---------- base styles ------------- */
* {
	padding:0;
	margin: 0;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #333;
	background-attachment: scroll;
}
#container {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#facebook {
	text-align: right;
}

#topnav {
	height: 30px;
	margin-top: 160px;
}
#topnav /* -- main navigation styles --*/
 ul {
	list-style:none;
	height: 30px;
}
#topnav ul li {
	float: left;

}
#topnav ul a {
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	display:block;
	line-height: 2em;
	font-family: "Arial Black";
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 23px;
	padding-right: 23px;
}
#topnav ul a:hover {
	color:#FF0;
}
#topnav ul a.on {
	color:#FF0;
}
#mainContent {
	height: 100%;
	width: 600px;
	margin-bottom: 20px;
	margin-left: 150px;
	margin-top: 50px;
}
#mainContent a {
	color: #F90;
}
#mainContent table {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.7em;
	color: #FFF;
}
#mainContent img {
	padding: 5px;
	border: 1px dashed #999;
	margin-bottom: 5px;
	margin-right: 10px;
}

#mainContent ul li p {
}

.emphasis {
	font-weight: bolder;
	color: #F90;
	font-size: 16px;
	font-family: Georgia;
}


h1 {
	font-size: 16px;
	text-transform: none;
	color: #F90;
	font-style: normal;
	font-family: Verdana;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 15px;
}
h2 {
	font-family: Georgia;
	font-style: italic;
	font-size: 18px;
	color: #F90;
	margin-bottom: 20px;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 1.7em;
	font-weight: bold;
}
h4 {
	font-family: Verdana;
	font-size: 13px;
	color: #FF0;
	line-height: 1.5em;
	padding-right: 250px;
	text-align: justify;
	font-weight: normal;
}
h5 {
	font-family: Verdana;
	font-size: 13px;
	color: #F90;
	line-height: 1.5em;
	padding-right: 150px;
	padding-left: 150px;
	text-align: justify;
	font-weight: normal;
}
h6 {
	font-family: Verdana;
	font-size: 13px;
	color: #FF0;
	line-height: 1.5em;
	padding-left: 250px;
	text-align: justify;
	font-weight: normal;
}







p {
	font-family: Verdana;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	line-height: 1.7em;
}

