body, html {
	background-color: #7697B7;
	margin: 20px;
	height: 100%;
}

.innerMainTable {
	border: 1px solid #FFFFFF;
	height: 100%;
}

.outerMainTable {
	height: 100%;
	background-color: #1D446A;
}

.menuLink {
	font-family: 'trebuchet ms', tahoma, arial;
	font-weight: bold;
	font-size: 12px;
	color: #B2B3B6;
	height: 20px;
	width: 100%;
	border: 1px solid #B2B3B6;
	background-color: white;
	padding: 2px 10px 0px 10px;
	text-decoration: none;
	text-align: left;
	letter-spacing: 2px;
	margin: 0px 12px 0px 11px;
}

.menuLink:hover {
	color: #7697B7;
	border: 1px solid #7697B7;
	background-color: #ECF0F3;
}

.menuLinkActive {
	font-family: 'trebuchet ms', tahoma, arial;
	font-weight: bold;
	font-size: 12px;
	color: #7697B7;
	height: 20px;
	width: 100%;
	border: 1px solid #FFFFFF;
	background-color: white;
	padding: 2px 10px 0px 10px;
	text-decoration: none;
	text-align: left;
	letter-spacing: 2px;
	margin: 0px 12px 0px 11px;
}

.content {
	padding: 0px 20px 0px 20px;
	width: 557px;
}

p {
	color: #2A5680;
	font-family: 'trebuchet ms', tahoma, arial;
	letter-spacing: 1px;
	font-size: 11px;
	text-align: left;
}

ul, li, ol, .text {
	color: #2A5680;
	font-family: 'trebuchet ms', tahoma, arial;
	letter-spacing: 1px;
	font-size: 11px;
}

.textSmall {
	color: #333333;
	font-family: 'trebuchet ms', tahoma, arial;
	letter-spacing: 1px;
	font-size: 9px;
}

	
.link {
	color: #7697B7;
	font-family: 'trebuchet ms', tahoma, arial;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}

.link:hover {
	text-decoration: none;
	color: #304F6D;
}
	

P:first-letter {
	font-size: 17px;
	font-weight: bold;
}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;	
	border: 3px solid #FFFFFF;
}

.imageLeft {
	float: right;
	margin: 0px 0px 10px 10px;	
	border: 3px solid #FFFFFF;
}

.title {
	color: #2A5680;
	font-family: 'trebuchet ms', tahoma, arial;
	letter-spacing: 3px;
	font-size: 15px;
	border-bottom: 1px solid #7697B7;
}

.titleSmall {
	color: #2A5680;
	font-family: 'trebuchet ms', tahoma, arial;
	letter-spacing: 2px;
	font-size: 13px;
}
