html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #600;
	font-weight: bold;
	line-height: 150%;
	font-size: 1.5em;
}
h2 {
	color: #360;
	font-weight: bold;
	line-height: 125%;
	font-size: 1.25em;
}
a,  a:link {
	color: #360;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}

#outerWrapper {
	margin: 0 auto 0 auto;
	min-width: 750px;
	text-align: left;
	width: 760px;
}
#header {
	height: 108px;
	padding: 0px 0px 0px 0px;
	background: url(header.jpg) no-repeat;
}
#contentWrapper {
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#member img{
	margin-right: auto;
	margin-left: auto;
	width: 85px;
	text-align: center;
	margin-top: 10px;
	border-style: none;
}

#nav {
	float: left;
	padding: 25px 10px 10px 25px;
	width: 120px;
	background-color: transparent;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
#nav ul ul {
	padding-left: 8px;
}
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
	display: block;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	color: black;
	font-weight: normal;
	font-style: normal;
}
.menu_default a:hover {
	color: black;
	text-decoration: underline;
}
.menu_current {
	font-weight: bold;
}
#content {
	margin: 0 0 0 150px;
	padding: 25px 40px 10px 10px;
	background-color: transparent;
}
/* Resource Links */
.BMmain {
	width: 90%;
	text-align: left;
}
.BMheader {
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 15px;
}
.BMlink {
	width: auto;
	text-align: left;
	vertical-align: top;
}
.BMlink img {
	border: none;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* End resource links */

/* Resources */
.line, .line_rightalign {
	padding-top: 5px;
}
.line_rightalign { 
	text-align: right;
	white-space: nowrap;
	font-size: 10px;
}
.line_text {
	padding: 0px 0px 0px 0px;
}
.dgheader {
	color: #600;
	line-height: 125%;
	font-size: 1.25em;
	font-weight: bold;
	padding: 15px 0px 1px;
	border-bottom: 1px solid #600;
	margin: 0;
}
/* End Resources */
#footer {
	padding: 10px 25px 10px 160px;
	background: transparent url(background.jpg) repeat-y;
	color: #57715b;
	border-bottom: 1px solid #007300;
	border-top: 1px solid #007300;
	font-size: .8em;
}