body
{
	margin: 0px 0px 30px 0px;
	background-color: #CCC;
	/*development*/
	color: #333;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
}
td {
	vertical-align: top;
}
img {
	border: 0px;
}
#entirepage
{
	background: #CCC;
	width: 100%;
	text-align: center;
	min-height: 400px;
	margin: auto;
}
#homepage
{
	width: 852px;
	background: #FFF;
	margin: auto;
}
#homelogo {
	width: 852px;
	background: #FFF;
	margin: auto;
}

#internalpage {
	width: 850px;
	background: #FFF;
	margin: auto;
}
#header {
	width: 850px;
	height: 117px;
	background: #FFF;
	text-align: left;
}
#menu
{
	position: relative;
	clear: both;
	float: both;
	height: 32px;
	width: 850px;
	font-size: 15px;
	letter-spacing: 1px;
}

#menu1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 213px;
	background: #94395a;
	color: #FFF;
	height: 25px;
	padding-top: 7px;
}

#menu2 {
	position: absolute;
	top: 0px;
	left: 213px;
	width: 212px;
	height: 25px;
	padding-top: 7px;
	background: #a51546;
	color: #FFF;
}

#menu3 {
	position: absolute;
	top: 0px;
	left: 425px;
	width: 213px;
	height: 25px;
	padding-top: 7px;
	background: #ba0756;
	color: #FFF;
}

#menu4 {
	position: absolute;
	top: 0px;
	left: 638px;
	width: 212px;
	background: #d5035f;
	color: #FFF;
	height: 25px;
	padding-top: 7px;
}

#submenu {
	position: relative;
	float: both;
	clear: both;
}
.submenuitems1 {
	margin: 10px 10px 0px 60px;
}

#bodyarea
{
	position: relative;
	top: 30px;
	left: 60px;
	width: 720px;
	text-align: left;
	padding-bottom: 100px;
	min-height: 320px;
}

#footer
{
	background: #f8f8f8;
	position: relative;
	display: block;
	clear: both;
	float: both;
	text-align: center;
	height: 70px;
	padding-top: 10px;
	font-size: 10px;
	color: #999;
	vertical-align: bottom;
}

#contactemail {
	position: relative;
	top: -22px;
	left: 716px;
	text-transform: lowercase;
}

h1
{
	/*page title*/
	color: #ba0756;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 2px;
	text-transform: lowercase;
}

h2
{
	color: #ba0756;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 20px 0px 0px 0px;
	text-transform: lowercase;
}

h3
{
	color: #ba0756;
	font-size: 12px;
	margin: 20px 0px 0px 0px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

p {
	text-align: left;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
}

.footertxt {
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	vertical-align: bottom;
	margin-left: 30px;
	margin-right: 30px;
}

.pagePicture
{
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px #CCC solid;
}

.note {
	margin-top: 12px;
	font-size: 11px;
	font-style: italic;
}
.form { font-weight: bold; }
.smallnote { font-weight: normal; font-size: 11px; }
.error {
	color: #ba0756;
}

a:link, a:active, a:visited {
color: #ba0756;
text-decoration: none;
}

a:hover {
color: #666;
text-decoration: none;
}

a.topmenu:link, a.topmenu:active, a.topmenu:visited {
color: #FFF;
text-decoration: none;
}

a.topmenu:hover {
color: #000;
text-decoration: none;
}
