body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 0px;
		
}

h1 h2 h3 h4 h5 h6{
	color: #4690bf;
}

#master {
	width: 100%;
	
	background-image:url(../images/bkg.gif);
}

#content {
	width: 750px;
	background-color:#66ccff;
	
}

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

#nav {
	position: relative;
	float: left;
	font-size: 12px;
	color: #000;
	height: 15px;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #cccccc;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: left;
	
}
.nav a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.nav a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.nav a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.nav a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#mbodycontent {
	background-color: #fff;
	position: relative;
	width: 750px;
	height: 600px;
	
	
}

#leftcol {
	position: relative;
	float: left;
	background-color:#FFF;
	padding: 0px 0px 0px 0px;
	width: 500px;
	color: #000;
	
}

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

#rightcol {
	position: relative;
	float: right;
	width: 250px;
	background-color: #66ccff;
}

#footer {
    position: relative;
	font-size: 9px;
	color: #fff;
	height: 35px;
}

.heading {
	font-size: 14px;
	font-weight:bold;
	color:#4690bf;
	padding-top: 15px;
	margin-top: 15px;
}

.subheading {
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	padding-top: 15px;
	margin-top: 15px;
}

.subtext {
	font-size: 12px;
	font-weight:normal;
	color:#000;
	padding-top: 15px;
	margin-top: 15px;
}

.container{text-align: left;
}

p {
	padding: 5px;
}
