/*******Home Page Styles********/
.home {
	font-size: 15px;
	line-height: 18px;
	padding: 23px 24px 23px 33px;
	width: 791px;
}	
.home h1 {
	background: none;
	line-height: normal;
	margin: 0px 0 5px 0;
	padding: 0px;
	width: 476px;
}	
.content1 {
	background-color: #2C7AA0;
	color: #FFF;
	height: 90px;
}
.content2 {
	background-color: #FFF;
	font-size: 13px;
	height: 135px;
	line-height: 15px;
}
.content2 h1 {
	color: #333333;
}	
.content2 h2 {
	margin-top: 8px;
}	
#bottombar{
	background-color: #D2DDE7;
	height: 60px;
	width: 848px;
}

/*** Main Content ***/
#topbar{
	background-color:#D2DDE7;
	height: 33px;
}
#sideimages {
	margin: 0px;
	float: right;
	position: relative;
	z-index: 1;
}
#page_content {
	padding: 0px 31px 13px 31px;
	margin-right: 274px;	
}

body {
	background-image: url(../images/layoutsplice/bkgd.jpg);
	background-position: center top;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
}

h1 {
	background-color: #2C7AA0;
	background-image: url(../images/layoutsplice/graysquare.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 22px;
	padding: 10px 0px 10px 31px;
	width: 225px;
}
h2 {
	color: #2C7AA0;
	font-size: 14px;
	margin-bottom: 0;
}
h3 {
	color: #333;
	font-size: 12px;
	margin-bottom: 0px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
.imagespace {
	margin-bottom: 90px;
}
.bullets{
	vertical-align: top;
	padding-top: 4px;
}
a:link,
a:visited,
a:active {
	color: #2C7AA0;
	text-decoration: underline;
}

a:hover {
	color: #5695B3;
}	
