﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-color: #00349A;
	max-height: 70px;
}

#top_nav {
	background-color: #00349A;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 150px;
	height:auto;
	float: left;
	color: #000000;
	background-color: #FDCA00;
}

#page_content {
	margin-left: 150px;
}

#footer {
	clear: both;
	background-color: #00349A;
}

@charset "utf-8";
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-left:2pt;
	margin-right:2pt;
}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-left:2pt;
	margin-right:2pt;
	color:#FFFFFF;
}
.bullet {
	margin-bottom: 5px; 
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.H1 {
	font-family: Arial Narrow;
	font-size:18pt;
	font-weight:bold;
	color:#000066;
}	
.H2 {
	font-family: Arial Narrow;
    font-size:14pt;
	font-weight:bold;
	color:#000066;
	}
.H3 {
	font-family:Arial Narrow;
	font-size:12pt;
	font-weight:bold;
	color:#00349a;
	}
.sidemenu {
	border-color: #FFFF99;
	border-width: 0;
	font-family: Arial;
	font-size: medium;
}
.table_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center
}
.table_title {
	font-family:Arial Narrow;
	font-size:12pt;
	font-weight:bold;
	color:#00349a;
	text-align:center
}
.table_label {
	font-family:Arial Narrow;
	font-size:11pt;
	font-weight:bold;
}
.table {
	margin-left:2pt;
	margin-right:2pt;
	margin-bottom:2pt;
}
.table_style1 {
		border-style: solid;
		border-width: 1px;
		border-color: #fec803;
		background-color: #00349A;
}
.link {
	font-family:"Arial Narrow";
	font-size:12pt;
	font-weight:bold;
}
.diebolt {
	font-family:"Arial Narrow";
	font-size:18pt;
	font-weight:bold;
	font-style:italic;
	color:#000066;
}	
.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.footer {
	font-family:tahoma;
	font-size:10px;
	color:#FFFFFF;
	text-align:center
}
.printpage {
	font-family:tahoma;
	font-size:10px;
	color:#000000;
	text-align:center
}
.pagelinks a {
	color: #00349A;
}
.pagelinks a:visited {
	color: #00349A;
}
.pagelinks a:active {
	color: #FFCC00;
}
.pagelinks a:hover {
	color: #FFCC00;
}	



/* Default style for links */
a {
	color: #99CCFF;
}
a:visited {
	color: #66CCFF;
}
a:active {
	color: #FFCC00;
}
a:hover {
	color: #FFCC00;
}	
