body {
	background-image: url(assets/bkgrnd.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #007889;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
.topshad {
	background-image: url(assets/shad_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.leftshad {
	background-image: url(assets/shad_leftrepeat.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightshad {
	background-image: url(assets/shad_rightrepeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#navbar {
	font-size: 10px;
	color: #FFF;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content {
	width:850px;
	left:50%;
	margin-left:0px
}
.downstate {
	background-color: #6FB440;
	font-size: 10px;
	color: #FFF;
}
.upstate {
	background-color: #007789;
	font-size: 10px;
	color: #FFF;
}
#maincopy {
	float: left;
	width: 340px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(assets/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-top: 190px;
}
#maincopy h{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #007888;
}
#maincopy h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #007888;
}
#maincaption {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #007889;
	float: right;
	width: 360px;
	padding-right: 30px;
	padding-left: 30px;
	font-style: italic;
	padding-top: 500px;
}
#maincaption h {
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	font-weight: bold;
}
#aboutcaption {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #007889;
	float: right;
	width: 360px;
	padding-right: 30px;
	padding-left: 30px;
	font-style: italic;
	padding-top: 50px;
}
#aboutcaption h {
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	font-weight: bold;
}
.logo {
	background-image: url(assets/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 178px;
}
.imagehome {
	background-image: url(assets/youngwomen.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.imageanxiety {
	background-image: url(assets/maturewoman.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottomshad {
	background-image: url(assets/shad_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.imageboy {
	background-image: url(assets/boy.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.imagebizman {
	background-image: url(assets/bizman.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.imagelady {
	background-image: url(assets/lady.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.subhead {
	color: #69B347;
	font-weight: bold;
}
.padright {
	padding-right: 15px;
}
