#mainbox {
	width: 750px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-top: 0em;
	background-color: #FFFFFF;
}
#bodycolum {
	margin: 0px;
	padding: 0px;
	width: 510px;
	float: right;
	background-image: url(images/bodyslice.gif);
	background-color: #E9E9E9;
	background-repeat: no-repeat;
}
#bodytext {
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.6em;
	margin-top: 3em;
	margin-right: 2em;
	margin-bottom: 0em;
	margin-left: 2em;
}
#bodytext h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #00325C;
	padding: 0px;
	margin-bottom: .5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
}
#bodytext p {
	margin: 1em 0px 0px;
	padding: 0px;
}
#bodytext ul {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
#bodytext a:link {
	color: #00325c;
}
#bodytext a:visited {
	color: #000000;
}
#bodytext a:hover {
	color: #cf4037;
}
#mainbox #bodycolum #bodytext ol {
	list-style-type: none;
	margin: 0px 0px 0px 1em;
	padding: 0px;
}
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
* {
	margin: 0px;
	padding: 0px;
}
#nav {
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 351px;
	background-image: url(images/navslice.gif);
	background-repeat: no-repeat;
	float: left;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#buttons {
	margin: 2em 1em 1em;
	padding: 0px;
}
#aboutusbar {	margin: 0px 0px 1em;
	padding: 0px;
}
.barbottom {
	height: 5px;
	width: 173px;
	margin: 0px;
	padding: 0px;
}
.barmiddle {
	background-color: #00325c;
	width: 173px;
	margin: 0px;
	padding: 0px;
}
.barmiddle p {
	padding: 0px;
	margin-left: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #F0F0F0;
	font-weight: bold;
	letter-spacing: .1em;
}
.barmiddle p a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.barmiddle p a:visited {
	color: #999999;
	text-decoration: none;
}
.barmiddle p a:hover {
	color: #FF0000;
}
.bartop {	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 173px;
}
#servicesbar {	margin: 0px 0px 1em;
	padding: 0px;
}
#linksbar {	margin: 0px 0px 1em;
	padding: 0px;
	}
#contactusbar {	margin: 0px 0px 1em;
	padding: 0px;
	}
#formsbar {	margin: 0px 0px 1em;
	padding: 0px;
	}