* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

body {
	font: 62.5% Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	background: #FFF url(../img/bkgr.gif) 50.01% repeat-y;
}

#skiplinks {
	position: absolute;
	left: -3000px;
}

#wrapper {
	margin: 0 auto;
	text-align: justify;
	width: 779px;
}


/*
* html #wrapper {
	position: relative;
	left: 2px;
}
*/


#header {
	position: relative;
	background: #FFC042 url(../img/bkgr_header.gif) repeat-x;
	height: 109px;
}

#header div {
	float: left;
	width: 100%;
	height: 100%;
	background: url(../img/sunset.jpg) 280px 0 no-repeat;
}

#header h1 {
	display: inline;
	float: left;
	border: 2px solid #F45202;
	margin: 12px 0 0 10px;
}

#header ul {
	list-style-type: none;
	position: absolute;
	right: 0;
	bottom: 14px;
}

#header ul li {
	display: inline;
	background: url(../img/separator.gif) right repeat-y;
	margin-right: 5px;
	padding-right: 5px;
}

#header ul li.last {
	background: none;
}

#header ul li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}	

#header ul li a:hover {
	text-decoration: underline;
}	

#main {
	clear: both;
}

#navigation, #content {
	float: left;
}

#navigation {
	background: #96BB52 url(../img/bkgr.gif) repeat-y;
	width: 161px;
	position: relative;
	top: -6px;
}

#navigation ul {
	list-style-type: none;
	margin: 25px 25px 0 10px;
}

#navigation ul li {
	font-size: 1.3em;
	padding: 8px 0 8px 0;
	background: url(../img/bkgr_navi_green.gif) 25px bottom no-repeat;
	width: 125px;
}

#navigation ul li.last {
	background: none;
}

#navigation ul li a {
	padding: 5px 0 5px 25px;
	text-decoration: none;
	background: url(../img/star_dim.gif) left 2px no-repeat;
	color: #FFF;
}

#navigation ul li.active span {
	padding: 5px 0 5px 25px;
	background: url(../img/star.gif) left 2px no-repeat;
	color: #FFF;
	font-weight: bold;
}

#navigation ul li a:hover {
	background: url(../img/star_medium.gif) left 2px no-repeat;
	font-weight: bold;
}

#content {
	position: relative;
	background: #FFF url(../img/bkgr_content.jpg) 8px 50px no-repeat;
	width: 578px;
	padding: 20px;
	min-height: 620px;
}

#content h2 {
	font-size: 2.0em;
	color: #555;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding: 0 0 5px 5px;
}

#content h3 {
	font-size: 1.6em;
	color: #555;
	margin-bottom: 10px;
	margin-top: 22px;
}

#content h4 {
	font-size: 1.3em;
	color: #555;
	margin-bottom: 5px;
}

#content p, #content li {
	font-size: 1.2em;
	line-height: 150%;
	margin-bottom: 10px;
}

#content li {
	margin-left: 20px;
}

#content table {
	margin-bottom: 10px;
	border: 3px double #CCC;
	border-width: 3px 0;
	padding: 20px 0;
}

#content tr {
	vertical-align: top;
}

#content td {
	font-size: 1.2em;
	line-height: 150%;
	padding: 5px 25px 5px 0;
	border-bottom: 1px solid #CCC;
}

#content tr.separator td {
	padding-top: 20px;
	border-top: 3px double #CCC;
}

#content tr.preseparator td {
	padding-bottom: 20px;
	border-bottom: none;
}

#content tr.last td {
	border-bottom: none;
}

#content a {
	color: #666;
}

#content a:hover {
	color: #000;
}

#content a:visited {
	color: #999;
}

#content p img {
	margin-top: 10px;
}

blockquote {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.5em;
	font-family: "Times New Roman", serif;
	border: 3px double #CCC;
	background: #EEE;
	padding: 5px;
}

#footer {
	width: 574px;
	clear: both;
	margin: 0 20px 0 180px;
	font-size: 1.1em;
	border-top: 1px solid #CCC;
	padding: 5px 0 5px 5px;
}

.center {
	text-align: center;
}

#content .important {
	margin-top: 20px;
	font-size: 1.6em;
	color: #555;
	font-weight: bold;
}

#corner {
	position: absolute;
	top: -6px;
	left: -8px;
}