body
{
	margin-top: 0px;
	margin-bottom: 0px;	
	background-color: #A8A8A8;
	text-align: center;
}
h1
{
	font-size: 35px;
	color: #000000;
	padding: 0px;
	letter-spacing: -1px;
	font-weight: normal;
}
h2
{
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
div
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
	margin:0px;
}
div.page
{
	width: 760px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
div.header
{
	text-align: center;
}
div.nav_top
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	height: 25px;
	font-weight: bold;
	clear: both;
}
div.nav_bottom
{
	font-size: 11px;
	background-color: #000000;
	height: 25px;
	font-weight: bold;
}
div.nav_top ul li a:link, div.nav_top ul li a:visited
{
    color: #A3A3A3;
}
div.nav_bottom ul li a:link, div.nav_bottom ul li a:visited
{
    color: #A3A3A3;
}
div.nav_top ul li a:active, div.nav_top ul li a:hover
{
    color: #FFFFFF;
}
div.nav_bottom ul li a:active, div.nav_bottom ul li a:hover
{
    color: #FFFFFF;
}
div.nav_top ul li ul, div.nav_bottom ul li ul 
{
    background-color: #000000;
}
div.nav_bottom ul li, div.nav_bottom ul li a
{
    width: 50px;
}
div.mainpage
{
	
	background-image: url('../images/mid_background.png');
	background-color: #A3A3A3;
	background-repeat: no-repeat;
}
div.tagline
{
	font-size: 25px;
	color: #000000;
	padding: 10px;
	letter-spacing: -1px;
}
div.information
{
	padding: 10px;
	margin: 10px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px;
	color: #000000;
}
div.title
{
	margin-left: 30px;
	margin-top: -100px;
	margin-bottom: 30px;
}
div.footer
{
	margin-left: auto;
	margin-right: 0px;
	width: 100%;
	text-align: right;
}
table.picture
{
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

a, a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover, a:active
{
    color: #999999;
    text-decoration: none;
}
li a, li a:link, li a:visited, li a:hover, li a:active
{
        color: #A3A3A3;
}


img
{
	border: 0px;
}
li.button
{
	width: 80px;
	margin: 2px;
	background-color: #CCCCCC;
	border-style: outset;
	border-width: 2px;
	border-color: #CCCCCC;
	padding:0;
	list-style-type: none;
	text-align: center;
	color: #000000;
	float: left;
}
li.button:hover
{
	background-color: #EEEEEE;
}
li.button a
{
	color: #000000;
}
li.button a:hover
{
	color: #FF0000;
}
div.contact
{
    display: block;
    height: 300px;
}
form.contact
{
	display: inline;
	height: auto;
	width: auto;
}
form.contact label,input
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
form.contact label 
{
	text-align: right;
	width: 150px;
	padding-right: 20px;
	clear: both;
}
form.contact input
{
	width: 250px;
}
form.contact textarea
{
	height: 150px;
	width: 300px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
form
{
	display: block;
}
form label,input
{
	display: inline;
	width: auto;
	float: left;
	margin: auto;
}
form textarea
{
	width: auto;
	height: auto;
	float: none;
	margin-bottom: auto;
}
