/* CSS Document */

body 
	{
	background-color: #FFFFFF;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold
	}
#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#wrapper
	{
	background-color: transparent;
	margin-left: -400px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 800px;
	height: 600px;
	visibility: visible
	}
#hbox
	{
	background-color:#ffffff;
	width:800px;
	height:10px;
	clear:both;
	}
#hboxleft
	{
	background-color:#ffffff;
	width:20px;
	height:20px;
	float:left
	}
#hboxcentre
	{
	background-color:#000000;
	width:760px;
	height:20px;
	float:left
	}
#hboxright
	{
	background-color:#ffffff;
	width:20px;
	height:20px;
	float:left
	}
#mainbox
	{
	width:800px;
	height:500px;
	}
#sidemargin
	{
	width:20px;
	height:500px;
	background-color:#000000;
	float:left
	}
#maincontainer
	{
	width:760px;
	height:500px;
	background-color:#000000;
	float:left
	}
#maintop
	{
	width:760px;
	height:70px;
	background-color:#FFFFFF;
	float:left;
	}
#mainleft
	{
	width:180px;
	height:460px;
	background-color:#333333;
	float:left
	}
#mainmiddle
	{
	width:760px;
	height:460px;
	background-color:#FFFFFF;
	float:left;
	}
#mainmiddleright
	{
	text-align:right;
	width:580px;
	height:460px;
	background-color:#FFFFFF;
	float:left;
	}
#mainbottom
	{
	width:560px;
	height:20px;
	text-align:right;
	background-color:#FFFFFF;
	float:left;
	}
#mainbottomleft
	{
	width:275px;
	height:40px;
	text-align:left;
	background-color:#FFFFFF;
	float:left;
	}
#mainbottomright
	{
	width:485px;
	height:40px;
	background-color:#FFFFFF;
	text-align:center;
	float:left;
	}
#navbox
	{
	width:800px;
	height:75px;
	float:left;
	background-color:#000000
	}
#navbox a:link, #navbox a:visited 
	{
	color:#FFFFFF;
	text-decoration: none
	}
#navbox a:hover
	{
	color: #CCCCFF;
	text-decoration: none
	}
#logo
	{
	text-align:right;
	width:100px;
	height:60px;
	float:left
	}
#topbar
	{
	width:700px;
	height:30px;
	float:left
	}
#breakline
	{
	width:700px;
	height:5px;
	float:left
	}	
#searchform
	{
	width:330px;
	height:30px;
	float:left;
	white-space:nowrap;
	margin: 0px;
	}
#loginform
	{
	width:350px;
	height:30px;
	float:left;
	white-space:nowrap;
	margin: 0px;
	}
#navlinks
	{
	float:left;
	height:25px;
	line-height:25px
	}
#floating
	{
	float:left
	}
#floatinglabel
	{
	float:left;
	height:20px;
	line-height:20px	
	}
form {
margin: 0px;
padding: 0px;
display:inline;
}

input {
font:9pt Geneva, sans-serif;
margin: 0px;
padding: 0px;
}

.title{
font:14pt Arial, Helvetica, sans-serif;
line-height:28px;
font-weight:bold;
color:#000000;
}

.lead{
font:11pt Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:20px;
color:#000000;
}

.punch{
font:10pt Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:19px;
color:#000000;
}
.punch a:link, .punch a:visited 
	{
	color:#000000;
	text-decoration: underline
	}
.punch a:hover
	{
	color: #336699;
	text-decoration: none
	}

.punchred 
	{
	font:10pt Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:19px;
	color:#FF0000;
	}	
.punchred a:link, .punchred a:visited 
	{
	color:#FF0000;
	text-decoration: underline
	}
.punchred a:hover
	{
	color: #FF0000;
	text-decoration: none
	}	
	
.quote{
font:8pt Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:14px;
color:#000000;
}

.credit{
font:8pt Lucida Grande, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-weight:normal;
font-style:italic;
line-height:19px;
color:#000000;
}

.searchinput {
width:180px;
height:15px;
}
.logininput {
width:100px;
height:15px;
}
.searchbutton
	{
		background-color:#000000;
		height:20px;
		color:#ffffff;
		font-weight:bold;
		font-family:arial;
		font-size:12px;
		line-height:20px;
		border:none
		
	}
#footer 
	{
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight:normal;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	visibility: visible;
	display: block;
	z-index:-1;
	}
#footer a:link, #footer a:visited 
	{
	color: #000000;
	text-decoration: underline
	}
#footer a:hover
	{
	color: purple;
	text-decoration: none
	}