body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 1px 0px 0px;
}

#mainholder {
	margin:0px auto;
	height: 620px;
	width: 860px;
	border: 1px solid #00467f;
	background-attachment: scroll;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-left: 20px;
}
#textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	height: 180px;
}

#lg {
	padding: 10px;
	margin: 10px;
}

.lbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin: 10px;
	padding: 10px;
	height: 160px;	
	border: 1px solid #00467F;
	background-color: #ffffff;
}
.lbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin: 10px;
	padding: 10px;
	height: 168px;	
	border: 1px solid #00467F;
	background-color: #ffffff;
}

.greybox{

background-color:#CCCCCC;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	color: #00467F;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 27px;
	
}
#leftpanel {
	float: left;
	clear: right;
}
#rightpanel {
	height: auto;
	width: 260px;
	float: right;
	padding-top: 25px;
	text-align: center;
}
.spacing {
	line-height: 1px;
}

.spacing2 {
	line-height: 5px;
}


.greyitalic{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
.grey {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.white_button {
	background-image: url(images/button_on.png);
	height: 60px;
	width: 467px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
.white_button2 {
	background-image: url(images/button_on.png);
	height: 54px;
	width: 467px;
	text-align: center;
	color: #00467F;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
}
a:link, a:active {
	color: #00467F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #7a7c7e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #bd1833;
	font-weight: bold;
	text-decoration: underline;
}
#greybkgrd {
	background-attachment: fixed;
	background-image: url(images/grey_bkgd.png);
	background-repeat: repeat;
	background-position: left top;
	height: 650px;
	width: 860px;
}
