.outerbox {
	width: 850px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	background-image: images/bg2.jpg;
	background-repeat: repeat;
	text-align: center;
	border: 1px black solid;
	padding: 10px;
	background-image: url(images/bg2.jpg);
}
.leftbox {
	width: 190px;
	float: left;
	overflow: visible;
	margin: 5px;
	padding: 5px;
}
.centerbox {
	width: 600px;
	overflow: visible;
	border: 1px solid navy;
	background-color: white;
	padding: 5px;
	margin: 5px;
	float: right;
	text-align: left;
	border-top-width: 3px;
	border-left-width: 3px;
}
.rightbox {
	width: 200px;
	float: right;
	top: 25%
	margin: 5px 5px 5px 5px;
	background-image: url(images/bg2.jpg);
	position: relative;
	padding: 5px;
	border: solid #000099 1px;
	border-bottom-width: 3px;
	border-right-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	border-right-style: solid;
	border-right-color: #000099;
	margin: 5px;
	text-align: left;
	overflow: visible;
}	
.rightimg {
	background-image: url(images/bg2.jpg);
	width: 150px;
	overflow: visible;
	float: right;
	text-align: center;
	border-top: 2px solid #000099;
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	border-left: 2px solid #000099;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}	
.bottombox {
	clear: both;
	text-align: center;
}
.style1 {color: #000000;
}
.style3 {font-size: 9px}
.style5 {font-size: 14px}
body {
	background-color: #666666;
	background-image: images/marble.gif;
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	color: #000000;
	background-image: url(images/MARBLE.GIF);
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.navg {
	width: 150px
}
.navg ul {
	font-weight: bold;
	color: #CC0000;
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
.navg a {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 3px;
	width: 150px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.navg a:link {color: #000066;}
.navg a:visited {color: #000066;}
.navg a:hover {color: #cccccc; background-color: #000066;}
.navg a:active {color: #cccccc; background-color: #000066;}	
.style6 {color: #000000; font-weight: bold; }

