img {
	border: 0px;
}
body {
	margin: 0px;
	background-color: #e1e1e1;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        padding-left: 20px;
        font-size: 14px;
}

.logocutout{
	margin-left: 30px;
	margin-top: 40px;
	width: 298px;
	height: 69px;
}
.header1 {
	background-image: url(/images/header-square.jpg);
	background-position: left;
	background-repeat: no-repeat;
        background-color: #cbcbcb;
	height: 128px;
        padding: 0px;
        margin: 0px;
}
.menubg {
	background-image: url(/images/menubg.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 43px;
	line-height: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A6265;
	text-decoration: none;
        padding-left: 0.4em;
}
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
        line-height: 1em;
	font-weight: bold;
	color: #5A6265;
	text-decoration: none;
        padding-right: 1em;
        padding-left: 1em;
        white-space: nowrap;
}
a.menutext:hover {
	color: #FFF;
}
.header2 {
        background-color: #FFF;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;	
	color: #555555;
	text-decoration: none;
        max-width: 450px;
        padding-left: 20px;
        padding-right: 20px;
}
.learnmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;	
	color: #67920d;
	text-decoration: underline;
}
a.learnmore:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;	
	color: #5A6265;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
        padding-right: 1em;
        text-align: right;
        padding-top: 1em;
        padding-bottom: 1em;
}
.leftsection {
	background-color: #FFF;
        padding-left: 40px;
        padding-right: 20px;
        width: 40%;
}
.rightsection {
	float: right;
	background-color: #FFF;
        padding-left: 20px;
        padding-right: 40px;
        width: 40%;
}
.sectionheading {
        border-bottom: 1px solid #DDD;
        padding-bottom: 3px;
        margin-top: 0px;
        padding-top: 0px;
}
.headerimage {
        vertical-align: middle;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #5A6265;
	text-decoration: none;
        padding-left: 0.67em;
}
.header2img {
        width: 829px;
	margin-left: 40px;
        margin-right: 40px;
        margin-top: 30px;
        margin-bottom: 15px;
}
#homepagecontent {
	background-color: #FFF;
	height: 250px;
        -moz-border-radius-bottomleft: 7px;
        -moz-border-radius-bottomright: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
}
.homepagesection {
	width: 900px;
	background-color: #FFF;
}
#content {
	background-color: #FFF;
	height: 520px;
        -moz-border-radius-bottomleft: 7px;
        -moz-border-radius-bottomright: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
}
