/* Native Title Blue Theme Overrides CSS
 * Copyright 2005 Optcom - Making IT Essy
 * Joseph Blythe <joseph@optcom.net.au>
 */
#topbar {
	height: 33px;
	background-image: url(images/topbar_blue.jpg);
	background-repeat: no-repeat;
	border-bottom: 4px solid #000;
}
#site {
	width: 760px;
	margin: 0 auto;
	text-align: left; 
	background: url(images/site_bg_blue.jpg) repeat-x;
}
#headerstrip {
	position: absolute;
	width: 760px;
	height: 202px;
	background: url(images/headerstrip_bg_blue.gif) no-repeat;
	top: 25px;
	z-index: 97;
}
#container {
	background-color: #003366;
	background-image: inherit;
}
#leftcol li a:link, #leftcol li a:visited {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: 80%;
	background-color: #003366;
}
#leftcol li a:hover {
	color: #FFFF00;
	background-color: #BB0000;
}
#leftcol li a:link.active, #leftcol li a:visited.active, #leftcol li a:active {
	background-color: #0058B0;
}
#subnav {
	background-color: #002346;
}
#subnav li a:link, #subnav li a:visited {
	background-color: #002346;
}
#subnav li a:hover {
	color: #FFFF00;
	background-color: #BB0000;
}
#subnav li a:active, #subnav li a:link.active, #subnav li a:visited.active {
	background-color: #0058B0;
}
#login {
	background-color: #003366;
}
#footer {
	height: 95px;
	text-align: center;
	background-color: #003366;
}
#botbar {
	height: 33px;
	background-image: url(images/botbar_blue.jpg);
	background-repeat: no-repeat;
	border-top: 4px solid #000;
}
#content {
	background: url(images/watermark_blue.jpg) no-repeat top left #FFF;
}