* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff url('../../img/hedr33.jpg');
	background-repeat: repeat-x;
	font-family: Arial, "Trebuchet MS" Verdana, sans-serif;
    font-size: 12px;
}

ul {
	font-size: 1em;
	margin:0;
	padding:0;
	color: #3B6EBF;
}

a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header 
{
    height: 100px;
    margin-bottom: 5px;
}

#header div.h1 { padding-left: 16px; padding-top: 14px; font-size: 22px; color: #FFF; }
#header div.h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
#header div.h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

#wrap {
    margin: 0 auto;
    width: 77%;
}
.middle {
	float: left;
	width: 60%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: left;
	width: 25%;
	margin: 0 10px;
	padding: 1% 1%;
}

.right ul {
	padding: 20px 0 15px 30px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
}

.middle h1 { color: #223f6d; font-size: 20px; margin-bottom: 10px; margin-top: 10px;}
.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 12px; margin-top: 15px;}
.middle h3 { color: #3B6EBF; font-size: 12px; margin-bottom: 10px; margin-top: 10px;}

.middle div.h1 { color: #223f6d; font-size: 20px; margin-bottom: 10px; margin-top: 10px; font-weight: bold;}
.middle div.h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px; font-weight: bold;}
.right div.h2 { color: #3B6EBF; font-size: 12px; margin-top: 15px; font-weight: bold;}
.middle div.h3 { color: #3B6EBF; font-size: 12px; margin-bottom: 10px; margin-top: 10px; font-weight: bold;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    margin: 20px auto 0 auto;
	text-align: center;
	border-top: dotted 1px #ccc;
	padding: 10px 0 10px 0;
	color: #666;
	background: #eee;
}

table.result {
	border: 1px solid black;
	border-collapse: collapse;
}

table.result tr td, th {
	border: 1px solid black;
	padding: 6px;
}

table.result tr td.number {
	text-align: right;
}

h1.little_h1 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

#navBar {
	font-size: 14px;
}

strong {
	font-weight: normal;
}

table.connect {
	background-color: #eee;
}

table.connect th {
	border: none;
}

table.blank {
	border: none;
}

table.blank tr td, th {
	border: none;
}

span.error {
	color: red;
}

#navLg {
	float: right;
	color: #fff;
}

#navLg a {
	color: #fff;
	text-decoration: underline;
}

#navLg a.selected {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}