﻿
body
{
	padding: 0;
	margin: 0;
	color: white;
	background: #333333;
	font-size: 13pt;
	font-family: Arial;
}

img
{
	border: 0;
}

a
{
	color:white;
}

li
{
    list-style: none;
    background-image: url('images/bullet.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    margin-bottom: 5px;
}

div.center
{
	text-align:center;
}

div.outer
{
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	padding: 0;
	margin-top: 20px;
}

div.header
{
	height: 200px;
	margin-bottom: 5px;
	color: black;
}

div.main
{
	background-color: #466EAE;
	height: auto;
}

div.menu
{
    background: url('images/header.png') no-repeat center top;
	text-align:center;
	padding: 200px 20px 0 20px;
	margin-bottom: 20px;
}

div.bordert
{
	height: 20px;
	clear:both;
}

div.bordertl
{
	float:left;
	width: 20px;
	height: 20px;
	background: url('images/tl.png');
}

div.bordertr
{
	float:right;
	width: 20px;
	height: 20px;
	background:url('images/tr.png');
}

div.bordertc
{
	float:left;
	background-color: #466EAE;
	width: 760px;
	height: 20px;
}

div.body
{
	padding: 0 20px 5px 20px;
	height: auto;
}

div.borderb
{
	height: 20px;
	clear:both;
}

div.borderbl
{
	float:left;
	width:20px;
	height:20px;
	background:url('images/bl.png');
}

div.borderbr
{
	float:right;
	width:20px;
	height:20px;
	background:url('images/br.png');

}

div.borderbc
{
	float:left;
	background-color:#466EAE;
	width: 760px;
	height: 20px;
}

div.copy
{
	text-align: center;
	color: white;
	font-size: 10pt;
	margin-top: 5px;
}
