﻿body 
{
	font-family: Arial, Sans-Serif;
    text-align: center; 
    background-color: #101d42;
}

img 
{
    border: none;
}

.outtercontainer 
{
    background-color: White;
    width: 800px;
    margin-left:auto; 
    margin-right:auto;
    position: relative;
}

.topbar 
{
    top: 0px;
    left: 0px;
    width: 800px;
    text-align: right;
    position: relative;   
}

.toplogo 
{
    top: 0px;
    left: 0px;
    height: 150px;
    position: absolute;
}

.toptext 
{
    top: 150px;
    left: 0px;
    height: 35px;
    width: 800px;
    text-align: center;
}
    

#topnav 
{
    top: 200px;
    height: 20px;
    width: 800px;
    border-top: solid 1px #23408f;
    border-bottom: solid 1px #23408f;
    background-color: White;
}

ul.horizontalNavigation {
    background-color: White;
    float: left;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    list-style: none; 
}
 
ul.horizontalNavigation li {
    float: left;
    
}
 
ul.horizontalNavigation a {
    display: inline;
    float: left;
    color: #23408f;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    font-size: 10pt;
}
 
ul.horizontalNavigation a:hover {
    background-color: #23408f;
    color: White;
    font-weight: bold;
    font-size: 10pt;
}

h1 
{
    color: #101d42;
    font-size: 10pt;
}

h2 
{
   color: #101d42;
   font-size: 13pt;
   text-align: left;
}

h3 
{
   color: #101d42;
   font-size: 12pt;
   text-align: left;
} 

p 
{
    color: #101d42;
    font-size: 11pt;
    text-align: left;
}

li 
{
    color: #101d42;
    font-size: 11pt;
    text-align: left;
}

a:link 
{
    color: #101d42;
    font-size: 11pt;
    text-decoration: underline;
}

a:visited, a.small:hover  
{
    color: Gray;
    font-size: 11pt;
    text-decoration: underline;
}

.contentarea 
{
    top: 0px;
    left: 0px;
    width: 800px;
    height: 100%;
    background-color: White;
    margin-top: 0px;
    clear: both;
    overflow: auto;
    position: relative;
}

.sidenavbg 
{
    background-color: White;
    width: 170px;
    text-align: left;
    margin-top: 0px;
    padding: 10px;
    float: left;
    position: relative;
}

.content
{
    width: 580px;
    background-color: White;
    text-align: left;
    margin-top: 0px;
    padding: 10px;
    border-left: solid 1px #23408f;
    float: left;
    position: relative;
}

	.pics
	{
		width: 260px;
		float: right;
		margin-left: 10px;
	}

a.search
{
	display: block;
	background-color: White;
	color: #101d42;
	border: solid 1px #23408f;
	line-height: 20pt;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

a:hover.search
{
	display: block;
	background-color: #101d42;
	color: White;
	line-height: 20pt;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.bottom
{
    width: 800px;
    text-align: center;
    margin-left:auto; 
    margin-right:auto;
}
	.bottom p
	{
		color: White;
		font-size: 10pt;
		text-align: center;
	}
	
	.bottom a
	{
		color: White;
		font-size: 10pt;
		text-align: center;
	}
