body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	background-color:#FFFFFF;
	text-align: left;
	background-image: url(layout-images/header-tile.jpg);
	background-repeat: repeat-x;
	width: 100%;	
	
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
	border: 1px solid #BCC9D3;
	padding: 3px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	color: #4a74ef;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #4A74EF;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
.floatleft {
	float: left;
}

a:link, a:visited {
	color: #174eab;
}
a:active, a:hover {
	color: #6E65C7;
}
.header {
	background-image: url(layout-images/header.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: expression((document.body.clientWidth < 950)? "847px" : "auto"); /* min-width for IE6 */
	min-width: 950px; /* min-width for all standards-compliant browsers */
}

/* Son of Suckerfish Dropdown http://www.htmldog.com/articles/suckerfish/dropdowns/*/
#nav, #nav ul {
	padding: 18px 0 0 0;
	margin: 0px 0 0 15px;
	list-style: none;
}

#nav a {
	display: block;
	width: 11em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding: 0 2px;
}

#nav a:hover {
	display: block;
	width: 11em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 0 2px;
}

#nav li {
	float: left;
	margin: 0px;
	width: 11em;
	border: 1px dotted #a6d0ee;
	
}



#nav li ul {
	position: absolute;
	left: -999em;

}

#nav li ul li {
border: 0px;
font-size: 12px;

}


#nav li ul li a{
font-size: 12px;
background-color: #5799ed;
border-color: #a6d0ee;
border-style: dotted;
border-width: 0 0 1px 0;
padding: 2px;
}

#nav li ul li a:hover{
font-size: 12px;
background-color: #7161d5;
border-color: #a6d0ee;
border-style: dotted;
border-width: 0 0 1px 0;
padding: 2px;
}

#nav li:hover ul {
	left: auto;
	width: 11em;
border: 0px none;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin: 0;
	padding: 0;
	background-color: #5799ed;

}

/* End Son of Suckerfish Dropdown*/
.content {
	
	height: 100%;

/* set the minimum width for IE 6 */
	width: expression((document.body.clientWidth < 900)? "897px" : "auto"); /* min-width for IE6 */
	min-width: 900px; /* min-width for all standards-compliant browsers */
	}
.leftcol p {
	text-indent: 0;
}

.leftcol {
	margin: 0px 0 0 15px;
	width: 70%;
	position: relative;
	top: -50px;
}
.leftcol li {
	line-height: 1.5em;
	list-style-type: disc;
}
.address  {
	text-indent: 0;
	margin: 0 0 0 1.5em;
	padding: 0;
}
.address p {
	text-indent: 0;
	margin: 0;
	padding: 0;
}

.rightcol {
	float: right;
	position: relative;
	top: -180px;
}


#circles-right {
	padding: 20px 20px 0 0;
}

.footer {
	height: 185px;
	background-image: url(layout-images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	position:relative;
	left: -15px;
	top: 80px;
	border: dotted #174eab;
	border-width: 0px 0px 1px 0;
}

.footer p {
	font-size: 11px;
	color: #174eab;
	border: dotted #174eab;
	border-width: 1px 0px 1px 0;
	padding: 20px 0;
	margin: 0px 0 0 15px;
}
.staffbox  {
	clear: left;
}
#calendar .content {
	width: 800px;
}
#calendar .leftcol {
	width: 800px;
}
#calendar .footer{
	background-position: bottom left;
	margin: 0;
	border-width: 0px 0px 1px 0;
	clear: both;
}
