body {
	background-color: #000066;
}
#container {
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	border-top-style: groove;
	border-right-color: #61AFD9;
	border-left-color: #61AFD9;
	border-top-color: #61AFD9;
	border-right-style: groove;
	border-left-style: groove;	
}
#banner {
	padding: 3px;
	background-color: #66CCFF;
}
#mymenu {
	padding: 5px;
	background-color:#66CCFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}
#mymenu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mymenu a:hover {
	color: #FFFFFF;
}
#mymenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#mymenu li{
	display:inline;
	margin:0;
	padding:0;
}
#rightcol {
	width: 300px;
	margin-right: auto;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
}
#rightcol h3{
	text-align: center;
}
#rightcol h6{
	text-align: center;
}
#rightcol img{
	border-color:#996666;
}
#leftcol {
	width: 300px;
	margin-left: 50px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
#leftcol a {
	color:#990000;
	text-decoration: none;
	font-weight: bold;
}
#leftcol a:hover {
	color: #000066;
}
#leftcol h2 {
	color: #333399;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}
#leftcol h3 {
	text-align:center;
}
#leftcol h4 {
	text-align:center;
}

#footer {
	clear:both;
	background-color: #996666;
	width: 760px;
}
#footer p {
	padding:5px;
	margin:0;
	text-align: center;
	font-style: italic;
	color: #ffffff;
}
#footer p.cright2 {
	font-size: 10px;
}
#footer p.cright1 {
	font-size: 12px;
	font-weight: bold;
}
