body {
	margin: 0;
	text-align: center;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
}

div#layout {
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
}
div#header {
	height: 90px;
	padding: 0 50px 0 0;
	color: #000000;
	border-bottom: 1px solid black;
}
div#header img {
	margin: 20px 0 0 0;
	float: left;
}
div#header a {
}
div#collage {
	display: none;
}
div#menu {
	display: none;
}
div#content {
	padding: 0 0 65px 0;
}
div#leftcol {
	float: left;
	width: 535px;
	padding-right: 60px;
}
div#rightcol {
	margin: 0 10px 0 595px;
	padding: 25px 0 20px 0;
	color: #002e79;
	font-size: 11px;
}
div#content div#rightcol p {
	margin: 0 0 20px 0;
	line-height: 15px;
}
div#phone {
	font-size: 22px;
	color: #6c8119;
	text-align: center;
	font-weight: bold;
}

div#footer {
	border-top: 1px solid black;
	clear: both;
	color: #333333;
	font-size: 10px;
	padding: 12px 0 50px 0;
}
div#footer a,
div#footer a:link,
div#footer a:active,
div#footer a:visited {
	color: #333333;
	text-decoration: none;
}
div#footer p {
	margin: 0 0 10px 0;
}
div#footer a:hover {
	text-decoration: underline;
}
div#header a.button {
	display: none;
	float: right;
	margin: 58px 0 0 9px;
	padding: 4px 0 4px 0;
	border: 1px solid #012f79;
	width: 65px;
	text-align: center;
	text-decoration: none;
	color: #000000;	
}
div.clear {
	clear: both;
}

/* globals */
div#content a {
	color: #890610;
}
div#content h1 {
	color: #890610;
	margin: 15px 0 10px 0;
	font-size: 22px;
	
}
div#content h2 {
	color: #002e79;
	margin: 10px 0 10px 0;
	font-size: 20px;
	
}
div#content p {
	margin: 5px 0 3px 0;
	font-size: 12px;
}

div#content table {
	margin: 15px 0 10px 0;
	border: 1px solid #002e79;
	border-collapse: collapse;
}
div#content table td {
	border: 1px solid #002e79;
	border-collapse: collapse;
	padding: 5px;
}
div#content table th {
	border: 1px solid #002e79;
	border-collapse: collapse;

	background-color: #6c8119;
	color: #ffffff;
	padding: 5px;
}
