body {
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	/*css shorthand values: Top Right Bottom Left */
	/* margin: 91px 0 0 0;  */
	padding: 0;
	width:780px
}

p {
	margin:0 10px 0 10px;
	text-align: justify;	
	}

/*font family for page*/
div, p, td, ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/*Contains Logo at top of Page*/
#header {
	position: absolute;
	width: 776px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

/* The main Layout Div*/
#mnDiv {
	background-color: #FFFFFF;	
}

/* The main Layout Table inside mnDiv*/
#mnTable {
	border: 1px solid #0000CC;
	width: 780px;
	}

/*Navigation (left) Table Cell*/
#navCell {
	vertical-align: top;
	border-right: 1px solid #0000CC; 
	width: 140px;
}

/*Main Content (center) Table Cell*/
#mainCell {
	color: #333333;
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	line-height: normal;
	width: 610px;
	}
#mainCell a:link {
	color: #333333;
}
#mainCell a:visited {
	color: #333333;
}
#mainCell a:hover {
	color: #FF9900;
}

.titleblue {
	font-size: 18px;
	color: #0000CC;
	font: bold;
}
	
.subtitleblue {
	font-size: 16px;
	color: #0000CC;
	font: bold;
}

.titlewhite {
	font-size: 18px;
	color: #FFFFFF;
	font: bold;
}

.subtitlewhite {
	font-size: 16px;
	color: #FFFFFF;
	font: bold;
}

.ctr {
	text-align:center
}

.smaller { 
	font-size:smaller
}

.nobold {
	font-weight:normal
}

/* Footer Div */
#footer {
width: 780px;
	left: 0px;
	top: 0px;
	/* padding: 16px 24px 16px 32px;  */
	font-size: 12px;
	letter-spacing: normal;
	color: #999999;
	text-align: center;
	text-align: center;
}
