@charset "utf-8";
/* CSS Document */

/*== SWATCH LIST

 * Blue: #004a8b;
 * Gold: #e4a024;
 * Gold-dark: #ce921a; // Text Hover
 * Blue-light: #457cac; // links
 * Blue-Lighter: #bfd2e1; //Borders
 * Blue-lightest:#f2f6f9; //fills
 * White
 * Dark Grey: #4c4c4c; //Text
 * Light Grey: #828282; //Disabled
 * Black: #0000;
 
 */
 
 body {
	color:#000;
	padding:0;
	margin:0;
	font-family: "Tahoma", Genevea sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
} 

a img {border:none;}
a:link {color:#0066cc; text-decoration:none;}
a:visited {color:#996699; text-decoration:none;}
a:focus {color:#0066cc; outline:0; text-decoration:underline;}
a:hover {color:#cc9900; text-decoration:underline;}
a:active {
	color:#0066cc;
	text-decoration:underline;
	text-align: center;
}
h1, h2, h3 {font: normal 1em "Tahoma", Genevea sans-serif margin:0; padding:0;}
h4, h5, h6 {
	margin:0;
	padding:0;
	font-family: "Tahoma", Genevea sans-serif
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}
ul {clear:left; padding:1em; padding-left:3em; margin:0; list-style-type:disc; line-height:1.5em;}
ol {clear:left; line-height:1.5em;padding-top:1em;padding-bottom:1em;padding-right:1em;margin-top:0;margin-bottom:0;margin-right:0;}
ol.a {list-style-type: decimal; clear: left; text-align: left;}
ul.a {list-style-type: disc; clear: left; text-align: left;}

h1 {
	font-size:2.5em;
	color:#000;
	font-family: "Tahoma", Genevea sans-serif
	font-weight: bold;
}
h2 {
	font-size:2em;
	margin-top:1em;
	color:#000;
	font-family: "Tahoma", Genevea sans-serif
}
h3 {
	font-size:2em;
	margin-top:1em;
	color:#000;
	font-family: "Tahoma", Genevea sans-serif
}
h4 {
	font-size:1.5em;
	margin-top:1em;
	color:#8C8C8C;
	font-weight:normal
}
h5 {
	font-size:1.2em;
	margin-top:1em;
	color:#8C8C8C;
	font-weight:normal;
	line-height: 1.5;
}
h6 {
	font-size:1em;
	margin-top:1em;
	color:#8C8C8C
	font-weight:normal
}
dd, dl {border:0; margin:0; margin-bottom:1.5em;}

.container {
	width:1000px;
	margin:0 auto 0 auto;
	text-align: left;
}

.header {
    height: 300px;
    margin-bottom: 25px;
    background: url(../images/header2.png) no-repeat; 
    margin-top: 20px;
    border-bottom-width: 2px;
}

.breadcrumbs {
	text-align:right;
	padding-top:115px;
	font-size:1.2em;
}

.nav {
	width:235px;
	float:left;
	margin-bottom:20px;
	height: 450px;
	margin-top: 60px;
}

.nav h1 {
	color:#4c4c4c;
	padding:0 0 5px 0;
	font-size:2em;
}

.nav ul {
	width:170px;
	padding:0px;
	margin:0px;
	list-style:none;
}

.nav li {
	text-indent:2px;
	border-top:1px solid #bfd2e1;
	height:32px;
	line-height:32px;
	font-size:1.2em;
}

.nav li a #selected {background:#004b8d; color:#FFF;}
.nav h1 a:link {color:#4c4c4c; text-decoration:none;}
.nav h1 a:visited {color:#4c4c4c; text-decoration:none;}
.nav h1 a:focus {color:#4c4c4c; outline:0; text-decoration:underline;}
.nav h1 a:hover {color:#4c4c4c; text-decoration:underline;}
.nav h1 a:active {
	color:#066cc;
	text-decoration:underline;
}
.nav li a:link {color:#0066cc; text-decoration:none;}
.nav li a:visited {color:#0066cc; text-decoration:none;}
.nav li a:focus {
	color:#0066cc;
	outline:0;
}
.nav li a:hover {
	color:#cc9900;
}
.nav li a:active {color:#0066cc; text-decoration:underline;}

.nav2 {
	width:240px;
	float:left;
	margin-bottom:20px;
	height: 50px;
	margin-top: 40px;
}
.nav2 h1 {
	color:#4c4c4c;
	padding:0 0 5px 0;
	font-size:2em;
}

.nav2 ul {
	width:170px;
	padding:0px;
	margin:0px;
	list-style:none;
}

.nav2 li {
	text-indent:2px;
	border-top:1px solid #bfd2e1;
	height:32px;
	line-height:32px;
	font-size:1.2em;
}

.content {
	float:right;
	width:760px;
	font-size:1.5em;
	margin-bottom:20px;
	text-align: center;
	margin-top: 20px;
}

.column {
    float: left;
    width: 50%;
	padding-bottom: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.caption {
    display: block;
}

.footer {
	clear:both;
	padding-top:10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	margin-bottom: 10px;
	margin-top: 20px;
}

.float-left {
	float:none;
}

.float-right {
	float:right;
}

.content-box {
	width:365px;
	background-color:#E0E0E0;
	float:left;
	margin-right:5px;
	padding:5px;
	height:250px;
	text-align: center;
	font-size: 100%;
	margin-top: 5px;
}


.content-box h2 {
	padding:0px;
	margin:0px;
}

.content-box h3 {
	font-size:1.6em;
}

.content-box h4 {
	font-size:1.5em;
}

.bold {font-weight:bold;}

.lined-table tr td {
	border-bottom:1px solid #828282;
}
.container .content-box p strong em {
	font-size: 100%;
}
.container .nav ul li #form1 h5 a strong {
	color: #e4a024;
	font-weight: bold;
}
.container .content h2 {
	color: #900;
	font-size: 1.2em;
	margin-top: 1em;
}
.container .nav h1 a {
	color: #0066cc;
	font-weight: normal;
}
.content-box-2 {
}
.box {
	width: 365px;
	float: left;
	margin-right: 5px;
	padding: 5px;
	height: 250px;
	text-align: center;
	font-size: 100%;
	margin-top: 5px;
}
