body
{
	background-color: #aabce1;
	font-family: arial;
	font-size: 14px;
	color: #364464;
	/*
	background-image: url('bg_pixel.png');
	*/
	overflow-x: hidden;
}
a, a:hover, a:visited, a:active {
	color: #eff2fb;
	text-decoration: none;
}
.topbar {
	width: 100%;
	height: 80px;
	background-color: #aabce1;
}
.button {
	/*
	background-image: url('button.png');
	*/
	width: 145px;
	height: 24px;
	text-align: center;
	border: 1px #7383aa solid;
	background-color: #8fa2d0;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 12px;
	cursor: hand;
}
.button a, .button a:visited, .button a:active {
	text-decoration: none;
	display: block;
}
.button a:hover {
	background-color: #ccd5ec;
	color: #4a5c89;
}
.leftbar {
	float: left;
	margin-left: -100%;
	top: 80px;
	width: 170px;
	background-color: #aabce1;
}
.rightbar {
	float: left;
	margin-left: -170px;
	width: 170px;
	background-color: #aabce1;
}
.sidebox {
	width: 113px;
	text-align: left;
	border: 1px #ffffff solid;
	background-color: #bbcdf5;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
	padding: 15px;
}
.sidebox a, .sidebox a:hover, .sidebox a:visited, .sidebox a:active {
	color: #364464;
	text-decoration: none;
	border-bottom:1px dotted #555555;
}
.content{
	margin: 0 170px;
}
.wrapper {
	float: left;
	width: 100%;
	height: 100%;
	/*
	border: 1px #ffffff solid;
	background-color: #e5e9f3;
	background-image: url('background.png');
	padding-top: 30px;
	padding-bottom: 30px;
	*/
	padding-top: 5px;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}
.infobar {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 55px;
	text-align: left;
	background-color: #e0e3eb;
	font-family: georgia;
	font-style: italic;
	font-size: 20px;
	color: #8d9dbe;
	text-shadow: #c4d1eb 2px 2px 1px;
	margin-top: -5px;   /* offset button margin-top */
	margin-bottom: 10px;
}
.flashbox {
	width: 100%;
	height: 430px;
	padding-top: 40px;
	background-image: url('background.png');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
.contact_flashbox {
	width: 100%;
	height: 655px;
	padding-top: 40px;
	background-image: url('background.png');
	background-position: top;
	background-repeat: repeat-x;
}
.contact_container {
	width:600px;
	height:350px;
	outline:0;
	z-index:0;
	/*
	padding-top: 5px;
	*/
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}
.linkcontainer {
	width: 99.7%;
	height: 20px;
	text-align: center;
	border: 1px #ffffff solid;
	background-color: #8fa2d0;
	padding-top: 5px;
	font-size: 12px;
	color: #274e86;
	margin-top: 10px;
	margin-bottom: 10px;
}
.innerbox {
	width: 89.5%;
	border: 1px #97a3c0 solid;
	background-color: #e5e9f5;
	padding: 5%;
	padding-top: 25px;
	padding-bottom: 30px;
	text-align: left;
}
.innerbox1 {
	/*
	margin-left: 30px;
	width: 42%;
	*/
	width: 45%;
	padding: 2%;
	border: 1px #97a3c0 solid;
	background-color: #e5e9f5;
	text-align: left;
	float: left;
}
.innerbox2 {
	/*
	margin-right: 30px;
	width: 42%;
	*/
	width: 45%;
	padding: 2%;
	border: 1px #97a3c0 solid;
	background-color: #e5e9f5;
	text-align: left;
	float: right;
}
.heading {
	width: 98%;
	padding: 5px;
	padding-left: 10px;
	background-color: #88a1d7;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: -2px;
}
.text {
	background-color: #f4f6fd;
	padding: 3%;
}
.text a, .text a:hover, .text a:visited, .text a:active {
	color: #364464;
	text-decoration: none;
	border-bottom:1px dotted #555555;
}
.text2 {
	background-color: #f4f6fd;
	padding: 3%;
	margin-top: -30px;
}
.text2 a, .text2 a:hover, .text2 a:visited, .text2 a:active {
	color: #364464;
	text-decoration: none;
	border-bottom:1px dotted #555555;
}
.footer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 99%;
	text-align: center;
	font-size: 12px;
	color: #54668d;
}
.footer a, .footer a:hover, .footer a:visited, .footer a:active {
	color: #54668d;
}