body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 15px;
}

#master {
	width: 100%;
}

#content {
	width: 750px;
}

#top {
	height: 89px;
	width: 750px;
}

#nav {
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CCCCCC;
}
.nav a:link {
	text-decoration: none;
	color: #000000;
}
.nav a:visited {
	text-decoration: none;
	color: #000000;
}
.nav a:hover {
	text-decoration: underline;
	color: #000000;
}
.nav a:active {
	text-decoration: none;
	color: #000000;
}

#leftcol {
	position: relative;
	float: left;
	width: 253px;
	
	background-image: url(../images/cell_bck.gif);
	
}

#centercol {
	position: relative;
	float: left;
	width: 288px;
	
	background-color: #99cc99;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;	
}

#rightcol {
	position: relative;
	float: left;
	width: 493px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.container{text-align: left;
}

p {
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	position: relative;
	font-size: 9px;
	color: #000000;
	height: 35px;
}

