body
{
	background-color: #005599;
}

.contentBlock
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #EAEAEA;
	/*width: auto;*/
	font-size: 12;
	font-family: arial;
	margin: 5px;
	padding: 5px;
	float: left;
}

.textContents
{
	border-color: #000030;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	/*width: auto;
	height: auto;*/
	font-size: 12;
	font-family: arial;
	margin: 10px;
	padding: 10px;	
	text-align: left;
	float: left;
}

.imageBlock
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #EAEAEA;
	width: 180;
	height: 210;
	text-align: center;
	font-size: 12;
	font-family: arial;
	float: left;
	margin: 10px;
	padding: 5px;
}

.videoBlock
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #EAFFEA;
	width: 180;
	height: 210;
	text-align: center;
	font-size: 12;
	font-family: arial;
	float: left;
	margin: 10px;
	padding: 5px;
}

.audioBlock
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #EAEAFF;
	width: 180;
	height: 210;
	text-align: center;
	font-size: 12;
	font-family: arial;
	float: left;
	margin: 10px;
	padding: 5px;
}

.headerNav
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #EAEAEA;
	/*width: 100%;*/
	height: 40;
	text-align: left;
	font-size: 12;
	font-family: arial;
	margin: 5px;
	padding: 5px;
}

a
{
	text-decoration: none;
}

img
{
	border-width: 0px;
}

.headerTitle
{
	font-size: 20;
	font-family: arial;
	font-weight: bold;
}
.headerLinks
{
	text-align: right;
}

h2
{
	font-size: 14;
	font-family: arial;
}

tr
{
	font-size: 12;
	font-family: arial;
}

th
{
	vertical-align:top;
}

.clearFloat
{
	float: none;
}
