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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #56320F;
}

#holder {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #005837;
}

#nav {
	height 34px;
}

#nav_inside {
	width: 172px;
	float: left;
}

#sidebar {
	width: 205px;
	float: left;
}

#content { 
	float: right;
	width: 778px;
	min-height: 524px;
	background-image: url(images/inside_back.gif);
	background-color: #ffffff; 
}

#home_body {
	float: right;
	width: 720px;
	height: 411px;
	background-image: url(images/back_home.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 50px;
}

#col1 {
	width: 471px;
	float: left;
	padding: 25px 25px 0 27px;
	min-height: 281px;
	background-image: url(images/dots.gif);
	background-repeat: repeat-y; 
	background-position: right;
}

#col2 {
	padding: 25px 0px 0 0;
	float: right;
	width: 240px;
}

h1 { 
	font-size: 15pt;
}
h2 { 
	font-size: 13pt;
}

ul { 
	list-style-image: url(images/orange_square.gif);
	list-style-position: outside;
	margin-left: 18px;
}
li { 
	margin-top: 11px; 
}

p { line-height: 14pt; }

.quote {
	font-family: times, serif;
	font-size: 11pt;
	line-height: 18pt;
	font-style: italic;
}
.green { color: #005837; }
.orange { color: #bf5f16; }
.black { color: #000000; }

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

#content a:link { color: #bf5f16; text-decoration: none; }
#content a:visited { color: #005837; text-decoration: none; }
#content a:hover { color: #005837; text-decoration: underline; }

a:link.nostyle { text-decoration: none; color: none; }
a:visited.nostyle { text-decoration: none; color: none; }

#gal_nav a:visited { color: #bf5f16; }

#footer {
	width: 950px;
	margin: 5px auto 5px auto;
	color: #ffffff;
	font-size: 7pt;
	text-align: right;
}
#footer a:link { color: #ffffff; }
#footer a:visited { color: #ffffff; }
#footer a:hover { color: #ffffff; }
