body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-color: #000033  ;	
}

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

#master {
	width: 100%;
}

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

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

#nav {
	font-size: 12px;
	color: #000;
	height: 20px;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.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: #d0d7c7;
	position: relative;
	width: 730px;
	height: 600px;
	padding: 0px 5px 5px;
	margin: 0px 5px 5px;
}

#leftcol {
	position: relative;
	float: left;
	width: 460px;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	background-color: #fff;
	top: 113px;
	left: -514px;
	height: 754px;
	overflow: hidden;
	visibility: visible;
	
}

#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: left;
	width: 249px;
	background-image: url(../images/gold_dot.gif);
	left: 460px;
	top: -304px;
	height: 1864px;
	visibility: visible;
	overflow: visible;
}

#rightcol a:link {
     color:#FFF;
	 text-decoration:underline;

}

#rightcol a:visited {
     color:#FFF;
	 text-decoration:underline;

}

#rightcol a:active {
     color:#FFF;
	 text-decoration:underline;

}

#logo {
    width: 750px;
	height: 50px;
	background-color: #FFF;
	border-top-width: thin;
	border-top-color:#000;
	border-top-style:solid;
	
}

#footer {
    width: 750px;
	height: 35px;
	font-size: 9px;
	color: #fff;
	
}

#footer a:link {
    text-decoration: underline;
	color: #fff;
	font-weight: bold;
	
}

#footer a:visited {
    text-decoration: underline;
	color: #fff;
	font-weight: bold;
	
}

#footer a:active {
    text-decoration: underline;
	color: #fff;
	font-weight: bold;
	
}

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

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

.container{text-align: left;
}

.centerImg {
      padding-left: 10px;
}

p {
	padding-right: 5px;
	padding-left: 5px;
}

.cooltextwhite {
    color:#FFF;
}
