@charset "UTF-8";
/* CSS Document */
body {
	font-family:Tahoma, Geneva, sans-serif;
	
}
#container{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFF;
	
	padding:5px;
	
}

#header {
	border-color:#06F;
	border-style:double;
	border-width:medium;
	
}

#hdrimage{
	float:left;
	
}
#hdrtxt {
	float:right;
	text-align: center;
	font-weight: bold;
	color:#2062FF;
	width:480px;
	/*font-size: 24px;*/
}

.hdrlarge{
	font-size: 48px;
	margin-bottom:12px;
	margin-top:24px;
	
}

.hdrsmall {
	font-size:24px;
	margin-top:12px;
	margin-bottom:12px;
}

.hdrSmlarge{
	font-size: 42px;
	margin-bottom:6px;
	margin-top:12px;
	
}

.hdrSmsmall {
	font-size:20px;
	margin-top:6px;
	margin-bottom:6px;
}

.contentlarge{
	font-size: 24px;
	margin-bottom:12px;
	color:#2062FF;
	/*text-align: center;*/
	font-weight:bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#DivMenu {
	width:800px;
	height:24px;
	/*z-index:2;*/
	/*background-color:#3754af;*/
	/*background-color:#0a2e94;*/
	background-color:#8993af;
	/*	padding-top:.5px;
	padding-bottom:.5px;*/
	margin-top:2px;
	
}

#tablemenu {
color:#FFFFFF;
text-align:center;
}
#tablemenu a {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	margin: 0;
}
#tablemenu a:link {
	text-decoration: none;
	
}
#tablemenu a:visited {
	text-decoration: none;
}
#tablemenu a:hover {
    clear: both;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #3754af;
}
#tablemenu a:active {
	text-decoration: none;
}
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
}
.smalltxt {
	font-size: 14px;
}

.hdrsmall a {
	color: #2062FF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	margin: 0;
}
.hdrsmall a:link {
	
}
.hdrsmall a:visited {
	
}
.hdrsmall a:hover {	
	color: #3754af;
}
.hdrsmall a:active {
	
}

.hdrSmsmall a {
	color: #2062FF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	margin: 0;
}
.hdrSmsmall a:link {
	
}
.hdrSmsmall a:visited {
	
}
.hdrSmsmall a:hover {	
	color: #3754af;
}
.hdrSmsmall a:active {
	
}
