body {
	margin: 0px;
	padding: 0px;
	background-color: #102d65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #019aba;
	text-decoration: none;
}
a:hover {
	color: #015184;
	text-decoration: none;
}
h1 {
	margin: 0px 0px 0px 0px;
	color: #0095b5;
	font-size: 23px;
	font-weight: normal;
}
h2 {
	margin: 0px 0px 0px 0px;
	color: #102d65;
	font-size: 14px;
	font-weight: normal;
}
h3 {
	margin: 0px 0px 0px 0px;
	color: #0095b5;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	margin: 15px 0px 0px 0px;
	color: #0095b5;
	font-size: 16px;
	font-weight: normal;
}
ul li {
	color: #666666;
}
ul li span {
	color: #001439;
}
#wrapper {
	margin: 0px auto 0px auto;
	width: 900px;
	background-color: #ffffff;
}
#spacer {
	clear: both;
	height: 5px;
}
#spacerLarge {
	clear: both;
	height: 25px;
}
#banner1 {
	height: 30px;
	background-color: #015184;
}
#banner2 {
	height: 4px;
	background-color: #01b9d3;
}
#column1 {
	float: left;
	width: 197px;
	min-height: 700px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
#column2 {
	margin: 0px 8px 0px 8px;
	padding: 0px 15px 15px 15px;
	float: left;
	width: 460px;
	min-height: 700px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
#column3 {
	float: left;
	width: 197px;
	min-height: 700px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
#column4 {
	margin: 0px 8px 0px 8px;
	padding: 0px 15px 15px 15px;
	float: left;
	width: 657px;
	min-height: 700px;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
a .button1  {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 0px 55px;
	width: 197px;
	height: 22px;
	color: #001439;
	font-size: 14px;
	background-image: url(../images/buttonUp.jpg);
	background-repeat: no-repeat;
}
a .button2  {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 0px 70px;
	width: 197px;
	height: 22px;
	color: #015184;
	font-size: 14px;
	background-image: url(../images/buttonUp.jpg);
	background-repeat: no-repeat;
}
a:hover .button1,
a:hover .button2  {
	color: #015184;
	background-image: url(../images/buttonOver.jpg);
	background-repeat: no-repeat;
}
#box {
	margin: 0px 0px 0px 12px;
	width: 174px;
}
#boxTop {
	padding: 5px 0px 0px 10px;
	height: 22px;
	color: #001439;
	font-size: 14px;
	background-image: url(../images/boxTop.jpg);
}
#boxContent {
	padding: 10px 10px 10px 10px;
	color: #666666;
	background-image: url(../images/box.jpg);
	background-repeat: repeat-y;
}
#boxContent b {
	color: #015184;
	font-size: 12px;
}
#copyright {
	padding: 25px 0px 10px 0px;
	color: #999999;
}
.imageLeft {
	float: left;
	margin: 20px 20px 20px 0px;
	border: 1px solid #015184;
}
.imageRight {
	float: right;
	margin: 20px 0px 20px 20px;
	border: 1px solid #015184;
}
#footer1 {
	clear: both;
	height: 4px;
	background-color: #01b9d3;
}
#footer2 {
	height: 10px;
	background-color: #015184;
}