/*  THE BIG STANDARDS WARNING  */

.ahem {
	display: none;
}

/*  YOUR REGULARLY SCHEDULED STYLESHEET  */

body {
	margin-top: 5px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	background: #336;
	color: #CCF;
	font: 11px/18px verdana, tahoma, arial, sans-serif;
}

IMG.left {
	vertical-align: bottom;
	margin-right: 15px;
}

IMG.right {
	vertical-align: bottom;
	margin-left: 15px;
}

IMG {
	vertical-align: bottom;
}

p {
	color: #CCF;
	font: 11px/18px verdana, tahoma, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, palatino, times, serif;
	font-weight: bold;
	color: #ccc;
}

h1 {
	font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
}

a:link {
	color: #CC3;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #669; 
}

input, select, textarea {
	background: #336;
	color: #6F909E;
	font: 11px/16px verdana, tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 1px solid  #99c;
}

input.button {
	background: #336;
	color: #6F909E;
	font: 11px/16px verdana, tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 1px solid  #99c;
}

#HeaderBox {
	background-color: #336;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
}

/* For use when there's stuff to enclose */
#Middle {
	background-color: #336;
	width: 100%;
	height: auto;
}


/* For use when there's nothing to enclose */
#MiddleBox {
	background-color: #336;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#Breathe {
	width: 100%;
	height: 15px;
	clear: both;
}

#Footer {
	background-color: #336;
	width: 100%;
	top: 100%;
	padding-top: 15px;
	border-top: 1px solid #99c;
}

#LinkBox {
	float: left;
	left: 10px;
	right: auto;
	width: 160px;
	padding-right: 10px;
}

#BlogBox {
	background-color: #336;
	left: auto;
	right: 0;
	width: 70%;
	height: 300px;
	margin-left: auto;
	margin-right: 0;
	border: 1px dotted #99c;
}

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

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

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