/* CSS Document */
img, form, table, td, tr, tbody, #leftcol ul, #leftcol li {
	margin : 0px;
	padding : 0px;
	border : none
}
/* LAYOUT ---------------------------------- */

div#content_wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding : 0px;
	border : none;
	vertical-align:top;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	vertical-align:top;
	background-color:#7a945f;
	color:#313131;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*MIDDLE COLUMN ------------------------------------- */

div#infoBrowse {
	margin: 4px;
	text-align: center;
	border: 1px dashed #CCCCCC;
	padding: 4px;
}

/* BASIC TEXT FORMATTING -------------------------- */
p {font-family: "AvantGarde CE", sans-serif, serif; font-size: 11px;}

a {color: #2580d5; text-decoration:underline;}
a:hover {color: #5e80b8; text-decoration: underline;}

.breadcrumbs {
	font-size: 11px;
	color:#2580d5;
	font-weight:normal;
}

.breadcrumbs a {color: #2580d5; text-decoration:underline;}
.breadcrumbs a:hover {color: #000000; text-decoration: underline;}
.breadcrumbs span {text-decoration:underline;}

/* COLUMN FORMATTING -------------------------- */
h1 {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: "AvantGarde CE", sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
/* HEADER FORMATTING -------------------------- */
#header {
	height : 100px;
	width:1000px;
	position: relative;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}

.headerLinks {
	font-size : 11px;
	color : #b1cc95;
	font-weight : normal;
	position : inherit;
	padding:2px 2px 3px 0px;
}

.headerLinks a {
	color : #b1cc95;
	text-decoration : underline;
	font-weight : normal;
	}

.headerLinks a:hover {
	text-decoration:underline;
	color : #ffffff;
}
.headerLinks span { text-decoration:underline;}


/* FOOTER FORMATTING -------------------------- */

.copyright {font-size: 10px; color:#a3bf87;}
#footer {color:#b1cc95; padding-top:3px;}
#footer a {color:#b1cc95;}
#footer a:hover {color:#ffffff;}
#leftcats { padding:2px 0px 2px 5px;}
#leftcats a { display:block; padding-bottom:5px;}
