/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#524E86;
	margin:0px;
	background-image:url(../images/int_bodyBG.jpg);
	background-repeat:repeat;
}
.masterContainer {
	width:988px;
	margin-right:auto;
	margin-left:auto;
	background-color:white;
}

.clear {
	CLEAR: both; FONT-SIZE: 0px; VISIBILITY: hidden; LINE-HEIGHT: 0; HEIGHT: 0px;
}
h1 {
	font-size:22px;
	font-weight:100;
}

h2 {
	font-size:18px;
	font-weight:100;
}

a:link {
	color:#8581c4;
	text-decoration:none;
}
a:visited {
	color:#8581c4;
	text-decoration:none;
}
a:hover {
	color:#524E86;
	text-decoration:underline;
}

.headline {
	font-size: 16px;
	font-weight: bold;
}

.flashHeader {
	float:left;
	width:751px;
}

.homeBody {
	background-image:url(../images/home_contentBG.jpg);
	background-repeat:repeat-y;
	min-height: 200px;
}

.homeLeftColumn {
	float:left;
	width:200px; 
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	background-color:none;
	background-image:url(../images/home_contentBG.jpg);
	background-repeat:repeat-y;
}

.homeContent {
	float:left;
	width:670px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-color:none;
}

.formText {
	text-transform:uppercase;
	font-weight:900;
}

.footer {
	float:left;
	font-size:11px;
	width:907px;
	padding-bottom:10px;
	padding-top:15px;
	padding-left:10px;
}

