@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #768ae3;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-x;
	text-align: center;
}
h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #00328B;
	margin-bottom: 5px;
}
ul {
	margin-bottom: 10px;
	margin-left: 80px;
	margin-top: 10px;
}
li {
	color: #37409F;
	margin-bottom: 5px;
}
b,a {
	color: #0A0C6F;
}
td {
	padding: 5px;
	line-height: 16px;
}

li span {
	color: #000000;
}
#allContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
	border: 2px solid #030367;
}
#headerBox {
	background-color: #FFFFFF;
	height: 55px;
	width: 900px;
	position: relative;
}
#headerLinks {
	position: absolute;
	right: 15px;
	bottom: 0px;
}
#headerLinks a {
	font-size: 12px;
	color: #BF7035;
	text-decoration: none;

}
#companyLogo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#mainMenu, #footerBox {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/backgroundMenu.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 900px;
}
#mainMenu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 36px;
	height: 36px;
	margin-right: 10px;
	margin-left: 10px;
}
#mainMenu a:hover {
	color: #CFD6F5;
}
#mainMenu span  {
	background-color: #768AE3;
	height: 16px;
	width: 1px;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	float: left;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0A0C6F;
	text-indent: -9999px;
}
#footerBox {
	clear: both;
	margin-top: 20px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
}
#theText {
	margin-top: 20px;
	margin-left: 15px;
	width: 550px;
	float: left;
	margin-bottom: 10px;
	display: inline;
}
#theText p {
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 16px;
}
#theImages {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline;
}
#webexpand {
	color: #FFFFFF;
	width: 900px;
	margin: 10px auto 20px;
}
#webexpand a {
	color: #FFFFFF;
}
