body
{
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* ************************* Styles for header ************************** */
div#header
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #6699CC;
	text-align: center;
	padding: 1em 0px 1px 0px;
}
div.littleBlueBoxHolder {
	width: 560px;
	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;
}

#header h1
{
	font-size: 1.5em;
}

/* ************************* Styles for Menu ************************* */
#menu
{
	position: absolute;
	width: 20%;
	left: 2%;
}

/* ************************* Styles for Content ************************* */

#content
{
	position: absolute;
	width: 50%;
	left: 30%;
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2
{
	color: #336699;
	font-size: 2em;
	font-weight: bold;
}
#content h3
{
	color: #336699;
	font-size: 1.5em;
	font-weight: bold;
}
#content h4
{
	color: #336699;
	font-size: 1.1em;
	font-weight: bold;
}
.content 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 ***** */



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

.listLinks li
{
	list-style-type: none;
	font-family: Courier New, Courier, mono;
}
.listLinks a:link
{
	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;
}