﻿body
{
	min-width: 950px;
	background-color: #000000;
	font-family: 'Times New Roman' , Times, serif;
	color: #66FF00;
}
a:link
{
	color: #FF0000;
}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
p
{
	text-indent: 20px;
}
#logo
{
	float: left;
}
#title
{
	display: table;
	height: 200px;
	width: 100%;
}
#titletop
{
	color: #FF0000;
	font-size: 2.6em;
	font-weight: bolder;
}
#slogan
{
	color: #66FF00;
	font-size: 2.5em;
	font-weight: bold;
}
#banner
{
	
}
#navigation
{
	width: 100%;
	display: inline-block;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #66FF00;
	border-bottom-color: #66FF00;
}
#main
{
	width: 100%;
	vertical-align: top;
	text-align: left;
	display: block;
}
#mainleft
{
	float: left;
	display: table-row-group;
	padding-top: 60px;
}
#mainright
{
	float: right;
	display: table-row-group;
	padding-top: 60px;
}
#maincenter
{
	display: table;
	padding-right: 15px;
	padding-left: 15px;
}
#footer
{
	width: 100%;
	text-align: center;
	display: inline-block;
}
#copyright
{
	width: 100%;
	text-align: center;
}
a
{
	color: #FF0000;
}
