body
{
	background-color: #6699FF;
}

table.pageoutline
{
	height: 100%;
	border-style: double;
	border-width: 6px;
	border-color: #FFCC33;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

table.menutable
{
	width: 150px;
	border-collapse: collapse;
	border-style: none;
}

table.maincontent
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}

table.subtitle
{
	width: 100%;
	color: #0033CC;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: thin solid #0033CC;
}

table.bodytext
{
	font-family: Verdana;
	font-size: 14px;
}

td.pageheader
{
	width:	100%; 
	height:	100px;
	text-align: left;
	padding-left: 20px;
	border-bottom: thin solid #6699FF;
}

td.menucontainer
{
	vertical-align: top;
	border-collapse: collapse;
	border-style: none;
	background-image: url('../images/MenuClouds.gif');
	border-right: thin solid #6699FF;
	padding-left: 10px;
	padding-top: 10px;
}

td.menucell
{
	padding-top: 5px;
	padding-bottom: 5px;
}

td.mainbody
{
	border-style: none;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	vertical-align:top;
	width: 100%;
	height:100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}


td.pagefooter
{
	border-style: none;
	width:	100%;
	height:	50px;
	border-top: thin solid #6699FF;
}

td.mainbodyrightcell
{
	text-align: right;
	font-weight: bold;
}

td.mainbodyleftcell
{
	text-align: left;
	padding-left: 10px;
}

.menulink
{
	color: #0033CC;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.menulink:hover
{
	color: #FFCC33;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

h2.title
{
	text-align: center;
}

.pageanchor
{
	color: #0033CC;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}