body {
	font-family:Arial;
	background:url(/templates/blank/images/bg.gif);
	padding:0;
	margin:0;
	border:0;
	font-size:10pt;	
}

a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

#container {
	width:948px;
	margin:10px auto;
}

#header {
	width:948px;
	height:186px;
	background:url(/templates/blank/images/header.gif);
	clear:both;
}

#main {
	width:948px;
	background:url(/templates/blank/images/middle.gif) repeat-y;	
}

#content {
	width:948px;
	background:url(/templates/blank/images/special-middle.gif) no-repeat;
	min-height:400px;
}

#footer {
	clear:both;
	width:948px;
	height:204px;
	background:url(/templates/blank/images/footer.gif) no-repeat;	
}

#main .navigation, #footer .navigation {
	text-align:center;
	padding-bottom:10px;
}

#main .navigation a, #footer .navigation a {
	color:#003366;
}

.address {
	clear:both;
	text-align:center;
	color:#003366;
	padding:10px 0;
}


#leftcontent {
	float:left;
	width:580px;
	padding-left:148px;
}

#rightbar {
	float:left;
	width:200px;
	padding:0 10px;
}

#navigation a {
	color:#1c3766;
	text-decoration:none;
	display:block;
	font-weight:bold;
	height:22px;
	width:160px;
	text-align:center;
	padding-top:3px;
	margin-bottom:10px;
	font-size:11pt;
}

#navigation a:hover, #navigation a.selected {
	background:url(/templates/blank/images/nav-hover.png) no-repeat left center;
}

#nav2 {
	float:right;
	padding-right:20px;
	height:16px;
}

#nav2 a {
	color:#003366;
}