/* layout styles */

body {
	background:#000000;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
}
#center {
	position:absolute;
	left:50%;
	width:580px;
	margin-left:-290px;
	height: auto;
	top: 5px;
}	
#content {
	width: 580px;
	position:relative;
	top:5px;
	font-family: Cochin, "Times New Roman", serif;
	font-size: 14px;
	z-index: auto;
	float: left;
}   
#alignLeft {
	width: 280px;
	float: left;
	position: relative;
	clear: left;
	margin: 1px;
	padding: 1px;
}
#alignRight {
	width: 280px;
	float: right;
	position: relative;
	clear: right;
	margin: 1px;
	padding: 1px;
}
#footer {
	z-index: auto;
	padding: 0;
	text-align: center;
	vertical-align: top;
	float: left;
	clear: both;
}

/* text styles */
.mainText {
	font-family: Cochin, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
.captionText {
	font-family: Cochin, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
.headerText {
	font-family: Cochin, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	letter-spacing: 3px;
	padding: 0px 3px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}
