div
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight:normal;
}


/* --------------------- Page Structure -----------------------*/
#pageFrame
{
	margin-right:auto;
	margin-left: 15px;
	border: solid 1px #000;
	color: #666666;
	width: 749px;
	height: 100%;	/* fix Opera 5 which breaks with the above IE fix */

}



#masthead
{
	display: inline;
	z-index: 10;
	text-align:Center;
}



#footer
{
	clear: both;
	z-index: 10;
	border: solid 0px #000;
	border-top-width: 1px;
	background-color: #F6F6FF;
}
#innerFooter
{
	text-align: center;
	padding: 15px;
	color:#000;
}


/* --------------------- Main page Content Formating-----------------------*/

#pageHeader
{

	font-family: Bookman, Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:24px;
	font-weight:normal;
	color:#00346A;
	vertical-align:text-bottom;
	padding: 32px 5px 10px 10px;
	margin-bottom: 0px;
}

#leftcolumn
{
	float: left;
	background-color: #fff;
	color: #000000;
	width: 470px;
	height: 100%;	/* fix Opera 5 which breaks with the above IE fix */
	padding: 0px 5px 5px 25px;
}

#leftinnercolumn
{

	overflow: visible;
	vertical-align: top;	
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
	background-color: #fff;
	color: #000000;
}

#leftinnercolumn a:link {color: #000; text-decoration: underline; font-weight: normal;}  
#leftinnercolumn a:active {color: #000; text-decoration: underline; font-weight: normal;}
#leftinnercolumn a:visited {color: #000; text-decoration: underline; font-weight: normal;} 
#leftinnercolumn a:hover {color: #CC3333; text-decoration: underline; font-weight: normal;}

#navcolumn
{
	background-color: #F6F6FF;
	color: #000000;
	width: AUTO;
	height: 100%;	/* fix Opera 5 which breaks with the above IE fix */
	Margin-Left: 515px;
	vertical-align: text-top;
}

.pageHeader
{

	font-family: Bookman, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#00346A;
	vertical-align:text-bottom;
	padding: 5px 5px 10px 10px;
	margin-bottom: 0px;
}

.pagesubHeader
{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#000;
	vertical-align:text-bottom;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0px;
}

.content
{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	font-weight:normal;
	color:#000;
	vertical-align:text-bottom;
	padding: 0px 5px 0px 10px;
	margin-bottom: 0px;
}

