body  {
	background: white;
	margin: 15px 0 15px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h2 {
	color: #23429C;
	font-size: 14px; 
	margin: 0 0 5px 0;
}

#content { 
	width: 780px;
	margin: 0 auto;
	border: 2px solid #23429C;
}

#header { 
	padding: 5px 5px 5px 15px;
	background: #23429C;
	border-bottom: 2px solid white;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#header a {
	color: white;
	text-decoration: none;
}

#header a:hover{
	color: white;
	text-decoration: none;
}


#navigation {
	background-color: #23429C; 
	padding: 4px 0 6px 30px;
	text-align: left;
	color: white;
}

#navigation a {
	color: white;
	text-decoration: underline; 
	font-size: 14px; 
	font-weight: bold;
}

#navigation a:hover {
	color: white;
	text-decoration: none;
}

#middle {
	background: white;
} 

#text { 
	margin: 0 0 0 0px;
	padding: 20px 30px 30px 30px;
	color: #23429C;
	font-size: 13px; 
	line-height: 18px;
	text-align: justify;
	border-bottom: 2px solid #23429C;
} 

#text a {
	color: #23429C;
	text-decoration: underline;
}

#text a:hover {
	text-decoration: none;
}

#footer {
	background: white; 
	color: #23429C;
	padding: 6px 30px 6px 30px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	line-height: 16px;
}

#footer a {
	text-decoration: none; 
	color: #23429C;
}

#footer a:hover {
	text-decoration: underline;
}