body
{	
	padding: 0px;
	margin-top: 25px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
}

textarea {background-color: #CCFF99;}

#pageContainer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#pageBodyText
{
	position: relative;
}

#pageLogoAndNavigation
{
	position: relative;
	width: 800px;
}

#logo
{
	float: left;
	width: 535px;
	height: 100px;
	background-color: #FFF;
	padding: 0px  0px 0px 0px;
}

#navigation
{
	float: left;
	width: 181px;
	height: 99px;
	background-color: #3E3E3E;
	font-size: 12px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navigation ul
{
	margin: 0;
	padding: 0;
}
#navigation ul li
{
	list-style: none;
	padding-left: 5px;
}
#navigation a
{
	color: #fff;
	text-decoration: none;
}
.center
{
	background-image: url(images/backGround.png);
	width: 660px;
	height: 200px;
}
.dummy{
	padding-top: 20px;
    text-align:center;
	width: 660px;
	height: 1200px;
}
.floatRight{
    padding-top: 15px;	
}
.selectedNavigation
{
	background-image: url(images/selectedPage.gif);
	background-repeat: no-repeat;
	width: 195px;
	height: 20px;
}
.textAlignmentCenter{
	text-align:center;
}
.vdn{
	float: left;
	width: 337px;
	height: 650px;
	background-color: #CCFF99;
	margin-right: 3px;
	margin-top: 3px;
	padding: 5px 10px 0px 10px;
}


