﻿/* background and position*/
body {
	background-color: #003366;
	margin: 0px;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	font-family: Arial, Helvetica, sans-serif;
}
.table {
	margin: 0px;
	background-color: white;
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}
/*Sidebar Style*/
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	border-style: solid;
	border-width: 0px medium 0px 0px;
	border-color: #003366;
	vertical-align: top;
	padding: .1em;
	border-collapse: collapse;
	text-align: left;
	width: 150px;
	background-color: #B9C8FD;
}
p.nav {
	margin-bottom: .2em;
	margin-top: .5em;
}

.sidebar a:link {
	font-weight:normal;
	color:#003366;
	text-decoration:none
}
.sidebar a:visited {
	font-weight:normal;
	color:#003366;
	text-decoration:none
}
.sidebar a:hover: {
	color:red
}
.sidebar a:active {
	color:red
}
.sidebar li {
	margin-left: -1em;
	list-style-position: outside;
	list-style-type: square;
}
/*format bluebox links white*/
.blueboxlink {
	background-color: #003366;
	color: #FFFFFF;
	font-size: medium;
}

.blueboxlink a:link {
	color:white
}
.blueboxlink a:visited {
	color:white; 
	font-style:italic
}



/*Format Footer*/

.foot {
	border-bottom: medium;
	border-style: solid;
	border-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	background-color: #003366;
	color: white;
	border-top-width: medium;
	border-bottom-width: medium;
}

/*Nav bar*/

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #003366;
}
.nav ul {
	margin:0px;
	padding:0px;
}
.nav li {
	display:inline;
	margin-left:2em;	
}
.nav a:link {
	color:white;
	font-weight:bold
}
.nav a:visited {
	color:white;
	font-weight:normal
}

/*set anchor link defaults*/
a:link {
	color:#003366;
	text-decoration: underline;
}
a:visited {
	color:#003366;
	font-style:italic;
	text-decoration:underline
}



.headertop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
	color: #003366;
	text-align: center;
}
.headerbot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
}

a:link.navigation {
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}
a:active.navigation {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
a:visited.navigation {
	color: #003366;
	text-decoration: none;
}
a:hover.navigation {
	color: red;
	text-decoration: underline;
	font-weight: normal;
}
.style18 {
	padding: 12px;
	border-collapse: collapse;
	color: #003366;
	font-size: small;
	vertical-align: top;
	text-align: center;
	background-color: #D2CDFE;
	width: 30%;
}
.style19 {
	padding: 12px;
	border-collapse: collapse;
	color: #003366;
	font-size: small;
	vertical-align: top;
	text-align: center;
	background-color: #8DA6F0;
}
.style20 {
	padding: 12px;
	background-color: #DBEEF0;
	width: 40%;
	vertical-align: top;
	text-align: center;
}
.bluebox {
	border-collapse: collapse;
	border: medium solid #003366;
	color: #003366;
	font-size: small;
	vertical-align: top;
	text-align: center;
}
.bluepar {
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	font-size: medium;
}
.bluetxt {
	color: #003366;
	text-align: center;
	font-size: small;
	margin-top: 4px;
	margin-bottom: 3px;
}
.imgleft {
	float: left;
	padding: 10px;
	max-height: 120px;
	max-width: 120px;
}
.imgright {
	float: right;
	padding: 10px;
	max-width: 120px;
	max-height: 120px;
}
.imgleft2 {
	float: left;
	padding: 10px;
}
.imgright2 {
	float: right;
	padding: 10px;
}
.padding {
	padding: 12px;
}
.lrpadding {
	padding-right: 15px;
	padding-left: 15px;
}
