﻿body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-color:#CCCCCC;	
}

#master {
	width: 100%;
}

#content {
	width: 750px;
	
}

#leftcol {
	position: relative;
	float: left;
	width: 298px;
	color: #fff;
	background-color: #669933;
	
}

#centercol {
	position: relative;
	float: right;
	width: 452px;
	text-align:left;
	background-image: url(../images/m_bkg.gif);
	
}

#top {
	height: 89px;
	width: 750px;
}

#nav {
    position:relative;
	font-size: 12px;
	height: 120px;
	width: 375px;
	margin: 0px auto;
	background-image: url(../images/nav_bk.gif);
	margin-bottom:10px;
	
}
.nav a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.nav a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.nav a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
.nav a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.heading {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
}

#mbodycontent {
	position: relative;
	width: 750px;
	height: 650px;
	padding: 0px 5px 5px;
	margin: 0px 5px 5px;
}



#rightcol {
	position: relative;
	float: left;
	width: 203px;
	
	background-image: url(../images/cell_bck.gif);
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#footer {
    position: relative;
	font-size: 9px;
	color: #000;
	height: 35px;
}



.container{text-align: left;
}

p {
	padding-right: 5px;
	padding-left: 5px;
}
