@charset "utf-8";
#content3 {
	font: x-small Verdana, Geneva, sans-serif;
	color: #CCC;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* CSS Document */

#container {
	background: #000;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	height: auto;
}
#header {
	height: 70px;
	width: 1024px;
	background-color: #000;
}
#navigation {
	height: 25px;
	width: 1024px;
	background: url(../images/navbgr.jpg) repeat;
}
#navigation a {
	font: normal 14px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	display: block;
	float: right;
	width: auto;
	text-align: center;
	height: 20px;
	padding-right: 30px;
}
#navigation a:hover {
	color: #62AAB9;
}
#navigation a:active {
}
#footer {
	height: 20px;
	width: 1024px;
	background: url(../images/footerbgr.jpg);
	text-align: center;
	font: 10px/20px Verdana, Geneva, sans-serif;
	color: #999;
}
#content1 {
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 15px;
	padding-left: 15px;
	background: #202020;
}
#content2 {
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #202020;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: thin groove #666;
}
:focus {outline:none;}
#container #content1 #content3 p strong {
	font-size: x-small;
	color: #265F66;
}
#container #content1 #content3 h3 strong {
	font: bold medium Verdana, Geneva, sans-serif;
	color: #245E66;
}
