﻿/* 0 BASIC TAGS */
body 
{
	
	background-color: #ebf1ef;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003366;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	color: #990000;
}



img {
	border-width: 0;
}

/* 0 TOTAL*/

#total
{
	background-color:#ffffff;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:750px;
}

/* 1 HEADER & FOOTER*/

#header
{
	background-image:url(images/HeaderMiddle.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
}

.header1
{
	background-image: url(images/HeaderLeft.jpg);
	width:216px;
	height:116px;
	background-repeat:no-repeat;
}

.header2
{
	height:116px;
	width:304px;
}

.header3
{
	background-image: url(images/HeaderRight.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:116px;
}

#footer
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#footer a:
{
	color: #003366;
	text-decoration: none;
}

#footer a:link 
{
	color: #003366;
}

#footer a:visited 
{
	color: #003366;
}

#footer a:hover {
	text-decoration: none;
	color: #003366;
}

#footer a:active {
	color: #003366;
}

/* 2 DIVIDERS */

#divider1
{
	
}

#divider2
{
	
}

/* 3 NAVIGATION */

.Nav
{
	background-image:url(images/Nav.jpg);
	background-repeat:repeat-y;
	width:158px;
	height:39px;
}

#navigation
{	
	padding-left:3px;
	padding-top:10px;
	font-style:italic;
	width:200px;
}
#navigation a:
{
	color:#003399;
}

#navigation a:link
{
	color:#003399;
}


#navigation a:active
{
	color:#003399;	
}

#navigation a:hover
{
	color:#003399;
}

#navigation a:visited
{
	color:#003399;

}

/* 4 MAIN CONTENT */

#middle
{
	background-image:url(images/NavMiddle.gif);
	background-repeat:repeat-y;
	margin-top:10px;
}

#main
{
	padding-top:20px;
	padding-right:10px;
	font-size:small;
}

/* 5 LINKS */

.links
{
	
}

.SectionHeader
{
	display:block;
	margin: 0;
	padding-bottom: 1.5em;
	font-size: large;
	font-weight: bold;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

