html {
	font-family: Arial, Verdana, Helvetica, san-serif, Times, serif;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0 0 5em 0;
	background-color:#FFF;
	font-size:0.9em;
}

a {
	text-decoration: none;
	color:#47843E;
}
a:hover {
	text-decoration: underline;
}

a img	{
	border:none;
	margin:0;
}

h1 {
	font-size: 1.3em;
	color:#47843E;
	width:100%;
}

h2 {
	font-size: 1.2em;
	color:#47843E;
}

p, label {
	color:#42938B;
	font-size: 1em;
}

h3	{
	font-size:1.1em;
	font-weight:normal;
	color:#47843E;
}

ul, ol {
	font-size: 1em;
	color:#42938B;
	line-height: 12pt;
	margin: 0.5em 0px 1.5em 20px;
	padding: 0;
}

p	{
	margin:0 0 1.3em 0;
}

img	{
	border:none;
}

input, select, textarea {
	font-family: Arial, Verdana, Helvetica, san-serif, Times, serif;
	font-size: 10pt;	
}

#site-border {
	text-align: justify;
	width: 769px;
	margin: 20px auto 0px auto;
	background:#FFF url("../images/background2.gif") 0 0 repeat-y;
}

#site-body {
	width: 100%;
	text-align:justify;
}

#site-body #main h1	{
	border-bottom:#47843E 3px solid;
}

#site-body .rightImg	{	
	display:block;
	float:right;
	clear:right;
	margin:5px 0 10px 20px;
}

img.landscape	{
	width:140px;
	height:100px;
}

img.portrait	{
	width:100px;
	height:140px;
}

#site-body #main	{
	width:507px;
	margin:00;
	padding:60px 0 0 32px;
	float:right;
	color:#333;
	line-height:1.3em;
	background:transparent url("../images/top-curve.gif") -2px 0 no-repeat;
}

#site-body #main ul	{
	list-style-image:url("../images/bullet.gif");
	line-height:1.1em;
}

#site-body #main ul.simple	{
	list-style:none;
	list-style-image:none;
}

#site-body #main ul.simple li	{
	margin:1em 0;
	height:2em;
}

#site-body #main ul.simple li a img	{
	margin-left:1em;
}

#site-body #main li	{
	margin: 0 0 0.4em 0;
}

#site-body #main .cite	{
	margin:-1em 0 2em 0;
	font-weight:bold;
	font-size:0.8em;
	color:#47843E;
}

#site-body #side	{
	width:229px;
	float:left;
	margin:0;
	padding:0;
	background-color:#42938B;
}

#side #nav	{
	list-style:none;	
	text-align:right;
	font-size:0.75em;
	letter-spacing:0.1em;
	border-right:#fff 2px solid;
	width:90%;
	margin:0;
	padding:0;
}

#side #nav a, #side #nav h2 	{
	color:#fff;
	display:block;
}

#side #nav a:hover	{
	color:#47843E;
}

#side #nav .current	{
	color:#FFF;
	text-decoration:underline;
}

#side #nav h2	{
	font-size:1em;
}

#side #nav ul	{
	list-style:none;
	border-right:#FFF 2px dotted;
	margin-right:1em;
	padding-right:1em;
}

#side #nav li	{
	padding:0.3em 1em 0.3em 0;
}

#footer	{
	width:100%;
	clear:both;
	background:url("../images/bottom-curve.gif") 230px 0 no-repeat;
	height:57px;
}