/* GENERAL */
body {
	padding: 0;
	margin: 0;
	background: #000;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
h1, h2, h3, h4 {
	margin: 0 0 0.5em 0;
	background-color: transparent;
	text-align: left;
	clear: both;
}
h1 {
	font-size: 140%;
	text-transform:uppercase;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom-color:#999999;
}
h3 {
	font-weight: bold;
	text-align:justify;
}
h4 {
	font-size: 80%;
	font-weight: bold;
}
/*LAYOUT*/
#wrapper {
	padding: 0px 0px 0px 0px;
	background-color: #1F1F1F;
}
#page {
	width: 720px;
	padding: 10px;
	margin: 0 auto;
}
#content {
	padding:10px;
	background-color: #252525;
	border:#353535 solid 1px;
	margin-top:10px;
}
#banner {
	height:100px;
	background-color: #000000;
	color:#CCCCCC;
	padding:0;
	border-bottom:#666666 solid 1px;
}
#footer {
	margin-bottom:50px;
	padding: 10px;
	border-top:#666666 solid 1px;
	font-size: 10px;
	font-weight: normal;
	overflow:hidden;
}
.fleft {
	float: left;
	width:49%;
}
.fright {
	float: right;
	width:49%;
	text-align:right;
}
/*TEXT FORAMTTING */

p {
	margin: 0px 0px 10px 0px;
}
p.end {
	margin-bottom:0;
}
p.exhibit {
	font-size:0.75em;
	color: #999;
	border-bottom: #999 solid 1px;
	padding-bottom:5px;
	margin-bottom:5px;	
}
p.indent {
	margin: 0 50px;
}
p.footer {
	vertical-align:middle;
	text-align:right;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}
/* Links */

a {
	font-weight: normal;
	background-color: transparent;
	color: #CCCCCC;
	text-decoration:none
}
a:visited {
	background-color: transparent;
	color: #CCCCCC;
}
a:hover, a:active, a:focus {
	background-color: transparent;
	color: #FFF;
	text-decoration: underline;
}
a:active {
	outline: none;
}
/* Hidden */
.hidden {
	display : none;
}
.hidit, #col_contact, #col_date, .print_footer {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	border: 0;
	left: 717px;
	top: 11px;
}
.vanish {
	display:none
}
.printonly {
	display:none
}
/* Misc */

hr {
	height: 1px;
	width: 100%;
	background-color: #999999; /*#999;*/
	margin-bottom: 1em;
}
img {
	border:0;
}
img a {
	border:0;
}
img.aleft {
	float: left;
	margin: 0px 10px 0px 0px;
	border: #333333 solid 1px;
}
img.aright {
	float: right;
	margin: 0 0 0 0;
}
img.center_border {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: #333333 solid 1px;
}
.jingo a {
	color:#999;
	text-align:right;
	display: block;
	margin-top: 10px;
}
#mssHolder {
	display:block;
	margin: 0 auto;
}
p.alert {
	color:#FF6600;
}
