body {
	background-color:#7E7F83;
	}
		
table {
	border-style:double;
	border-color:#003399;
	border-width:4px;
}

p {
	font-size:14px;
	font-family: times new roman, times, serif;
	color:#7E7F83;
	}

.subhead {
	font-size:16px;
	font-weight:900;
	color:#003399;
	}
	
h1 {
	font-family: times new roman, times, serif;
	font-size:24px;
	font-weight:900;
	font-style:italic;
	color: #003399;
	}
	
	
#frame {
	width:900px;
	margin:auto;
	}
		
#contentleft {
	width:225px;
	float:left;
	background:#fff;
	}
	
#contentleft a {
	color:#003399;
	}
		
#contentcenter {
	width:675px;
	float:left;
	background:#fff;
	}

#maincontent {
	margin:10px 100px 10px 90px;
	padding:0px 0px 0px 15px;
	border-left: thin solid #A5A9AC;
}

#maincontent table {
	border-width:0px;
	padding: 0px;
	margin: 0px;
}

#contentheader {
	background:#fff
	margin-bottom:20px;
	}
		
.contentbottom{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	}

.contentbottom p {
	background-color:#7E7F83;
	font-size:11px;
	font-family:  times new roman, times, serif;
	font-weight: bold;
	color:#fff;
	text-align:center;
	padding: 7px;
	}
	
#contentbottom a {
	color:#fff;
	}	

a {
	color:#003399;
	font-weight:600;
	text-decoration:none;
	}

a:hover {text-decoration:underline;}
		
img {
      margin: 0;
      padding: 0;
	  border: 0;
   	}
	
.sidebar {
	padding: 20px 10px 20px 10px;
	margin: 20px;
	background-color:#E6E7E9;
}

.sidebarHeader {
	font-size:14px;
	font-weight:900;
	font-family: times new roman, times, serif;
	color: #003399;
}


