﻿
/* Heading Formats */

h1
	{
	color: #000000; 
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 24px; 
	margin-top: 15px;
	padding:5px 5px 5px 20px;	
	margin-bottom: 5px;
}

h2
	{
	position: absolute;
	top: 500px;
	text-align: center;
	background-color:#000C17;  
	width: 1200px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h3
	{
	color: black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin-top: 5px;
	padding:5px 5px 5px 20px;  
	margin-bottom: 2px;
	font-size: 20px;
	text-decoration: none;
}

h4
	{
	color: black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin-top: 10px;
	padding:4px 10px 4px 20px;  
	margin-bottom: 10px;
	font-size: 24px;
	text-decoration: none;
}

h5
	{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

h6
	{
	color: #00005B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}

/* PARA Formats */

p.description{  
	padding:5px;  
	margin-top:2px;  
	margin-bottom:25px;  
	margin-left:30px;  
	margin-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
}

/* DIV Formats */


#wrapper {
	width: 1200px;
	margin: 0px auto;
	border: 2px #000066 solid;
}

#head-left {
	background: #ffffff;
	padding: 20px 5px 0px 10px;
	width: 300px;
	float: left;
}

#head-right {
	background: #ffffff;
	padding: 5px 5px 0px 5px;
	width: 480px;
	margin-left: 700px;
}

#top-nav {
	background: #CCCCCC;
	padding: 10px 5px 10px 5px;
}

#title-band {
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
	text-align: center;
	color: white;
}

.image {
	width: 100%;
}

#content-left {
	background: #ffffff;
	padding: 5px 25px 0px 25px;
	width: 540px;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	border-right: 1px #999999 solid;
}

#content-right {
	background: #ffffff;
	padding: 5px 25px 0px 25px;
	width: 540px;
	height: 400px;
	margin-left: 590px;
	font-family: Arial, Helvetica, sans-serif;
}


#footer {
	background: #C0C0C0;
	padding: 5px 5px 0px 5px;
	margin-bottom: 0px;
	width: 1190px;
	border-top: 3px #000066 solid;
	text-align: center;
}

/* Link Formats */

a.top-nav:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.content:link {
	color: #000066;
	text-decoration: none;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
a.content:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000C17;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* List Format - TOP NAV */

#top-nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#top-nav ul li { display: inline; }

#top-nav ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #000035;
}

#top-nav ul li a:hover
{
color: #000066;
background-color: #ffffff;
}

/* List Format - FOOTER */

#footer ul
{
	margin: 0;
	padding: 0;
	text-align: center;
    padding: 2px 10px;
    list-style: none;
}

#footer ul li {
    display: inline;
}

#footer li+li:before {
    padding: 8px;
    color: black;
    content: "|\00a0";
}

#footer li a {
	color: #3333FF;
	text-decoration: none;
}

#footer li a:hover {
    color: #01447e;
    text-decoration: underline;
}
