/* =============================
========Color Glossary==========
================================ 
Hot Pink: #bc2b66
Faded Pink: #ad576b
Charcoal Gray: #333
Highlighted Charcoal: #383838
Teal: #2e8157
Bright Blue: #20679a
*/
body {
	color: #fff;
	background-color: #333333;
	margin: 0px;
	font: 12px normal "Helvetica", sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #20679a;
}
strong {
	font-size: larger;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
img {
	border: 0;
}
img.portfolio {
	border: 1px solid gray;
}
a>img{
	border: 1px solid gray;
}
table {
	margin: 1.5em;
}
td {
	padding: .5em;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
.stripe {
	height: 8px;
	background-color: #bc2b66;
	width: 100%;
	margin: 3px 0px 3px 0px;
	line-height: 1px;
	font-size: 1px;
	position: relative;
	float: left;
}
#left-header {
	/*position: absolute;
	top: 0;
	left: 0;
	*/
	width: 30%;
	height: 25%;
	border: 1px solid #383838;
	border-width: 0px 1px 1px 0px;
	float: left;
	z-index: 2;
	padding: 1px;
	position: relative;
}
img#insignia {
	float: right;
/*	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;*/
}
#right-header {
	width: 69%;
	height: 25%;
	border: 1px solid #383838;
	border-width: 0px 0px 1px 0px;
	/*position: absolute;
	top: 0;
	right: 0;*/
	position: relative;
	float:left;
	z-index: 1;
	padding: 1px;
}
img#insignia-right {
	/*position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;*/
	float: left;
}
#sidebar {
	width: 30%;
	border: 1px solid #383838;
	border-width: 0px 1px 0px 0px;
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	float: left;
	margin: 0;
	text-align: right;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
}
img#insignia-bottom {
	position: absolute;
	top: 0px;
	right: 0px;
}
.subhead {
	font-size: 1.3em;
	line-height: 3em;
	color: #2e8157;
}
#links a{
	line-height: 2.2em;
	font-size: 1.1em;
	text-decoration: none;
}
#links a:link {
	color: #ad2367;	
}
#links a:hover {
	text-decoration: underline;
}
#links a:visited {
	color: #ad576b;
}
#body {
	width: 69%;
	height: 75%;
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	position: relative;
	float: left;
	overflow: visible;
}
#content-wrapper {
	background-color: #383838;
	margin: 1.5em;
	margin-right: 65px;
	color: #fff;
	padding: 0;
	position: relative;
}
.content {
	position: relative;
}
.content p, h1, h2, h3, h4, h5, h6 {
	margin: .5em 1.5em;
	line-height: 1.5em;
}
.content h1, h2, h3, h4, h5, h6 {
	margin-left: .7em;
}
.content a:link, a:visited, a:hover {
	color: #bc2b66;
}
.clear { clear: both; }
.top-rounds 		{ background: url(../images/top_left_round.gif) no-repeat top left;}
.top-rounds div	 	{ background: url(../images/top_right_round.gif) no-repeat top right;}
.bottom-rounds 		{ background: url(../images/bottom_left_round.gif) no-repeat bottom left; }
.bottom-rounds div	{ background: url(../images/bottom_right_round.gif) no-repeat bottom right;}
.top-rounds, .top-rounds div,.bottom-rounds, .bottom-rounds div {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
img#insignia-mini {
	position: absolute;
	bottom: -4em;
	right: -4em;
}
