body {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 60%;
	line-height: 1.3;
	color: #000000;
	text-align: justify;
	background-image: url("images/backgrade.gif");
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
}


/* Header */

#header {
	width: 100%;
	height: 125px;
	background-color:#707E8B;
}

.title {
	margin-left: 200px;
}

#menu
{
	margin-left: 175px;
}

/* BODY */

#homelist ul {
	list-style: disc url(/images/bullet.gif); 
}

#homelist li {
	margin: 0px 0px 0px 25px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
	padding: 3px 0px;	
}

#homelist a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}

#homelist a:hover {
	text-decoration:none;
	color:#C69045;
	font-weight: bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}

#bodymain {
	width: 550px;
	margin-top: 120px;
	margin-left: 175px;
	}

#bodymain ul {
	list-style:  none;
	margin-bottom: 2px;
}

#bodymain li {
	margin: 0px 10px 0px 10px;
}

#bodymain a {
	text-decoration:none;
	color:#707E8B;
	font-weight:bold;
}

#bodymain a:hover {
	text-decoration:underline;
	color:#C69045;
	font-weight: bold;
}

.bodytextwhite {
	font-family: Arial, Helvetica sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}

#bodymain h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

#bodymain .rightphoto {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: center;
}

#bodymain .caption {
	padding-top: 2px;
	color: #C69045;
	font-size: xx-small;
}

#calendar {
	width: 500px;
	padding-left: 20px;
}

#calendar .month {
	background-color: #707E8B;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/* FOOTER */

#footer {
    width: 550px;
	text-align: center;
	margin-left: 175px;
}

#footer a {
	color:#707E8B;
	text-decoration: underline;
}

#footer a:hover {
	color: #C69045;
}

/* LINKS */

.abodylinksmall {
	text-decoration:underline;
	color:#707E8B;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: xx-small;
}
A.abodylinksmall:hover {
	text-decoration:underline;
	color:#000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: xx-small;
}
.amenulink {
	text-decoration:none;
	color:#707E8B;
	font-weight:bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}

.amenulinkwhite {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}

A.amenulink:hover {
	text-decoration:underline;
	color:#ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}
A.amenulink:visited {
	color:#333333;
	font-weight: bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}
.asubmenulink {
	color:#707E8B;
	font-weight: bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}

.asubmenulinkwhite {
	text-decoration:underline;
	color:#C69045;
	font-weight: bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}
.asubmenulinkblack {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}
.asubmenulinkblack2 {
	text-decoration:underline;
	color:#000000;
	font-weight: bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}

A.asubmenulink:hover {
	color:#ffffff;
	text-decoration:underline;
	font-weight: bold;
	font-family: Arial, Helvetica sans-serif;
	font-size: x-small;
}

.field_focus {
	color: #000;
}

.field_blur {
	color: #999999;
}

.spacer {
	float: none;
	clear: both;
	height: 10px;
}

