@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #E4ECF8;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #144589;
}
a:visited {
	color: #4171B3;
}
a:hover {
	color: #7CA4DC;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #144589;
}
h2 {
	font-size: 16px;
	color: #144589;
}
#wrapper {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 110px;
	width: 816px;
}
#header_top {
	height: 10px;
	width: 816px;
}
#nav {
	float: left;
	height: 287px;
	width: 226px;
}
#header {
	float: left;
	height: 287px;
	width: 590px;
}
#header_bottom {
	height: 44px;
	width: 816px;
	clear: both;
}
#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	width: 736px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	width: 816px;
	padding-bottom: 20px;
}
.imageborder {
	border: 1pt solid #666666;
	padding: 1px;
}

