body {
	margin: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #CCCCFF;
	font-weight: bold;
}
a:hover{
	color: #FFFFFF;
}
p {
	margin: 12px 0;
	line-height: 14px;
}
.header{
	margin-top: 10px;
	background-color: #000000;
	background-image: url("/images/header.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}
.masthead{
	margin: auto;
	width: 700px;
	position: relative;
}
.contact_phone {
	position: absolute;
	top: 20px;
	left: 550px;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	z-index: 10;
}
.navigation{
	position: relative;
	bottom: 0px;
	left: 3px;
}
.navigation img{
	border: 0;
	cursor:hand;
	cursor:pointer;
}
.mainwrap{
	margin: 0;
	background-image: url("/images/background.gif");
	background-position: center;
	background-repeat: repeat-y;
	position: relative;
}
.main{
	margin: auto;
	width: 700px;
	height: 385px;
	position: relative;
	color: #FFFFFF;
}
.listen{
	position: relative;
	top: 16px;
	left: 16px;
	width: 298px;
	height: 350px;
	border: 1px solid #FFFFFF;
}
.content{
	position: absolute;
	top: 16px;
	left: 346px;
	width: 338px;
	height: 350px;
	border: 1px solid #FFFFFF;
}
.blocktitle {
	position: relative;
	top: -16px;
	left: -16px;
}
.content_pad{
	position: relative;
	padding: 0px 8px 8px 8px;
	top: -20px;
}
.small{
	font-size: 9px;
}
input, textarea{
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 200px;
}
.submitbutton input{
	width: 75px;
	font-size: 9px;
	font-weight: bold;
	padding: 2px;
}
.footerwrap{
	background-image: url("/images/footer.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
.footer{
	margin: auto;
	padding: 5px;
	width: 660px;
	height: 90px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

/* Java Script */
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block!important;
}
}
