﻿/* CSS layout */
body {
	background-color: #ffffff;
	color: #2A5988;
	font-size: 100%;
	font-family: 
	            Tahoma,
	            Arial,
	            Helvetica,
					sans-serif;
 }

h1 { font-size: 130%; color: #ffffff; padding: 0px;}
h2 { font-size: 120%;}
h3 { font-size: 110%;}
h4 { font-size: 100%; font-style: italic; padding: 0px;}
{font-weight: 600; margin: 0px; margin-top: .5em;}

h4 {font-weight: 600; margin: 0px; margin-top: .5em;}

h3 {font-weight: 600; margin: 0px; margin-top: .5em;}

h2 {font-weight: 600; margin: 0px; margin-top: .5em;}

h1 {font-weight: 600; margin: 0px; margin-top: .5em;}

ul { padding-left: .5emmargin-left: 10px; margin-bottom: 3px; margin-top: 3px;}

ol { padding-left: .5emmargin-left: 10px; margin-bottom: 3px; margin-top: 3px;}

.normal {font-size: 100%; }
.small {font-size: 85%; }
.smaller {font-size: 75%; }
.smallcaps { font-variant:small-caps; }
.tiny {font-size: 60%; font-weight: normal }
.quoted {font-size: 85%; margin-left: 3em; margin-right: 3em; font-style: italic;}
.subhead {font-size: 90%; font-weight: 500; font-style: italic;}
.menutext {font-size:60%; font-weight:bold; text-align:center;} 
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.attention {
	color: #d70000;
	font-weight: 300;
}
.redbox {
	border:thin red ridge;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.lileft {
	margin-left: -20pt;
	margin-bottom:5px;
}


img {
	margin: 3px;
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}
.imgleft {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	float: left;
}.imgright {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	float: right;
}

a:link       { color: #2080D0; text-decoration: none }
a:visited    { color: #2080D0; text-decoration: none }
a:hover      { color: #00bf00; text-decoration: none }
a:active     { color: #00bf00; text-decoration: none }
.textbutton {
	padding: 2px;
	border: 2px;
	border-color: #2080D0;
	border-style: groove;
	font-size: 80%;
	margin-bottom: 2px;
	font-weight: bold;
}


li { font-size: .9em; text-align: left; }

hr {color:#006699; width: 80%; text-align: center;}
em {font-weight: 500; text-decoration: none;}
input {
	font-family: "Times New Roman", "Times Roman", "Times"; 
	color: #2080D0;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
}
form {
	padding: 0px;
	margin: 0px;
}
#masthead {
	position: relative;
	width: 100%;
	background-color: #10234B;
	color: #ffffff;
	text-align: center;
}
a.mastheadlink:link       { color: #FFFF00; text-decoration: none }
a.mastheadlink:visited    { color: #FFFF00; text-decoration: none }
a.mastheadlink:hover      { color: #80FFC0; text-decoration: none }
a.mastheadlink:active     { color: #80FFC0; text-decoration: none }

#top_left {
	width: 160px;
	left: 0px;
	top: 0px;
}

#header {
	left: 0px;
	top: 0px;
	float:left;
}
#top_right {
	width: 160px;
}

#container {
	clear: both;
	position: relative;
	width: 100%;
	border-style: double;
	border-right: 0px;
	border-left: 0px;
	border-top: 3px;
	border-bottom: 3px;
	border-bottom-color: #2A5988;
	border-top-color: #2A5988;
}
#contenttable {
	width: 100%;
	text-align: center;
}

#left_col {
	width: 20%;
	font-size: 85%;
	text-align: left;
	vertical-align: top;
	text-align: left;
	padding: 20px;
	padding-top: 0px;
}

#page_content {
	border-right: 1px solid #2A5988;
	border-left: 1px solid #2A5988;
	border-top: 0px solid #2A5988;
	border-bottom: 0px solid #2A5988;
	vertical-align: top;
	text-align: left;
	padding: 20px;
	padding-top: 0px;
}

#right_col {
	width: 20%;
	font-size: 85%;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	padding-top: 0px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 75%;
}
#toplinks {
	margin: .5em;
	font-size: 75%;
	clear: both;
}
#bottomlinks {
	margin: .5em;
	font-size: 75%;
	clear: both;
	position: relative;
}
#bottomtools {
	text-align: right;
	font-size: 80%;
	position: relative;
	width: 100%;
}
#toptools {
	text-align: right;
	font-size: 80%;
	position: relative;
	width: 100%;
}

