html {
	background: url(images/bg.gif) #005ea2 0% 0% repeat-x;
	font: x-small "Verdana", "Arial", sans-serif;
	font-size/* */:/**/small;
	font-size: /**/small;
}
body {
	background: url(images/bg-body.gif) 50% 100% repeat-x;
	padding: 52px 0 20px 0;
}

#container {
	margin: 0 auto;
	text-align: left;
	/*background: url(images/bg-container.gif) #91cde6 0% 0% repeat-y;*/
	
}
#container:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	/*background: url(images/header.jpg) 0% 100% no-repeat;*/
	position: relative;
}
#header h1 {
	position: absolute;
	top: 90px;
	left: 80px;
	font: bold 260% "Verdana", "Arial", sans-serif;
}
#mainmenu {
	position: absolute;
	bottom: 232px; /* die, IE 6, die */
	left: 30px;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	list-style: none;
	font: bold 120% "Verdana", "Arial", sans-serif;
	margin: 0;
	padding: 0;
}
#mainmenu li a {
	display: block;
	width: auto;
	float: left;
	margin-right: 10px;
	padding: 6px 10px;
}
#mainmenu li a:link, #mainmenu li a:visited {
	background: #058cc4;
	color: #fff;
}
#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a:focus {
	background: #fff;
	color: #058cc4;
}
#mainmenu li.active a:link, #mainmenu li.active a:visited {
	background: #b9def0;
	color: #058cc4;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #ffffff;
	padding: 46px 0px 0 0px;
	font-size:10px;
}
#footer p {
	float: left;
	width: auto;
	padding: 10px 10px;
	font: normal 100% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
}
#footer p.credit {float: right;}
#footer a:link, #footer a:visited {color: #fff; background: #058cc4;}
#footer a:hover, #footer a:active, #footer a:focus {text-decoration: underline;}
#footer:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content {
	width: 700px;
	float: left;
	/*padding: 15px 25px 0 25px;*/
	padding: 15px 25px 0 20px;
}
#column {
	width: 164px;
	margin-top: 25px;
	padding: 10px;
	background: #ffffff;
	/*border: 2px solid #00589C;*/
}
#content, #column {
	overflow: visible !important;
	overflow: hidden; /* die, IE 6, die */
}
ul.menu li {
	margin: 0;
	list-style: none;
}
#column ul.menu li a {
	display: block;
	background: #bfdfef;
	border-left: 1em solid #2c9fce;
	padding: .3em .5em;
	color: #006ec3;
	font-weight: normal;
}
#column ul.menu li a:hover {
	border-left: 1em solid #005ea2;
	color: #00579b;
	background: #acd9ec;
}
h2 {
	font: bold 160% "Verdana", "Arial", sans-serif;
	color: #0059BC;
	padding-bottom: .5em;
}
h3 {
	font: bold 120% "Verdana", "Arial", sans-serif;
	color: #0059BC;
	padding-bottom: .2em;
}
#content a:link {
	color: #1AA800;
	font-weight: bold;
	background: #91cde6;
}
#content a:visited {
	color: #007E03;
	background: #91cde6;
}
#content a:hover, #content a:active, #content a:focus {
	color: #fff;
	background: #91cde6;
}
#column a:link {
	color: #1AA800;
	font-weight: bold;
	background: #b8d8ec;
}
#column a:visited {
	color: #007E03;
	background: #b8d8ec;
}
#column a:hover, #column a:active, #column a:focus {
	color: #fff;
	background: #b8d8ec;
}
label {
	color:#005ea2;
	font-weight:bold;
	clear: both;
	float: left;
	margin-bottom: 1em;
	width: 15em;
	/* 	padding: .2em 0; */

}
textarea {
	float: left;
	border: 2px solid #000000;
	background: #ffffff;
	width: 300px;
	padding: .2em;
	margin-bottom: 1em;
}
