body
{
	font-family: Arial, Sans-Serif;
	color: #000000;
	font-size: 18px;
	font-family: Arial, sans-serif;
    background: #f4f4f4 url(../images/bg.png) left top repeat-x;
    text-align:center;
}
.main #container
{
	width: 1012px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
}
#nav
{
	margin: 0;
	background-color: #286f9d;
	text-align: center;
	padding: 1px;
	width: 800px;
	border: solid 1px red;
}
p 
{
    font-size: 9pt;
	color: #4d4d4d;
	font-family: Arial, sans-serif;
	line-height: 1.4;
}
h1
{
	color: #286f9d;
	font-size: 18pt;
	font-weight: bold;
    margin: 0 0 20px 0;
}

h2
{
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 11pt;
    font-weight: bold;
    font-family: arial, sans-serif;
    line-height: 1.2;
}

h3
{
	color: #286f9d;
	font-size: 16px;
	font-weight: bold;
    margin: 0;
}
h4
{
	color: #000000;
    font-family: arial, sans-serif;
    margin:1.2em 0 0;
	font-size:18px;
	font-weight:normal;
}
a:link {
	color: #286f9d;
	text-decoration: none;
	padding-right: 2px;
	font-size: 10pt;
}
a:visited {
	color: #286f9d;
	text-decoration: none;
	font-size: 10pt;
	padding-right: 2px;
}
a:hover {
	text-decoration: underline
}
img {
    border: 0;
}
ul.square {
    list-style-type: square;
    color: #286f9d;
    margin: 0;
    padding: 15px;
    font-size: 10pt;
}
ul.square_white li {
    color: #ffffff;
}

ul.square li div {
    color: #4d4d4d;
    line-height: 1.4;
}

.insideSectionContainer
{
	float: left;
	width: 305px;
}
.insideSection {
	font-size: 11;
	padding: 15px 30px 15px 30px;
	background-color: #424142;
}
.insideSection h2
{
	font-size: 10pt;
}
.insideSection a:link, .insideSection a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #999999;
    font-size: 10pt;
}
.insideSection a:hover {
	text-decoration: underline;
	color: #fff;
}
.insideSection h1 {
	font-size: 14pt;
	margin: 0;
	color: #999999;
}
.insideSection h2 {
	font-size: 13;
	margin: 0;
	color: #999999;
}
.footer {
	font-weight: normal;
	font-size: 9pt;
	color: #C0C0C0;
	padding: 15px 30px 15px 30px;
	line-height: 1.5;
}
.footer a:link {
	color: #c0c0c0;
	text-decoration: none;
	padding-right: 2px;
	font-size: 10pt;
}
.footer a:visited {
	color: #c0c0c0;
	text-decoration: none;
	font-size: 10pt;
	padding-right: 2px;
}
.footer a:hover {
	text-decoration: underline
}
.login
{
	text-align: right;
	padding: 5px 25px 5px 0px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #fff;
	float: right;
}
.login a, .login a:visited, .login a:active
{
	text-decoration: underline;
    color: #eeeeee;
}
.login a:hover
{
    color: #ffffff;
}

.forms td
{
	font-size: 10pt;
	padding: 3px;
}
