/**********************************************************
						Color
**********************************************************/

body, p, input, textarea, select, button {
	background: #003;
	color: #6F909E;
}

h1, h2, h3, h4, h5, h6 {
	color: #ccc;
}

a:link {
	color: #03c;
}

a:visited {
	color: #999;
}

a:active {
	color: #fff;
}

a:hover {
	color: #36F;
	background-color: #006;  
}

input, select, textarea {
	background: #003;
	color: #6F909E;
	border: 1px solid #6F909E;
}

input.button {
	background: #003;
	color: #6F909E;
	border: 1px solid #6F909E;
}

#Header {
	border-bottom-color: #006;
}

#Footer {
	border-color: #006;
}

/**********************************************************
						Fonts
**********************************************************/

body, p, td, ul, li, input, textarea, select, button {
	font: 11px/16px verdana, tahoma, geneva, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, palatino, times, serif;
	font-weight: bold;
	line-height: 150%;
}

h1 {
	font-size: 175%;
	
}

h2 {
	font-size: 150%;

}

h3 {
	font-size: 125%;
	line-height: 150%;
}

/**********************************************************
					Layout/Page Display
**********************************************************/

/*  THE BIG STANDARDS WARNING  */

.ahem {
	display: none;
}

/*  YOUR REGULARLY SCHEDULED STYLESHEET  */

body {
	margin: 5px 20px 0px 20px;
	padding: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
}

input, select, textarea {
	margin: 0;
	padding: 0;
}

input.button {
	margin: 0;
	padding: 0;
}

/*	POSITIONING AND CARVING UP THE PAGE	*/

.Breathe, .breathe {
	width: 100%;
	clear: both;
	height: 10px;
}

#HeaderBox {
	background-color: inherit;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#Header {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.Middle {
	background-color: inherit;
	width: 100%;
}

#Content {
	position: absolute;
	top: auto;
	width: 100%;
	background-color: inherit;
}

.LeftSide {
	float: left;
}

.RightSide {
	float: right;
}

#Footer {
	background-color: inherit;
	width: 100%;
	top: 100%;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}

#BreadCrumb {
	background-color: inherit;
	left: auto;
	right: 0;
	width: auto;
	height: 50px;
	text-align: right;
}

#StandardsBlurb {
	background-color: inherit;
	float: left;
	left: 0;
	right: auto;
	width: 120px;
	height: 60px;
	text-align: left;
}

/**********************************************************
						Specifics
**********************************************************/

#Blog {
	width: 49%;
	/*border: 1px dotted #006600;
	padding: 5px;*/
	height: auto;
}

#TheExtremeRight {
	width: 47%;
	margin-right: auto;
}

#Navigation {
	width: 49%;
}

#Visit {
	margin-top: 0;
	padding-top: 0;
	width: 49%;
}

div.linkButtons a {
	display: block;
	/* t r b l */
	padding: 4px 0px 4px 4px;
	width: 90%;
	text-align: left;
	background: #040;
	border-right: 1px solid #050;
	border-bottom: 1px solid #050;
}

div.linkButtons a:visited {
	color: #999;
	background: #141;
}

div.linkButtons a:hover {
	color: #ff0;
	background: #161;
}

div.thereButtons a {
	display: block;
	/* t r b l */
	padding: 4px 0px 4px 4px;
	width: 90%;
	text-align: left;
	background: #633;
	border-right: 1px solid #833;
	border-bottom: 1px solid #833;
}

div.thereButtons a:visited {
	color: #999;
	background: #644;
}

div.thereButtons a:hover {
	color: #ff0;
	background: #744;
}

div.partnersButtons a {
	display: block;
	/* t r b l */
	padding: 4px 0px 4px 4px;
	width: 90%;
	text-align: left;
	background: #336;
	border-right: 1px solid #448;
	border-bottom: 1px solid #448;
}

div.partnersButtons a:visited {
	color: #999;
	background: #334;
}

div.partnersButtons a:hover {
	color: #ff0;
	background: #446;
}