@charset "utf-8";

body {
	background-color: #154084;
	text-align:center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
#page {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-color:#000;
	border-style: solid;
	border-width: thin;
}
#header {
	margin-top: 20px;
	height: 119px;
	width: 950px;
}
#pageWrap {
	float: left;
	width: 950px;
	position: relative;
	background-image: url(../images/pageBG.jpg);
	background-repeat: repeat-y;
}
#leftBar {
	background-image: url(../images/leftSide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 199px;
	min-height: 481px;
	_height: 481px;
}
#rightBar {
	background-image: url(../images/rightSide.jpg);
	float: left;
	width: 113px;
	min-height: 481px;
	_height: 481px;
}
#content {
	float: left;
	width: 638px;
	min-height: 481px;
	_height: 481px;
}
#contentWrap {
	position: relative;
	margin-bottom: 70px;
	margin-left: 5px;
}
#terms {
	text-align:center;
	position: absolute;
	width: 625px;
	bottom: 3px;
}
#dollars {
	background-image: url(../images/dollarsOverlay.png);
	height: 230px;
	width: 130px;
	position: absolute;
	right: 0px;
	bottom: 104px;
}
#corner {
	background-image: url(../images/corner.png);
	height: 104px;
	width: 277px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#corner div {
	position: absolute;
	bottom: 0px;
	right: 7px;
	font-weight: bold;
	font-size: 18px;
	color: #0055A5;
}
#leftWrap {
	padding-top: 55px;
	padding-left: 15px;
	line-height:2px;
}
#leftWrap li {
	font-size: 13px;
	background-color:none ;
	margin: 0 0 0 0px;
	padding:0px;
	line-height: 150%;
	text-decoration:none;
	list-style: none;
	}
#index_a {
	position:absolute;
	width:250px;
	height: 150px;
	left: 0px;
	top:0px;
	text-align:center;
	}	
	
#index_b {
	position:absolute;
	width:250px;
	height: 150px;
	left: 275px;
	top:0px;
	text-align:center;
	clear:left;
	}
	
#index_c {
	position:absolute;
	width:530px;
	height: 250px;
	left: 0px;
	top: 200px;
	text-align:center;
	}	

h1 {
	font-size: 14px;
	line-height: 110%;
	font-style: italic;
	font-weight: bold;
	color:#006633;
	text-align: left;
	margin-top: 20px;
	}
	
h2 { 
	font-size: 12px;
	line-height: 100%;
	font-style:normal;
	fort-weight: bold;
	color: #1c4995;
	text-align:left;
	}
	
p {
	font-size: 12px;
/*	line-height: 110%; */
	text-align:left;
	}
a:link, a:visited {
	text-decoration: none;
	color: #1C4995;
	font-size: 100%;
	line-height: 150%;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	color: #006633;
	}
	
p a:link {
	color:#1c4995;
	font-weight: bold;
	text-decoration: underline;
	}
	
p a:visited {
	color:#1c4995;
	font-weight: bold;
	text-decoration: underline;
	}
	
p a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #006633;
	}
.blueTitle {
	font-size: 24px;
	font-weight: bold;
	color: #154084;
}
/*----------- image floats -----------*/

.image_float_right {
	float:right;
	border: solid 1px;
	margin: 5px 10px 10px 10px;
	}

.image_float_left {
	float:left;
	border: solid 1px;
	margin:15px 15px 0 0;
	}

.clear_left {
	clear:left;
	}


	
.spacer {
	padding-top: 7px;
	}
	
.center {
	text-align:center;
	}
.myButton {
	background-color: #0055A5;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border: 2px solid #FFFFFF;
	min-width: 20px;
	max-width: 120px;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 4px;
	_width: 100px;
}
#construction{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background-color: #FFE600;
	border: solid thin #FF0000;
	padding: 5px 50px 5px 50px;
}
#construction div {
	width: 50px;
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	float: left;
	padding-right: 15px;
}
input:hover {
	cursor:hand;
}
