﻿/* CSS layout */
/* Blue Layout Dark Blue #273D52 | Medium Dark Blue#324D67 | Medium Blue #7B9DBF | Light Blue #BDCEDF  */
body {
	margin: 0;
	background-color: #FFFFFF
}
#masthead {
	padding: 5px;
	background-color:#BDCEDF;
	color: #273D52;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	border: thin double #273D52;
}
#top_nav {
	border: thin solid #7B9DBF;
	margin: 0;
	background-color: #7B9DBF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	font-style: italic;
	text-align: center;
	line-height: normal;
}
#page_content {
	padding: 5px;
	border: thin;
	border-style: double;
	border-color: #273D52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#footer {
	padding: 5px;
	background: #BDCEDF;
	color: #273D52;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	border: thin double #273D52;
}

/* Masthead */


/* Top Nav List*/

#top_nav {
	padding: 1px 1px 1px 1px;
	font: bold 12px Verdana, sans-serif;
	border: 1px #273D52;
}

#top_nav li {
	list-style: none;
	margin: auto;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	font-style: italic;
	color: #273D52;
}
#top_nav li a {
	padding: 1px 3px 1px 3px;
	border: 1px inset #273D52;
	background: #7B9DBF;
	text-decoration: underline;
}

#top_nav li a:link { 
	color: #FFFFFF; 
}
#top_nav li a:visited {
	color: #FFFFFF;
}
#top_nav li a:hover {
	color: #FFFFFF;
	border-color: #273D52;
	background: #273D52;
}

/* Page Content */
#page_content h1,h2,h3,h4 {
	color: #273D52;
	text-align: center;
	font-style: italic;
	
}
#page_content p {
	text-align: justify;
}
#page_content table {
	margin: auto;
	border: thin ridge #BDCEDF;
	empty-cells: show;
}
#page_content td {
	border: thin ridge #BDCEDF;
}
#page_content img {
	margin: auto;
}

/* Footer */

#footer h1,h2,h3,h4,h5,h6 {
	text-align: center;
	color: #273D52;
}

