html, body { margin: 0px; padding: 0px; }

body {
	background: #3d5d79;
	color: #808282;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* center for IE */
}

h2, h3 {
	color: #fff;
	font: 12px;
}

a:link { color: #0e60a8; }
a:visited { color: #ffb00f; }
a:active, a:hover { color: #ffb00f; }

#container {
	width: 780px;
	margin: 0px auto;
	text-align: center;
}

#header {
	height: 155px;	
	margin: 20px 0px 15px 0px;
}
#header .boxbottom { padding: 5px 15px 10px 15px; }


#logo {
	margin: 0px; /* take out margins to counteract Heading 1's default margins */
}

	#logo a {
		background: url('images/logo.gif') no-repeat center;
		display: block;
		height: 100px;
		margin: 10px 0px 0px 0px;
		text-indent: -999999px;
	}
	
#menu {
	background: url('images/menu.gif') no-repeat;
	height: 18px;
	margin: 20px 0px 6px 5px;
	color: #fff;
}

	#menu ul {
		margin: 0px;
		list-style: none;
		padding: 1px 0px 0px 0px;
	}
#container #body3col .boxtop .boxbottom #left #body1 .content .contenttop .contentbottom h4 {
	text-align: center;
}

	
	#menu li {
		display: inline; /* put it all in one line - works for text links, not image/button links */
	}
	
	#menu a {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		padding: 0px 10px;
	}
	
	#menu a:active, #menu a:hover { color: #0273d7; text-decoration: underline; }
	
	
#left {
	width: 564px; /* for IE */
	float: left;
	margin: 0px;
}	
	
#body3col .boxbottom {
	padding: 5px 15px 10px 15px;
}
	
#body1 {
	width: 360px;
	float: right;
	margin: 0px 0px 5px 9px;
	color: #484949;
}

	#body1 h2 {
		background: url('images/centerheader.gif') no-repeat;
		height: 18px;
		margin: 7px 0px 3px 0px;
		padding: 2px 0px;
		font-size: 12px;
		text-align: center;
	}
	
	#body1 h2.alternate {
		background: url('images/centerheader1.gif') no-repeat;
	}

#body2 {
	width: 180px;
	float: left;
	margin: 0px 0px 0px 6px;
	color: #616262;
}

#body3 {
	width: 180px;
	float: right;
	margin: 0px 6px 0px 0px;
	color: #616262;
}

	#body2 h3, #body3 h3 {
		height: 18px;
		margin: 7px 0px;
		padding: 2px 0px;
		font-size: 12px;
		text-align: center;
	}
	
	#body2 h3 { background: url('images/sideheader.gif') no-repeat; }
	#body3 h3 { background: url('images/sideheader1.gif') no-repeat; }
	#body2 h3.alternate, #body3 h3.alternate { background: url('images/sideheader2.gif') no-repeat; }
	#body2 li, #body3 li { margin: 0px 0px 0px -15px;}
		
		
#footer { color: #3d5d79; }
#footer .boxbottom { padding: 12px 15px; }


.submenu { margin: 0px 0px 0px -30px; }

.submenu li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	text-align: center;
}

.submenu a { color: #616262; text-decoration: none; }
.submenu a:active, .submenu a:hover { color: #0273d7; text-decoration: underline; }	

.boxbg { 
	background: url('images/body-bg.gif') repeat-y;
	width: 770px;
}
.boxtop { background: url('images/body-top.gif') no-repeat;
	width: 770px;
}
.boxbottom { 
	background: url('images/body-bottom.gif') no-repeat bottom;
	width: 750px;
}


.content {
	background: #ecedee;
	margin: 0px;
	text-align: left;
	padding: 5px 7px 5px 7px;
}

.contenttop {
	background: url('images/highlight-top.gif') no-repeat;
	padding: 5px 7px 5px 7px;
}

.contentbottom {
	background: url('images/highlight-bottom.gif') no-repeat bottom;
	padding: 5px 7px 5px 7px;
}


.button {
	background: #949595;
	border: solid 1px #6e7070;
	color: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 7px;
	padding: 0px 2px;
}
	.button:hover {
		background: #808282;
		border: solid 1px #434343;
		color: #ffb00f;
	}
	
.clear { clear: both; }
#container #body3col .boxtop .boxbottom #left #body1 .content .contenttop .contentbottom p {
	font-style: italic;
}
#container #body3col .boxtop .boxbottom #left #body1 .content .contenttop .contentbottom blockquote {
	font-style: italic;
}
