@charset "utf-8";
/* CSS Document */


/** General Properties **/

html
{
	overflow-x:visible;
	overflow-y:scroll;
}

body
{
	padding: 0px;
	margin: 0px;
	background-color:#ccc;
	color: #333;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: visible;
}

div.page
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	width: 900px;
	min-height: 200px;
	background-color:#ccc;
}

/** Link Properties **/

a img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0;
}

a
{
	outline: 0;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	font-weight:bold;
}

/** Header properties **/

div.header
{
	background-color: #00045f;
	background-image:url(images/header-background-honest.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 100%;
	height: 124px;
	text-align: left;
	vertical-align: middle;
}

div.header img
{
	vertical-align: middle;
}

p
{
	text-align: justify;
}

h1
{
	color: #0078AE;
	font-size: 140%;	
}

h2
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 125%;
}

h3
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 110%;
	font-style: italic;
}

/** Table Properties **/

table
{
	border: 1px solid #000;
	padding: 0px;
	border-collapse:collapse;
}

th
{
}

td
{
	border: 1px solid #000;
	margin: 0px;
}

/** Navigation Properties **/

div.menu
{
	width: 896px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-left: 4px;
	background-image:url(images/menu-background-honest.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 30px;
	background-color: #5e5e5e;
}

div.menu ul
{
	padding: 0px;
	margin: 0px;
}

div.menu ul li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #2A2E75;
}

div.menu ul li a
{
	text-transform: uppercase;
	text-decoration: none;
	color: #DDD;
}

div.menu ul li a:hover
{
	color: #2A2E75;
}

div.menu ul li a:active
{
	color: #00045F;
}

/** Content Properties **/

div.page
{
	width: 900px;
	background-color: #FFFFFF;
}

div.left-bar
{
	float: left;
	width: 250px;
	text-align: center;
	color: #eee;
	margin-bottom: 8px;
}

div.form-area
{
	width: 231px;
	padding: 2px;
	margin-left: 8px;
	background-image:url(images/form-background.gif);
}

div.form-area h2
{
	font-size: 125%;
	text-transform:uppercase;
}

div.form-area hr
{
	border-style:solid;
	width: 90%;
	color: #333898;
	height: 2px;
}

div.form-area input[type=text]
{
	width: 200px;
	margin-bottom: 12px;
}

div.form-area label
{
	font-weight: bold;
	font-size: 110%;
}

span.smaller
{
	font-size: 88%;
}

div.content
{
	float: left;
	width: 650px;
	min-height: 400px;
	background-image:url(images/background.gif);
	background-position:center;
	background-repeat: no-repeat;
	text-align: left;
}

div.content h1
{
	text-align: center;
	color: #00045F;
	font-size: 150%;
	text-decoration: underline;
}

div.content h2
{
	text-align: center;
	color: #00045F;
}

div.content p 
{
	text-indent: 15px;
	margin-right: 10px;
}

h2.principles
{
	text-align: left !important;
	text-decoration: underline;
}

div.content img
{
	float: left;
	border: 1px solid #333898;
	margin-right: 4px;
}

div.half-left
{
	float: left;
	width: 305px;
	padding: 6px;
}

div.half-right
{
	width: 305px;
	padding: 6px;
	float: left;
	border-left: #333898 solid 2px;
}

div.more
{
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
}

div.whole
{
	width: 624px;
	float: left;
	padding: 6px;
	margin-bottom: 6px;
	border-top: #333898 solid 2px;
}

div.list
{
	float: left;
	width: 280px;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
}

div.list ul
{
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.list ul li
{
	font-size: 110%;
}
br.clear
{
	clear:both;
}

/** Footer Properties **/

div.footer
{
	clear: both;
	margin-top: 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.footer a
{
	color: #2A2E75;
	text-decoration: none;
}

div.footer a:hover
{
	color: #00045F;
	text-decoration: underline;	
}