*
{
	padding:0px;
	margin:0px;
}

img
{
	border:0px;
}

body
{
	background-color:#DDEEFF;
	background-image:url(../images/headerBG.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body a
{
	color:#000000;
}

.center
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:1000px;
	height:120px;
}

#mainContent
{
	width:1000px;
}

#fullContent
{
	padding-left:25px;
	padding-right:25px;
}

#leftDiv
{
	width:225px;
	float:left;
}

#leftMenu
{
	margin-left:27px;
	margin-right:15px;
}

#leftMenuText
{
	padding:15px;
	background-image:url(../images/leftMenuMiddle.jpg);
	background-repeat:repeat-y;
}

#leftMenuText a
{
	text-decoration:none;
	font-size:10px;
}

#leftMenuText a:hover
{
	text-decoration:underline;
	color:#eeeeee;
}

#middleDiv
{
	width:459px;
	float:left;
}

.vertContentSpacer
{
	width:9px;
	float:left;
}

#rightDiv
{
	width:316px;
	float:left;
}

#footer
{
	padding-left:409px;
}

#footerLogo
{
	float:left;
	background-image:url(../images/footer.jpg);
	height:100px;
	width:594px;
	background-repeat:no-repeat;
}

#footerText
{
	padding-top:16px;
	padding-left:160px;
	font-size:11px;
}

#footerText a
{
	text-decoration:none;
	color:#000000;
}

.clearDiv
{
	clear:both;
}

.contentText
{
	padding-left:10px;
	padding-right:10px;
}

h1
{
font-weight:bold;
font-size:18px;
}


