body
{
	color: #ffffff;
	margin: 25px 0px 25px 0px;
	background-color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
}

/* ************************* Styles for Content ************************* */
/* 1: Content with a white background, mainly used for long articles. */
.whiteContent
{
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 10% 10px 10%;
	margin-top: 2.5em;
}
.whiteContent h2
{
	color: #336699;
	font-size: 2em;
	font-weight: bold;
}
.whiteContent h3
{
	color: #336699;
	font-size: 1.5em;
	font-weight: bold;
}
.whiteContent h4
{
	color: #336699;
	font-size: 1.1em;
	font-weight: bold;
}
.whiteContent td, th
{
	color: #000000;
}

/* 2: Content with blue background, mainly used for short intro stuff. */
.blueContent
{
	padding: 20px 10% 10px 10%;
}
.blueContent h2
{
	font-family: Courier New, Courier, mono;
	font-size: 2em;
	font-weight: bold;
}
.blueContent h3
{
	font-family: Courier New, Courier, mono;
	font-size: 1.5em;
	font-weight: bold;
}
/* ************************* End Content Styles ************************* */


/* ***** Positioning styles for box banner thing ***** */
div.littleBlueBoxHolder {
	width: 560px; height: 108px; text-align: left;
}
.littleBlueBoxHolder div
{
	float: left; width: 100px; height: 100px; margin: 4px; background-color: #336699;
}
.littleBlueBoxHolder h1
{
	font-family: Courier New, Courier, mono;
	font-size: 1.5em;
	font-weight: bold;
}
div.logoHolder {
	background-color: #ffffff;
}
.logoHolder img {
	position: relative; top: 1px; left: 1px;
}


/* ***** List styles ***** */
li
{
	line-height: 180%;
}

.listLinks li
{
	list-style-type: none;
	font-family: Courier New, Courier, mono;
}
.listLinks a
{
	color: #ffffff;
	text-decoration: none;
}
.listLinks a:hover
{
	text-decoration: underline;
}

/* ***** Two column layout styles ***** */
div.twoColumn1
{
	width: 40%;
	float: left;
}
div.twoColumn2
{
	width: 40%;
}
div.twoColumn1 img, div.twoColumn2 img
{
	margin: 2px;
}
a img {
	border: 0px;
}