body
{
 background: #099519 url('/images/bg.png') repeat-x;
	text-align: center;
	font: 70% Arial, Verdana, 'Lucida Grande', Sans-Serif;
}

.logo { margin-top: -45px; z-index: 15; }

#page { 
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 800px;
	margin-top: 60px;
	z-index: 1;
}

#header {
	padding: 0;
	height: 24px;
	width: 100%;
	background: url('/images/topbg.png') no-repeat;
	z-index: 2;
}

#footer {
	padding: 0;
	height: 22px;
	width: 100%;
	background: url('/images/btmbg.png') no-repeat;
	text-align: center;
}

#content {
	float: left;
background: url('/images/contentbg.png') repeat-y;
height: 100%;
padding: 20px;
	z-index: 3;
margin-top: -20px;
}

* html #content { margin-top: 0px;}
img {behavior: url("/css/pngHack.htc");}


h2 { font-family: 'Times' ;
	font-variant: small-caps ;
	letter-spacing: -0.01em;
	text-shadow: silver 2px 2px 2px;
	font-weight: bold;
	font-size: 16px;
}

h2 a, h2 a:active, h2 a:visited {
	color: black;
	text-shadow: silver 2px 2px 2px;
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover {
	color: white;
	text-shadow: silver 2px 2px 2px;
	font-weight: bold;
	text-decoration: none;
}

.left {
margin-top: -54px;
margin-left: 20px;
float: left ;
z-index: 5
}
.right {
margin-top: -54px;
margin-right: 20px;
float: right ;
z-index: 5
}


h1 { font-size: 22px;}

h3 { font-size: 14px; }

h4 { font-size: 12px; }

.narrowcolumn {
	float:left;
	background-color: #e0e0e0;
	width: 400px;
	z-index: 4;
}
.widecolumn2 {
	background-color: #e0e0e0;
	width: 780px;
	margin-right: 20px;
}

ul { line-height: 130%; }

li { line-height: 130%; font-size: 14px; }

#sidebar {
	margin-top: 20px;
	margin-left: 440px;
	width: 320px;
	z-index: 4;
}

p {
		font-family: sans-serif;
		line-height: 130%;
		font-size: 14px;

}

label { font-family: sans-serif;
font-weight: bold;
text-align: right;
}

legend { font-family: sans-serif;
font-weight: bold;
}

fieldset { background-color: #ccc; }

.fb_object { background-color: #e0e0e6; }