﻿@import url("layout.css");
body {
	margin: 0px;
	background-color: #002D62;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #002D62;
}
/* Styles for DIV tags */
#container {
	border-right: 3px solid #002D62;
	border-left: 3px solid #002D62;
	background-color: #002D62;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #002D62;
}
#masthead {
	background-color: #002D62;
	padding: 0;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#navigation {
	margin: 0;
	padding: 0;
	border: 0;
}
#content_container {
	border: medium;
	background-color: #2BAAE1;
	padding: 0px;
}
#column_left {
	float: left;
	padding-bottom: 10px;
}
#column_right {
	background-color: #2BAAE1;
	color: #FFFFFF;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #2BAAE1;
	color: #FFFFFF;
}
/* Styles for Masthead */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-color: #FF0000;
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid #D63333;
	background-image: url('../../images/button2.jpg');
	background-repeat: no-repeat;
}
#navigation a:hover {
	border: 1px solid #D63333;
	background-color: #D63333;
}
/* Styles for Right Column */
#column_right h4 {
	color: #FFFFFF;
	margin-top: 0px;
}
#column_right p {
	color: #FFFFFF;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	color: #FFFFFF;
}
#column_right a:hover {
	color: #002D62;
	background-color: #002D62;
}
#column_right a:visited {
	color: #DCDDDF
}
#column_left a {
	color: #FFFFFF;
}
#column_left a:hover {
	color: #002D62;
	background-color: #002D62;
}
#column_left a:visted {
	color: #DCDDDF
}
#column_center a:visted {
	color: #2BAAE1
}


/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #002D62;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #FFFFFF;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #112233;
}
a:hover {
	color: #002D62};
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

