﻿body
{
	background-color: #000000;
}

#menu 
{
	background-color:White;
}
#heading
{
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main
{
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 20px;
	color:#000000;
	font-size:12pt;
}



#left
{
	width: 150px;
	height: 500px;
	float: left;
}

#middle
{
	width: 720px;
	height: 750px;
	float: left;
	text-align: center;
	background-color: #ffffff;
}

#right
{
	width: 150px;
	height: 500px;
	float: left;
}

#footer
{
	width: 1000px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
#leftcolumn
{
	width: 325px;
	height: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
}

h1
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform:uppercase;
}

h2
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	
	text-transform:uppercase;
}



p
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}


a
{
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	list-style: none;
}
a:hover
{
	color: #4d4d4d;
}

li
{
	display: inline;
	list-style-type: none;
	padding-left:20px;
}

body
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
}

.Address
{
	font-size: 12pt;
	font-weight: normal;
	font-family: Arial, helvetica, Sans-Serif;
	color: #808080;
}

.Address a
{
	color: #b57615;
}
