/* CSS Document */

body {
font-family: arial; 
font-size: 62.5%; 
margin: 0px; 
padding: 0px; 
background: white url(images/background-left.gif) no-repeat top left;}

#cont {
background: transparent url(images/background-right.gif) no-repeat top right; 
min-width: 760px;
margin: auto;
text-align: center;}

#logo {
height: 110px; 
background: transparent url(images/background-center-new.gif) no-repeat top center;}

.navbar {
text-align: center; 
background: #212c73; 
height: 20px;}

.nav {
width: 500px; 
margin: 0px auto;}

.navfloat {
border-right: 1px solid white; 
float: left;}

.nav a {
color: white; 
display: block; 
float: left; 
border-left: 1px solid white; 
padding: 2px 10px 0px 10px; 
text-decoration: none; 
font-weight: bold; 
font-size: 1.2em; 
height: 20px;}

.nav a:hover {
color: #212c73;  
background: white; 
display: block; 
float: left; 
border-left: 1px solid white; 
padding: 2px 10px 0px 10px; 
text-decoration: none; 
font-weight: bold; 
font-size: 1.2em; 
height: 20px;}

#content {
width: 60%;
margin: auto;
}

#contentfloat {
float: left;}

#left {
float: left; 
width: 250px;}

#right {
margin: 0px 0px 0px 260px; 
text-align: left;}

.clear {
clear: both;}

.center {
text-align: center; 
margin: 5px 0px;}

.center2 {
text-align: center; 
margin: 5px 0px;}

h1 {
font-size: 2em;
color: #212c73;}

h2 {
font-size: 1.4em; 
color: #202D71;}

h3 {
font-size: 1.1em;
font-weight: bold;
color: #202D71;
}

td {
* font-size: 0.75em;
}

td table {
font-size: 100%;
}

td h3 {
* font-size: 0.8em;
}

.center p {
font-size: 1.1em;}

.center2 p {
font-size: 1.2em;}

p {
font-size: 1.2em;}

p a {
color: #0099FF;}