@charset "UTF-8";
/* CSS Document */

body {
	background-color:#d3e1f3;
	margin:0;
	margin-top:5px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

html, body {
	height:100%;
	padding:0;
}

h1 {
	color:#006bb3;
	font-size:18px;
	margin:0;
	padding:0;
	margin-bottom:20px;
}

input[type="text"] {
	border:1px #006bb3 solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width:200px;
}

textarea {
	border:1px solid #006bb3;
	margin:0;
}

a {
	color:#006bb3;
}

a:hover {
	text-decoration:none;
}

li {
	margin-bottom:8px;
}

#content {
	width:713px;
	background-color:#FFF;
}

#bighead {
	background-image:url(img/logo_big.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:227px;
	border-bottom:4px solid #d3e1f3;
}

#smallhead {
	background-image:url(img/logo_small.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:102px;
	border-bottom:4px solid #d3e1f3;
}

#navigation {
	height:29px;
	border-bottom:4px solid #d3e1f3;
	background-color:#006bb3;
}

#navigation a {
	color:#FFF;
	text-decoration:none;
	padding:8px 12px 8px 12px;
	font-weight:bold;
	cursor:pointer;
	font-size:11px;
	float:left;
}

#navigation a:hover, #navigation a#active {
	color:#333;
	background-color:#FFF;
}

#maincontent {
	padding:20px;
	min-height:300px;
}

#maincontent td {
	padding-top:4px;
	padding-bottom:4px;
}

#maincontent .mayday {
	font-size:13px;
	color:#006bb3;
	font-weight:bold;
}

#maincontent .mayday a {
	text-decoration:none;
}

#maincontent .mayday a:hover {
	text-decoration:underline;
}

.item {
	border-top:2px solid #006bb3;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.item span {
	display:block;
	font-weight:bold;
	color:#006bb3;
}

.item img {
	margin-top:4px;
	margin-bottom:4px;
}


.footer {
	background-color:#d3e1f3;
	padding-top:4px;
	padding-bottom:20px;
	color:#858585;
	font-size:10px;
}