body {
	background:#F5EADA;
	margin:0px;
	padding:0px;
	text-align:center;
}

h3, h4, h5, a, ul, li, lo, td {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
	line-height:15px;
	margin:8px 20px 8px 20px;
}

h1 {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin:5px;
	text-align:left;
	margin:8px 20px 8px 20px;
}

h2 {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	margin:5px;
	text-align:left;
	margin:8px 20px 8px 20px;
}

ul {
	font-family:Arial, sans-serif;
	color:#000000;
	line-height:15px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#000000;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {	
	text-decoration:none;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse:collapse;
}

/* Creates the div container for the footer. */

div#container {
	width:756px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/body.gif);
	background-repeat:repeat-y;
	text-align:center;
	padding-bottom:10px;
}


div#copyright {
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:12px;
}

div#mainnav {
	border-top:3px solid #FFFFFF;
	width:700px;
	height:18px;
	margin:auto;
}

ul#mainnav {
	line-height:14px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul#mainnav li {
	display:inline;
	float:left; 
	margin-left:10px;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a {
	font-size:11px;
	text-align:center;
	padding-top:6px;
	width:110px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

ul#mainnav li a:hover {
	color:#FFFFFF;
}

ul#mainnav li a.active {
	text-decoration:underline;
}

div#clear {
	clear:both;
}

div#body {
	width:680px;
	background-color:#FFFFFF;
	border:1px solid #262626;
	margin:auto;
	margin-top:10px;
}

.photo {
	float:right;
	margin:0px 20px 20px 20px;
	border:1px solid #262626;
}

.contact {
	text-align:center;
	margin-top:2px;
	margin-bottom:2px;
}