@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCE4F6;
	margin-top:0px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#main {
	background-color:red;
	width:995px;
	background-image:url(../images/bg_image.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
	padding-top:11px;
	margin-bottom:0;
	padding-bottom:0;
}

#footer {
	margin-top:0px;
	padding-top:30px;
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:10pt;
	clear:left;
	width:943px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:15px;
}
#footer a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}
.title {
	color: #0046ad;
	font-size:20px;
	font-weight: 800;
	margin-bottom:3px;
	text-align:center;
}
.subtitle {
	color: #990033;
	font-size:14px;
	font-weight:800;
	margin-bottom:15px;
	clear:both;
	text-align:center;
}
.subtitleleft {
	color: #990033;
	font-size:14px;
	font-weight:800;
	margin-bottom:15px;
	clear:both;
	text-align:left;
}
#bottom {
	width:995px;
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0;
	padding:0;
}
#bottomimg {
	margin:0;
	height:16px;
	width:995px;
}
#header {
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:943px;
	height:auto;
}
#top {
	background-image:url(../images/top.gif);
	width:943px;
	height:85px;
}
#navbar {
	width:943px;
	background-image: url(../images/navbar.gif);
	height:27px;
	margin-left:auto;
	margin-right:auto;
}
