/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
}

.main {
	width:900px;
	background-color:#333333;
	height:640px;
}

.container {
	width:900px;
	border:solid #ccc 1px;
	text-align:center;
}
.header {
	width:900px;
	height:90px;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
}
.subhead {
	text-align:center;
	background-image: url(../images/subhead-bg.jpg);
	width:880xpx;	
	height:35px;
	font-size:16px;
	padding:10px;
}
.subhead a:link {
	background-image: url(../images/button-bg.jpg);
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	padding:5px;
	border: solid #4d5343 1px;
	text-decoration:none;
}
.subhead a:hover {
	background-image: url(../images/button-bg-roll.jpg);
	font-family:"Courier New", Courier, monospace;
	color: #d5001a;
	padding:5px;
	border: 1px solid #4d5343;
	text-decoration:none;
}
.subhead a:visited {
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	padding:5px;
	border: solid #4d5343 1px;
	text-decoration:none;
}
.ssbutton a:link {
	background-image: url(../images/button-bg.jpg);
	font-family:"Courier New", Courier, monospace;
	color:#CC0000;
	padding:5px;
	border:solid #CC0000 1px;
	text-decoration:none;
}
.ssbutton a:hover {
	background-image: url(../images/button-bg-roll.jpg);
	font-family:"Courier New", Courier, monospace;
	color: #d5001a;
	padding:5px;
	border: 1px solid #4d5343;
	text-decoration:none;
}
.ssbutton a:visited {
	font-family:"Courier New", Courier, monospace;
	color:#CC0000;
	padding:5px;
	border:solid #CC0000 1px;
	text-decoration:none;
}
.ss {
	background-color:#333333;
	width:300px;
	float:right;
	margin:10px;
	border: solid #333 1px;
}
.sstext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	padding:3px;
	background-color:#333;
}
.maintext {
	font-family:"Times New Roman", Times, serif;
	background-color:#fff;
	font-size:14px;
	line-height:1.2;
	color:#333;
	text-align:left;
	padding:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:15px;
	border:double #666 2px;
	height:440px;
	overflow:scroll;

}
.maintext h4 {
	margin:0px;
}
.maintext a:link {
	color:#990000;
}

.footer {
	width:890px;
	height:75px;
	color:#666666;
	font-size:11px;
	padding-top:20px;
	padding-left:10px;
	background-color:#111111;
	text-align:center;
}
.footer a:link {
	color:#666666;
}
.footer a:visited {
	color:#666666;
}
