/* StreetSide Developers */
body { 
	margin: 0px;
	background-color: #fff;
	font-family: verdana;
	font-size: 11px;
	color: #000;
}
p, span, div {
	font-family: verdana;
	font-size: 11px;
	color: #000;
}
a {
	color: #C0861F;
	text-decoration: underline;
}
a:hover {
	color: #697D1F;
	text-decoration: none;
}
td {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	vertical-align: top;
}
img { border: 0px; }

/* Form */
.input {
	padding-left: 2px;
	font-family: verdana;
	font-size: 10px;
	color: #000;
	width: 150px;
	border: 1px solid #697D1F;
}
.submit {
	background-color: #697D1F;
	font-family: verdana;
	font-size: 11px;
	color: #fff;
	width: 50px;
	height: 20px;
	border: 0px;
}

/* Global Classes */
.center { text-align: center; }
.right { text-align: right; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.LongPadding {
	padding-left: 63px;
}
.Highlight {
	background-color: #F7FBF2;
}
.indent {
	text-indent: 1em;
}

.PageTITLE {
	background-image: url(images/TopLeftCorner.gif);
	background-repeat: no-repeat;
	padding-left: 67px;
	padding-bottom: 5px;
	font-weight: bold;
	vertical-align: bottom;
	height: 81px;
}
.Caption {
	padding-left: 67px;
	background-color: #697D1F;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	height: 19px;
}
.SubCaption {
	padding-left: 67px;
	background-color: #697D1F;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
.NewsCaption {
	padding-left: 5px;
	background-color: #697D1F;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	height: 19px;
}
#NewsText {}
	#NewsText p { font-size: 10px; }

.Footer {
	background-image: url(images/BottomRightCorner.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 67px;
	padding-bottom: 10px;
	vertical-align: middle;
	font-size: 10px;
	height: 80px;
	border-bottom: 1px solid #697D1F;
}

/* Popup */
.PopUpHeader {
	background-image: url('images/bioborder.gif'); 
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
}