body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #000000;
	margin: 0px;
}
#wrapper {
	width: 724px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}
#header {
	background:url(/images/header.gif) no-repeat bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#logo {

}
#navbar {
	background-image: url(/images/navBG.gif);
	height: 22px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
#navbar  a, #navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #000000;
}
#main {
	background-image: url(/images/bodyBG.gif);
	background-repeat: repeat-y;
	margin-top: 35px;
}


#main  #main_content {
	padding: 15px;
	background-image: url(/images/bodyTop.gif);
	background-repeat: no-repeat;
}
a:link, a:visited {
	color: #BF0000;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 25px;
}
h1 {
	font-size: 18px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-size: 14px;
}
h2.showcase {
	font-size: 12px;
}

h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
#showcase {
	width:225px;
	margin-right:6px;
	float:left;
	margin-bottom: 25px;
}
#showcase h2 {
	margin-top:10px;
	margin-bottom: 5px;
}
#showcase p {
	margin: 0px;
}
input, textarea {
	border: 1px solid #000000;
	font-size: 10px;
	width: 225px;
}
.formButton {
	background-color:#FFFFFF;
	font-weight:bold;
	width:100px;
}
