html, body {
	margin : 0;
	padding : 0;
}
body {
	font : 73% "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	background : url(images/bkgrnd.png) repeat;
	color : #666;
}
		/* CONTAINER PROPERTIES */
#container {
	width : 910px;
	margin : 0 auto;
	padding: 0;
	background-image: url(images/bg_1.png);
}
.divider {
	width : 875px;
	height: 10px;
	background-color: #FFFFFF;
	margin-left: 17px;
}
.topimg {
	clear: both;
	width : 100%;
	height: 170px;
	margin: 0;
	padding-bottom:  0;
	background : url(images/topimg_nologo.png) no-repeat;
}
.topimg2{
	clear: both;
	width : 100%;
	height: 200px;
	margin: 0;
	padding-bottom:  0;
	background : url(images/topimg_nologo.png) no-repeat;
}
.topimg h2 {
	font-size: 2em;
	letter-spacing: 3px;
	padding: 55px 20px 0 230px;
}
		/* TOPBAR PROPERTIES */
#topbar {
	height: 60px;
	padding-top:  20px;
	color : #333;
	background-image: url(images/top_bar.png);
	padding-left: 140px;
	padding-right: 20px;
}
#topbar h1 {
	float: left;
	margin : 0;
	padding : 0 0 0 0;
	font-size: 90%;
}
#topbar h2 {
float: right;
margin : 0;
padding : 10px 10px 0 0;
font-size: 100%;
}
#topbar a:link, #topbar a:visited {
text-decoration : none;
background : inherit;
color : #3D5F9A;
}
#topbar a:hover {
text-decoration : none;
background : inherit;
color : #5D775A;
}
		/* CONTENT PROPERTIES */
#content {
	margin : 0 270px 30px 0;
	line-height: 2em;
	color: #666;
	padding-left: 30px;
	padding-right: 20px;
}

#content2{
	margin : 0 270px 30px 0;
	line-height: 1em;
	color: #666;
	padding-left: 30px;
	padding-right: 20px;
}

#content h1 {
	margin: .5em 0 0 .5em;
	padding: 5px;
	letter-spacing: 2px;
	font-size: 170%;
	background : inherit;
	color: #6699FF;
}
#content h2 {
margin: .5em 0 0 0.5em;
padding: 5px;
font-size: 140%;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background : inherit;
color: #3366FF;
}
#content h3 {
	margin : 0 0 1em 2em;
	letter-spacing: 2px;
	font-size: 95%;
	background : inherit;
	color: #FF6600;
}
		/* SIDEBAR PROPERTIES */
#sidebar {
	float : right;
	width: 205px;
	margin : 0;
	padding : 0 3em 2em 2em;
	border-left : 0px solid #eee;
	line-height: 1.5em;
}
#sidebar p {
margin-bottom : .5em;
padding:0px;
}
#sidebar h1 {
margin: 0;
padding : 10px;
font-size: 110%;
text-transform: uppercase;
background : inherit;
color: #93B013;
}
#sidebar h2 {
margin : 0;
padding : 15px 0 0 0;
font-size: 125%;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
background : inherit;
color: #48513C;
}
		/* FOOTER PROPERTIES */
#footer {
	clear : both;
	width:873.5px;
	height: 170px;
	background : #6699FF;
	color : #FFFFFF;
	margin-left: 17.25px;
}
#footer p {
padding-left : 5px;
}
#footer h1 {
padding: 5px 0 10px 20px;
font-size:130%;
letter-spacing: 5px;
text-transform: uppercase;
background: inherit;
color: #48513C;
}
#footer a:link, #footer a:visited {
text-decoration : underline;
background : inherit;
color : #333;
}
#footer a:hover {
text-decoration : none;
background : inherit;
color : #3366FF;
}
#credits {
	clear: both;
	width:873.5px;
	padding: 0;
	font-size: 0.9em;
	background : #fff;
	color: #333;
	height: 80px;
	margin-left: 17.5px;
	padding-top: 25px;
}
		/* COLUMN PROPERTIES */
.col3,.col3center {
	float: left;
	width: 29%;
}
.col3center {
margin: 0 3%;
}
		/* LINK PROPERTIES */
a img {
border: 0;
}
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #87452B;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #000;
}
a:active {
	text-decoration : none;
	background : inherit;
	color : #6699FF;
}
.navlist li {
	margin: 0 15px 0 0;
	padding: 2px;
	font-size: 110%;
	list-style-image:url(images/right-green.png);
	background: inherit;
	color: #D5D9B4;
}
		/* TYPOGRAPHY*/
p {
padding : 0 0 .2em 1em;
}
p strong {
	background: inherit;
	color:#666666;
}
blockquote {
	padding:10px;
	margin:0 20px;
	font-weight : bold;
	border:1px solid #FF9933;
	font-style:italic;
	color : #999999;
}
		/* CLASS PROPERTIES */
.box {
margin : 5px 5px 15px 5px;
padding: 10px;
text-transform : uppercase;
font-weight: 600;
background: #84934C;
color: #fff;
}
.box2 {
	margin : 5px 5px 15px 5px;
	padding: 5px;
	background: inherit;
	color:#666;
}
		/* IMAGE PROPERTIES */
.imgleft {
float: left;
padding:0px;
margin-right: 5px;
border : 0px solid #7AB523;
}
.imgright {
	float: right;
	padding:5px;
	margin-right: 5px;
}
.noborder {
float: left;
padding:0;
margin: 0;
}
.imglogo {
padding:0;
margin: 0 0 0 10px;
}
		/* ROUNDED CORNERS */
/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div {
	background: url(images/tl.png) no-repeat top left;
}
.rbtop {
	background: url(images/tr.png) no-repeat top right;
}
.rbbot div {
	background: url(images/bl.png) no-repeat bottom left;
}
.rbbot {
	background: url(images/br.png) no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	margin: 10px;
	font-family: "Trebuchet MS", Arial, Tahoma,  Helvetica, sans-serif;
	color: #F0F0F0;
	background: inherit;
 }
.rbroundbox {
width: 95%; margin: .5em auto;
}
			/*SEARCH BOX*/
legend {
color: #333;
}
input {
background: #fff;
}
