html, body {
	font-family: Verdana, Arial, Tahoma, Georgia;
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
	height: 100%;
	scrollbar-face-color:	#D4E5F2;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #D4E5F2;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #D4E5F2;
	overflow: hidden;
}

body {
	background-color: white;
	color: #3125A6;
}

h1 {
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 6px;
}

h2 {
	font-size: 14px;
	margin-bottom: 14px;
	margin-top: 3px;
	text-decoration: underline;
}

h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
}

a {
}

a:hover {
}

p {
	margin: 0px;
}

table {
	font-size: 12px;
	color: #3125A6;
}

table td {
	vertical-align: top;
}

img {
}

.bodydiv {
	display: table;
	height: 100%;
	width: 100%;
	_position: relative;
	overflow: hidden;
}

.maindiv {
	_position: absolute;
	_top: 50%;
	_left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.maindiv .centerdiv {
	_position: relative;
	_top: -50%;
	_left: -50%;
	width: 931px;
	height: 564px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #3125A6;
	
	background-image: url("/graphics/bg2.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.logocontainer {
	height: 79px;
}
	.logocontainer img {
		float: right;
		border: 0px;
		margin: 7px;
		margin-right: 30px;
	}

.menucontainer {
	padding-left: 293px;
	padding-right: 1px;
}

#topmenu {
	background-color: #D4E5F2;
	background-image: url("/graphics/menubg.gif");
	background-repeat: repeat-y;
	background-position: left;
	width: 100%;
	height: 18px;
}

	#topmenu a {
		text-decoration: none;
		color: #3125A6;
		padding: 1px;
		padding-left: 8px;
		padding-right: 25px;
		float: left;
		display: block;
	}
	#topmenu a:hover {
		color: #CABCB7;
	}
	#topmenu a.selectedlink {
		color: #362E82;
	}

.contentdiv {
	height: 415px;
	overflow: auto;
	padding: 0px;
	padding-left: 300px;
	padding-right: 30px;
	padding-top: 15px;
	text-align: justify;
}

.bottommenucontainer {
	padding-left: 1px;
	padding-right: 1px;
	background-color: #D4E5F2;
	height: 18px;
}
.bottommenucontainer a {
	text-decoration: underline;
	color: #3125A6;
}

#copyright {
	float: left;
	width: 40%;
	font-size: 10px;
}

#bottommenu {
	text-align: right;
	padding-right: 10px;
}
#bottommenu a, .corporate a {
	text-decoration: none;
	color: #3125A6;
	padding: 1px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px;
}
#bottommenu a:hover, , .corporate a:hover {
	color: #CABCB7;
}
#bottommenu a.selectedlink {
	color: #362E82;
}

.corporate {
	padding-top: 2px;
}

/**
 * Dropdown menus
 */
div.dropdown {
	position: absolute;
	visibility: hidden;
	background-image: url("/graphics/empty.png");
	top: 0px;
	border: 1px solid #3125A6;
	border-bottom: 0px;
	margin-left: 8px;
	width: 160px;
	overflow: hidden;
}
	div.dropdown a {
		display: block;
		position: relative;
		background-color: white;
		color: #3125A6;
		text-align: left;
		width: 158px;
		padding: 0px 2px;
		line-height: 20px;
		text-decoration: none;
		border-bottom: 1px solid #3125A6;
	}
	div.dropdown a:hover {
		color: #CABCB7;
	}
	div.dropdown .selectedlink {
		color: #362E82;
	}
		div.dropdown a span.arrow {
			display: block;
			position: absolute;
			top: 6px;
			right: 20px;
			width: 5px;
			height: 9px;
			background-image: url('/graphics/dropdown.arrow.gif');
			background-repeat: no-repeat;
			overflow: hidden;
		}

/**
 * Form elements
 */
.contactform {

}

.contactform input, .contactform textarea {
	font-family: Verdana, Arial, Tahoma, Georgia;
	font-size: 12px;
	line-height: 125%;
	width: 225px;
	border: 1px solid #3125A6;
}
.contactform textarea {
	height: 125px;
	width: 300px;
}
.contactform .btn {
	border: 1px solid #3125A6;
	width: 90px;
	background-color: #D4E5F2;
	color: #3125A6;
}
