@charset "UTF-8";
/* CSS Document */
/*Display Elements*/
#displaycontainer {
	float: left;
	height: 292px;
	width: 637px;
}
#lhsimage {
	float: right;
	height: 292px;
	width: 316px;
}
#rhsimage {
	float: left;
	height: 292px;
	width: 316px;
}
/*Text Box Elements*/
#textcontainer {
	float: left;
	height: 280px;
	width: 637px;
	margin-top: 5px;
}
#lhshomepagetextbox {
	float: left;
	margin-top: 15px;
	height: 274px;
	width: 637px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align:justify;
}
#rhshomepagetextbox {
	float: right;
	margin-top: 6px;
	height: 274px;
	width: 310px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align:justify;
}
.content {
	height: 20em;
	width: 296px;
	background-image: url(../images/homepages/textboxes/background.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 5px;
}
.content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;	
}
.content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;	
}
#contentheader {
	height: 45px;
	margin-bottom: 2px;
	text-align: right;
	line-height: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#title {
	height: 15px;
	margin-bottom: 8px;
}
#threeimagescontainer {
	float: left;
	height: 222px;
	width: 637px;
}
#firstimage {
	width: 205px;
}
h1 {
	font-size: 0.8em;
	color: #003366;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
}
#firstimage {
	width: 209px;
	height: 220pz;
	float: left;
}
#secondimage {
	width: 209px;
	height: 220pz;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}
#thirdimage {
	width: 209px;
	height: 220pz;
	float: left;
}
#lhstextcolumn {
	width: 416px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	float: left;
	padding-left: 6px;
	text-align: justify;
	margin-top: 6px;
}
#rhstextcolumn {
	width: 200px;
	height: auto;
	float: right;
	padding-left: 6px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 6px;
}
.bodylist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bodylisttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
.bodylist a {
	text-decoration: none;
	color: #003366;
}