body
{
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 16px;
	font-family: Times New Roman;
}

img
{
	border-width: 0px;
}

a
{
	color: #0000FF;
}
a:visited
{
	color: #0000FF;
}

.clearLink
{
	text-decoration: none;
}

div#PageContainer 
{
	max-width: 1003px;
	width: 1003px;
}

#topListMenu
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 40px;
}
#topListMenu li
{
	* display: inline; /* applys only on ie */
}
#topListMenu a
{
	width: 125px;
	height: 23px;
	background-image: url('images/topMenu.jpg');
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	text-indent: 30px;
	text-decoration: none;
	color: #00309C;
	padding-right: 5px;
}
#topListMenu a:hover
{
	background-image: url('images/topMenuOver.jpg');
}
#topListMenu h4
{
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: normal;
}

div#content
{
	position: relative;
	display: table-row;
	width: 100%;
}

div#sideMenuContainer
{
	width: 180px;
	float: left;
	padding-left: 20px;
	display: table-cell;
}
#sideMenu
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#sideMenu a
{
	width: 151px;
	height: 24px;
	background-image: url('images/sideMenuBackground.jpg');
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none;
	color: #434764;
	position: absolute;
	text-indent: 5px;
	padding-top: 2px;
}
#sideMenu a:hover
{
	background-image: url('images/sideMenuBackgroundOver.jpg');
}
#sideMenu h3
{
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 16px;
}

div#mainContect
{
	width: 783px;
	float: left;
	padding-left: 20px;
	display: table-cell;
}

div#topBar
{
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#topMenu
{
	text-align: center;
}

h1, h2
{
	font-size: 16px;
	margin: 0;
	padding: 0;
}
