body {
	background: #EEEEEE;
	color: #666666;
	text-align: center;
	font-family: sans-serif;
}

#wrapper {
	background: #FFFFFF;
	width: 745px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 20px;
	text-align: left;
}

#header {
	background-image: url(../images/background.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 10px;
	height: 190px;
}

#header img {
}

#header h1 {
	position: relative;
	top: -125px;
	left: 250px;
	width: 13em;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1.9em;
	color: #139EA7;
}

#header h2 {
	position: relative;
	top: -120px;
	left: 300px;
	width: 15em;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .25em;
	color: #A2C058;
}

#navigation {
	width: 100%;
	height: 30px;
	padding: 0px;
	background: #FEC529;
	margin-top: 3px;
	overflow: hidden;
}

#navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	float: left;
	background: #A2C058;
	border-right: 1px solid #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}

#navigation ul li a:hover {
	background: #139EA7;
	color: #FEC529;
}

#navigation ul li a.home {
	background: #139EA7;
	border-right: 1px solid #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: sans-serif;
	font-variant: small-caps;
}

#body {
	padding: 10px;
	width: 525px;
	margin-top: 25px;
}

#body img.nocell {
	border: 0;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#body h1 {
	margin-top: 45px;
	text-align: center;
	font-size: 1.75em;
	color: #A2C058;
	text-transform: uppercase;
}

#body h2 {
	width: 100%;
	color: #139EA7;
	letter-spacing: .25em;
	border-bottom: 1px dashed #A2C058;
}

#body p {
	padding-left: 15px;
}

#body a {
	text-decoration: none;
	color: #139EA7;
}

#body a:hover {
	border-bottom: 2px dotted #FEC529;
}

#body a.img, a.img img {
	border: 0;
	text-decoration: none;
}

#body ul.center {
	margin-bottom: 35px;
	text-align: center;
	list-style-type: none;
}

#body ul.center li {
	margin: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.25em;
}

#news {
	width: 170px;
	float: right;
	margin-left: 10px;
	height: 100%;
	padding-top: 40px;
}

#news h3 {
	margin: 0;
	padding: 0;
	color: #A2C058;
	width: auto;
	font-variant: small-caps;
	font-size: 1em;
	text-align: left;
}

#news p {
	padding: 0;
	margin-bottom: 40px;
	text-align: left;
}

#news a {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
	font-size: .75em;
	font-style: italic;
	text-decoration: none;
	color: #139EA7;
}

#news a:hover {
	border-bottom: 2px dotted #FEC529;
}

#footer {
	clear: both;
	background-image: url(../images/background.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 10px;
	height: 15px;
	text-align: right;
	font-size: 12px;
}

#footer a {
	font-weight: bold;
	color: #139EA7;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 2px dotted #FEC529;
}

