body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
    font-size: 11px;
	background-color: #EFEFEF;
    margin: 0px;
    padding: 0px;
}


div#frame {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
	background-image: url(images/circles.png);
	background-position: bottom;
	background-repeat: repeat-x;
    margin-top: -15px;
}

div#footer {
    margin-top: 1px;
}

div#left {
	float: left;
	width: 223px;
	margin-right: 31px;
}

div#mailingList {
	height: 240px;
	background-image: url(images/mail_bg.png);
	margin-top: 15px;
}

div#mailingList form {
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 5px;
}

div#mailingList form h1 {
	font-size: 12px;
	color: #800000;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

div#mailingList form h2 {
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

div#mailingList form b {
	display: block;
}

div#mailingList form input[type=text] {
	margin-bottom: 15px;
	width: 200px;
}

div#mailingList form input[type=submit] {
	float: right;
	background-image: url(images/button_bg.png);
	width: 98px;
	height: 37px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	background-color: transparent;
	margin: none;
	font-size: 12px;
}


div#menu {
	float: left;
	width: 646px;
	height: 66px;
	padding-bottom: 55px;
}

div#menu a {
	display: block;
	width: 107px;
	background-image: url(images/tab_bg.png);
	background-repeat: none;
	height: 66px;
	text-align: center;
	color: #800000;
	font-size: 14px;
	float: left; 
	text-indent: 4px;
	line-height: 52px;
	text-decoration: none;
}

div#menu a:hover {
	background-image: url(images/tab_on_bg.png);
	color: #FFFFFF;
	line-height: 61px;
}


div#center {
	float: left;
	width: 392px;
	margin-right: 31px;
}

div#center h1 {
	color: #800000;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

div#center h2 {
	color: #800000;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	font-size: 12px;
	font-style: italic;
}

div#center a {
	color: #800000;
	text-decoration: none;
}

div#center a:hover {
	text-decoration: underline;
}

div#right {
	float: left;
	width: 223px;
}


div#developedBy {
    float: right;
    width: 250px;
    color: #C0C0C0;
    font-style: italic;
    padding-right: 10px;
    text-align: right;
}

div#developedBy a {
    text-decoration: none;
    color: #C0C0C0;
}



