body {
	background: #263445 url('images/bg.gif');
	color: #525e6c;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #4a7c9b; }
a:visited { color: #7591a2; }
a:active, a:hover { color: #58a1d4; }

h1 { color: #2c333c; font: 180% Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif; }
h2 { color: #2c333c; font: bold 150% Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif; }
h3 { color: #2c333c; font: bold 130% Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif; }
h4 { color: #2c333c; font: bold 110% Verdana, Arial, Helvetica, sans-serif;}
h5 { color: #2c333c; font: bold 100% Verdana, Arial, Helvetica, sans-serif; }
h6 { color: #2c333c; font: bold italic 100% Verdana, Arial, Helvetica, sans-serif; }

.infoboxouter { background: url('images/stripedbg.gif');  }
.infoboxinner { background: #fff; }

#specialcontent { 
	background: url('images/stripedbg2.gif'); 
}
#specialcontentinner {
	background: url('images/mainpic.jpg') -570px -50px no-repeat; /* background image position should be the negative inverse of the top and left positions of specialcontent, with an additional -10 pixels added. */
	color: #fff;
}

#topbg {
	background: url('images/bg-top.gif') repeat-x;
}

#outercontainer {
	background: url('images/contentshadow.gif') 0px 35px no-repeat;
}

#container {
	background: #fff;
}

#logo a {
	display: block;
	width: 200px;
	height: 69px;
	background: url('images/yourlogohere.gif') no-repeat;
	text-indent: -999999px;
}

#topmenu a:link, #topmenu a:visited { color: #4a7c9b; text-decoration: none; }
#topmenu a:active, #topmenu a:hover { text-decoration: underline; }

#mainpic {
	border-top: solid 1px #3a7093; 
	border-bottom: solid 1px #3a7093;
	background: url('images/mainpic.jpg') no-repeat;
}

#contentarea {
	background: #fff url('images/bodyshadow.gif') repeat-x;
}

#body3col {
	background: url('images/columns3.gif') repeat-y;
}

#body2col {
	background: url('images/columns2.gif') repeat-y;
}

#body3col #body1, #body2col #body1 {
	font-size: 120%;	
}
	
#submenu {
	background: url('images/stripedbg.gif');
}

#submenu ul {
	background: #fff url('images/bodyshadow.gif') 0px -20px repeat-x;
}

#submenu a:link, #submenu a:visited {
	color: #263445;
}
	
#submenu a:active, #submenu a:hover {
	background: #447594;
	color: #fff;
}

#footer {
	font-size: 80%;
}

@media print {
	body { background: none; }

	.infoboxouter, .infoboxinner, #specialcontent, #specialcontentinner, #topbg, #outercontainer, #contentarea, #body3col, #body2col, #submenu, #submenu ul {
		background: none;
	}

}