html, body
{
	padding: 0 0 0 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	background-color: #ebf0f6;
}



a
{
	color: #32528d;
	text-decoration: none;
	font-size: 12px;
	font-family: sans-serif;
}





a:hover
{
	color: #4b1266;
	text-decoration: none;
}



.navRoundTop
{ 
	background: url(images/topRight.jpg) no-repeat top right;
}


.navRoundBottom
{
	background: url(images/bottomRight.jpg) no-repeat top right; 
}




.mainRoundTop
{
	background: url(images/mainTopRight.jpg) no-repeat top right;
}


.mainRoundBottom
{
	background: url(images/mainBottomRight.jpg) no-repeat top right;
}



img.sizeTenCorner
{
	width: 10px;
	height: 10px;
	border: none;
	display: block;
}


#contentColumn
{
	float: left;
	width: 200px;
	height: auto;
}



#mainColumn
{
	position: static;
	width: 550px;
	height: auto;
	margin-left: 230px;
}



.contentMenu
{
	width: 100%;
	height: auto;
}


.contentMenu a
{
	display: block;
	width: 95%;
	padding-left: 5%;
	padding-top: 6px;
	padding-bottom: 6px;
}


.contentMenu ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}





a.currentPage
{
	background-color: #4d82af;
	background-image: url(images/currentPageBackground.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}



a.currentPage:hover
{
	background-color: #568bb7;
	background-image: url(images/currentPageHoverBackground.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}




a.normal:hover
{
	background-color: #9ac8ef;
	background-image: url(images/normalHoverBackground.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}





.navTitle
{
	background-color: #396386;
	position: static;
	width: 100%;
	height: auto;
	vertical-align: top;
}



.navTitle img
{
	vertical-align: top;
	height: 10px;
	width: 10x;
}


.navTitle p
{
	text-align: center;
	vertical-align: top;
	color: #e4e8ec;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}


.navContent
{
	position: static;
	width: 100%;
	height: auto;
	background-color: #8fc1ec;
	background-image: url(images/contentBackground.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}



.titleBottomBorder
{
	background-color: #396386;
	height: 10px;
	width: 100%;
}




.updatesArea
{
	background-color: #cfdcf3;
	position: static;
	width: 100%;
	height: auto;
}




.updatesArea p
{
	font-size: 14px;
	font-family: sans-serif;
	margin: 0 10px 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}



.stompPicBug
{
	height: 10px;
	width: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}




.spacer
{
	visibility: hidden;
	width: auto;
	height: 90px;
	clear: both;
}
