body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #006FA9;
	background-color: #FFDFBF;
}

p {
	color: #00466C;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006FA9;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1277AF;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004164;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006FA9;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006FA9;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00466c;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0060A0;
	text-decoration: underline;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 842px;
	height: 1131px;
	z-index:1;
}

div.logo {
	style="position:absolute; 
	left:26px; 
	top:29px; 
	width:123px; 
	height:103px; 
	z-index:11;
	}
	
#navSide {
	position:absolute;
	left:33px;
	top:150px;
	width:108px; 
	height:506px; 
	z-index:7;
	}
	
.navSide {
	background-color : #ccd8eb;
	border : 2px ridge #fdbe66;
	font-size : 15px;
	font-weight : 600;
	margin : 0.1px;
	padding : 2px 2px 5px 5px;
	width : 95px;
}

.navSide a{
	color : 006FA9;
	text-decoration : none;
	font-size : 20px;
	}

.navSide a:hover{
	color : #2F4F4F;
	text-decoration : underline;
	border : 2px ridge #006FA9;
}

.navSide a:visited{
	color : #2F4F4F;
	text-decoration : underline;
}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006FA9;
}
