@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.main {
	height: 1200px;
	width: 1000px;
	background-image: url(images/BorderLONG.jpg);
	background-repeat: no-repeat;
	color: #CCCCCC;
}
.banner {
	height: 50px;
	width: 725px;
	float: right;
}
.logo {
	float: right;
	height: 150px;
	width: 275px;
	background-image: url(images/LogoBLUE_sml.jpg);
	background-repeat: no-repeat;
	background-position: 12px 10px;
}
.menu {
	float: right;
	height: 50px;
	width: 725px;
	background-image: url(images/MenuBar03.jpg);
	background-repeat: no-repeat;
}
.header {
	float: right;
	height: 100px;
	width: 725px;
}
.tag1 {
	height: 50px;
	width: 725px;
	float: right;
	text-align: center;
	line-height: 8px;
	font-size: 9px;
}
.bars {
	float: right;
	height: 1020px;
	width: 900px;
	margin-left: 100px;
}
.type {
	float: right;
	height: 169px;
	width: 300px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #303030;
}

.links {
	float: right;
	height: 20px;
	width: 900px;
	margin-left: 100px;
	font-size: 11px;
	margin-top: 10px;
}
a:link {color: #999999; text-decoration: none;}
a:visited {	color: #6588C8; text-decoration: none;}
a:hover {	color: #6588C8; text-decoration: none;}
a:active {	color: #999999; text-decoration: none;}
