/*
body {
	background-color: #2d3039;
	font-size: 13px;
	line-height: 1.6em;
	font-family: "Verdana", "Lucida Grande", sans-serif;
	letter-spacing: 0.95px;
	font-weight: lighter;
	color: #ebe6e0;

	margin-right: 12%;
	margin-left: 12%;
	min-width: 400px;
	margin-top: 20px;
}

a {
	color: #deba7a;
	text-decoration: none;
}

h2 {
	color: #de3e26;
	font-weight: normal;
}

.head img.header {
	float: left;
}

.head {
	height: 100px;
	text-align: right;
}

.tagline {
	font-size: 2em;
	font-weight: normal;
}

.nav {
	border-top: 1px solid white;
	text-align: right;
	padding: 0px;
	margin: 0px;
	height: 50px;
	height: 1.6em;
	color: #331d0e;
	font-weight: bold;
}

.nav a {
	color: #331d0e;
}

.nav a:hover {
	color: white;
	font-weight: bold;
}

.nav ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}

.nav ul li {
	display: block;
	float: right;
	background-color: #a86333;
	padding: 0.3em 20px 0.3em 20px;
	margin: 0px;
}

.roundRightBottom {
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.roundLeftBottom {
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

.nav ul.hoverList li {
	background-color: #3377a8;
}

.nav ul li:hover {
	color: white !important;
}

.subNav {
	border-top: none;
}

.subNav ul.hoverList {
	clear: both;
	font-size: 0.9em;
	opacity: 0.01;
}

.footer {
	font-size: 0.8em;
	text-align: right;
	color: #a7aba4;
}

#sidebar {
	width: 300px;
	padding-right: 25px;
}

.sidebox {
	background-color: #bababa;
	color: #191919;
	float: right;
	border: 1px solid #4b4b4b;
	width: 300px;
	padding: 10px;
	margin: 10px;
	font-size: 0.88em;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#bababa));
	-webkit-background-origin: padding;
}

#main h3 {
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}
*/

/*
	new base colors:
		dark: #090f2d
		light: #f9e0de
		middle: #003567
*/

body {
	/*
	background-color: #090f2d;
	*/
	background-color: white;
	font-size: 13px;
	line-height: 1.6em;
	font-family: "Verdana", "Lucida Grande", sans-serif;
	letter-spacing: 0.95px;
	font-weight: lighter;
	color: white;

	margin-top: 0px;
}

.contentContainer {
	/*
	background-color: #090f2d;
	background-color: #e8e3f7;
	*/
	background-color: white;
	min-width: 550px;
}

a {
	/*
	color: #deba7a;
	color: #67788c;
	*/
	color: #327d8c;
	text-decoration: none;
}

h2 {
	color: white;
	font-weight: normal;
}

.content h2 {
	color: #327d8c;
	color: #003567;
}

.head img.header {
	float: left;
}

.head {
	background-color: #090f2d;
	background: -webkit-gradient(linear, left 60, left bottom, from(#090f2d), to(#003567));
	-webkit-background-origin: padding;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 30px;
	height: 100px;
	text-align: right;
}

.head h2 {
	margin-top: 0px;
}

.tagline {
	font-size: 2em;
	font-weight: normal;
}

.navTop {
	/*
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	*/
}

.nav {
	text-align: right;
	padding: 0px;
	margin: 0px;
	padding-right: 10%;
	padding-left: 10%;
	height: 50px;
	height: 1.6em;
	color: #331d0e;
	color: white;
	font-weight: bold;
}

.nav a {
	color: #e8e3f7;
	color: white;
}

.nav a:hover {
	color: #e8e3f7;
	font-weight: bold;
}

.nav ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}

.nav ul li {
	display: block;
	float: right;
	background-color: #003567;
	padding: 0.3em 20px 0.3em 20px;
	margin: 0px;
}

.roundRightBottom {
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.roundLeftBottom {
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

.nav ul.hoverList li {
	background-color: #3377a8;
}

.nav ul li:hover {
	color: white !important;
}

.subNav {
	border-top: none;
}

.subNav ul.hoverList {
	clear: both;
	font-size: 0.9em;
	opacity: 0.01;
}

.footer {
	margin-right: 10%;
	margin-left: 10%;
	font-size: 0.8em;
	text-align: right;
	color: #999999;
}

#sidebar {
	width: 300px;
	padding-right: 25px;
}

.sidebox {
	background-color: #bababa;
	background-color: white;
	color: #191919;
	float: right;
	border: 1px solid #003567;
	width: 300px;
	padding: 10px;
	margin: 10px;
	font-size: 0.88em;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d6d6d6));
	-webkit-background-origin: padding;
}

#main h3 {
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}

.nav {
	background-color: #e8e3f7;
	background-color: white;
}

.content {
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
	background-color: #e8e3f7;
	background-color: white;
	color: black;
}


