body {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5px;
	color: #333333;
	background: #fefefd;
	margin: 5px;
	color: #333333;

}

.contentBox {
	width: 800px;
	border: 1px solid #666;
	background: #fff;
	margin: auto;
	overflow: auto;
	height: auto;
}
html>body contentBox {
	width: 800px;
}


/*  MASTHEAD  */

.masthead {
	background: #f7f4fc;
	height: 80px;
	padding: 0px 15px 10px 0px;
}
html>body masthead {
	width: 800px;
}

.masthead p {
	color: #333;
	line-height: 1.2;
}


/*  NAVBAR  */

.topNav {
	background: #513e6e;
	color: #fff;
	text-align: right;
	padding: 15px 5px 15px 0;
}

.topNav a:link {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	letter-spacing: 1px;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	verticle-align: middle;
	font-size: 15px;
	background: #513e6e;
}

.topNav a:visited {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	verticle-align: middle;
	font-size: 15px;
	background: #513e6e;
	color: #fff;
}

.topNav a:active {
	font-family: "Times New Roman", Times, serif;
	color: #513e6e;
	letter-spacing: 1px;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	verticle-align: middle;
	font-size: 15px;
	background: #D3C7E5;
}

.topNav a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #513e6e;
	letter-spacing: 1px;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	verticle-align: middle;
	font-size: 15px;
	background: #D3C7E5;
}

a:link { color: #230F66; }
a:hover { color: #230F66; }
a:active { color: #230F66; }
a:visited { color: #230F66; }

h2 {
font-weight: normal;
font-size: 24px;
color: #230F66;
}

h3 {
font-weight: normal;
font-size: 20px;
color: #230F66;
}

h4 {
font-weight: normal;
font-size: 20px;
line-height: 1.2;
color: #230F66;
border-top: 1px #999 solid;
padding-top: 10px;
}

.mainContent { 
	margin:10px;
	overflow: auto;
}

.mainContent .leftNav {
	width: 140px;
	font-size: 17px;
	line-height: 19px;
	float: left;
	text-align: left;
	padding-top: 10px;
}

.mainContent .leftNav a:link { 
	text-decoration: none; 
	color: #230F66;
}

.mainContent .leftNav a:visited { 
	text-decoration: none; 
	color: #230F66;
}

.mainContent .leftNav a:active { 
	text-decoration: none; 
	color: #000;
}

.mainContent .leftNav a:hover { 
	text-decoration: none; 
	color: #000;
}


.mainContent .rightContent {
	width: 600px;
	height: 100%;
	font-size: 14px;
	line-height: 1.3;
	color: #333;
	border-left: 1px #999 solid;
	float: right;
	text-align: left;
	padding: 10px;
}

.mainContent .rightContent img {
	text-align: left;
	border: 1px #666 solid;
}

.mainContent .rightContent .tdMargin {
	text-align: left;
	padding: 20px 0 0 15px;
}

.mainContent .rightContent .trBorder {
	text-align: left;
	padding: 10px 0 10px 0;
	border-top: 1px solid #999;
}

.footer {
  clear: both;
	margin: 20px;
	font-size:11px;
}
