/*bassic.css - seeingmind off line - 111102 */

body {
	font-family: 'News Cycle', sans-serif;
	font-size: 1em;
	color: #eee;
	background-color: #000;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing:2px;
	font-weight:400;
}
a {
	font-family: 'News Cycle', sans-serif;
	font-size: 1em;
	color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
h1 {
	font-size: 1em;
	color: #FFF;
}
h2 {
	font-size: 1em;
	color: #FFF;
}
h3 {
	font-size: 1em;
	color: #FFF;
}
h4 {
	font-size: .9em;
	color: #FFF;
}
h5 {
	font-size: 1em;
	color: #FFF;
}
h6 {
	font-size: 0.6em;
	color: #FFF;
}
ul {
	list-style:none;
	color: #FFF;
	font-size:10px;
}
#masthead{
	display:block;
	position:absolute;
	width:1000px;
	height:36px;
	color:#FFFFFF;
	font-size:0.05em;
	border-bottom: 4px solid #AAA;
	top:0px;
	left:0px;
	background-color:#000;
	}
#widebox {
	display:block;
	position:absolute;
	width: 1000px;
	height:720px;
	top: 0px;
	left: 0px;
	/*border: 1px solid #000000;*/
}
#leftbox {
	position: absolute;
	width: 384px;
	height: 512px;
	left: 0px;
	text-align: center;
	padding: 20px 58px 30px 58px;
;	/*background-color:#99CC33;*/
	/*border: 1px solid #000000;*/
}
#midbox {
	position: absolute;
	width: 408px;
	height: 324px;
	left: 256px;
	/*background-color:#CC99CC;*/
	/*border: 1px solid #000000;*/
}
#midbox img {
	padding: 12px;
}
#rightbox {
	position: absolute;
	width: 384px;
	height: 512px;
	left: 500px;
	text-align:center;
	padding: 20px 58px 30px 58px;
	/*background-color:#99CCFF;*/
	/*border: 1px solid #000000;*/
}

#swtchbrd {
	display:block;
	/*background-color:#66CC99;*/
	position:relative;
	width: 920px;
	height: 72px;
	left: 86px;
	top:420px;
	text-align:center;
	/*border: 1px solid #000000;*/
}
#swtchbrd h3,h4,h5,h6 {
	font-weight:500;
}
