body 
{
	background-color: #1B7E00;
	text-align: center;
}


#container
{
	/*
	width: 946px;
	margin:27px;
	*/	
	width: 90%;
	margin: 0px auto;

	background-color: #90BA76;	
	color: #333;
	line-height: 130%;
	min-width: 750px;
	max-width: 1000px;
	text-align: left;
}

#leftnav
{
	float: left;
	width: 160px;
	margin: 10px;
	padding: 10px;
	background: #E4F2DC;
	border: 1px solid gray;
		text-align: left;
}

#leftnav_big
{
	float: left;
	width: 350px;
	margin: 10px;
	padding: 10px;
	background: #E4F2DC;
	border: 1px solid gray;
	text-align: left;
}


#header
{
	padding: .5em;
	/*background-color: green;*/
	border-bottom: 1px solid gray;
	text-align: center;
	background: url(../images/top-bg.jpg);
}

#content
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 1em;
	padding-right: 1em;
}

#content_old
{
	margin: .5em;
	padding-left: 1em;
	padding-right: 1em;
	background: url(../images/bg.gif);
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
}

table.oldstyle
{
	text-align: left;
	margin: .5em .5em .5em .5em;
	padding: 0;
	border: solid black 1px;
	background:url(../images/bg.gif);
}

table.content_boxes
{
	text-align: left;
	margin: 0em 0em 1em 0em;
}

table.content_boxes tr td
{
	border: 1px solid black;
	background:url(../images/bg.gif);
	padding: .5em;
}

table.content_boxes tr td.leadpic
{
	border: none;
	background: none;
	padding: .5em;
	text-align: center;
}

table.content_boxes tr td img.thumb
{
	float: none;
}

table.content_boxes tr td img
{
	border: 1px solid black;
	padding: 0px; 
	float: left;	
	margin-right: 8px;
}

img.border
{
	border: 1px solid black;
	padding: 0px; 
	margin: 8px;
}

h1
{
	font-size: 200%;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	color: #8B1F1F;
}

h2
{
	font-size: 150%;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	color: #8B1F1F;
}

h3
{
	font-size: 110%;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: transparent;
	color: #8B1F1F;
}

br.clear 
{
	clear: both;
}

div.something
{
	border: 1px solid black;
	background: white;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px;
}

div.something h3
{
	font-size: 110%;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: transparent;
	color: #8B1F1F;
}

#top h1
{
	padding: 0;
	margin: 0;
}

div#leftnav h3
{
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: transparent;
	color: #8B1F1F;
}

div#leftnav h2
{
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	color: #8B1F1F;
	font-variant: small-caps;
	text-decoration: underline;
}

div#leftnav_big h3
{
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: transparent;
	color: #8B1F1F;
}

div#leftnav_big h2
{
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	color: #8B1F1F;
	font-variant: small-caps;
	text-decoration: underline;
}


a
{
	font:bold 12px Verdana;
	background-color: transparent;
	color: #8B1F1F;
}

#footer
{
	padding: .5em;
	background-color: green;
	border-top: 1px solid gray;
	text-align: center;
}

.center
{
	text-align: center;
}

p.big
{
	font-size: 130%;
	margin-top: 5px;
	margin-bottom: 0px;
}

p { margin: 0 0 .5em 0; }
#content h2 { margin: 0 0 .5em 0; }

#leftinfo
{
	float: left;
	width: 300px;
	margin: 10px;
	padding: 10px;
	background: #E4F2DC;
	border: 1px solid gray;
}

.copy {
	font-size: 12px;
}

.bottom_left {background: url(../images/bottom_left_corner.gif) 0 100% no-repeat; border-top: solid 1px gray; text-align:center;}
.bottom_right {background: url(../images/bottom_right_corner.gif) 100% 100% no-repeat}
.top_left {background: url(../images/top_left_corner.gif) 0 0 no-repeat #cbdbf1; text-align:center;}
.top_right {background: url(../images/top_right_corner.gif) 100% 0 no-repeat; padding:10px 0px 0px 0px;}

.clear {font-size: 3px; height: 3px}
.whitebg {background: white; border: 1px solid black; padding: .5em;}
