@charset "utf-8";
/* CSS Document */

body {
		background:#000;
		margin-top: 0px;
}
h3 {
	color:#006699;
	font-size: small;
	}

#container {
	width: 918px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	width: 918px;
	margin-bottom: 0px;
}
#bodycontent {
	color: #0F0F0F;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #c6c5c5;
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 0px;
	padding-top: 4px;
	margin-bottom: 0px;	
}
#container #bodycontent {
	font-size: small;
	line-height: 140%;
	text-align: left;
}

a:link {
	color:#cc0000;
	text-decoration:none;
}

a:link visited {
	color:#cc0000;
	text-decoration:none;
}

a:link hover {
		color:#cc0000;
		text-decoration:underline;
}
a:link active {
		color:#cc0000;
		text-decoration:none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	color:#fff;
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	height: 18px;
	background-image: url(images/footer_bg.jpg);
	margin-top: 0px;
	padding-top: 4px;
}
.notice {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: medium solid #F00;
}
