body {
	font-family:arial,helvetica;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

h1 {font-weight:bold; font-size:3em; margin-bottom:0.3em;}
h2 {font-weight:bold; font-size:1.6em; margin-bottom:0.3em;}
h3 {
	font-weight:bold;
	font-size:1.8em;
	margin-bottom:0.3em;
	color: #FF0000;
}
h4 {
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:0.3em;
	color: #003366;
}
h5 {
	font-size:1.1em;
	margin-bottom:0.3em;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

a:focus  {background:#ff9900;}
a:active {text-decoration:underline;}
p {
	margin-bottom:1.2em;
}
strong       {font-weight:bold;}
em           {font-style:italic;}
label        {display:inline-block; width:140px;}

.offscreen   {position:absolute; width:200px; left:-1000px;}
.pageheading {}
.smallprint  {font-size:0.7em;}
.centre      {text-align:center;}
.capitalize  {text-transform:capitalize;}
.break       {clear:both;}

#topbar   {
	background:#FFFFFF;
	border-bottom:2px solid #FF0000;
	text-align:left;
	color:#000000;
	padding:3px;
}
#topbar p {display:inline;}
#topbar a {
	color:#FF0000;
	padding:0.2em;
}
#topbar a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
#styleControls  {margin-left:0.3em; padding-left:0.3em; border-left:1px solid #cccccc;}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #FF0000;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#db {
	width: 920px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	padding: 20px;
}
.db_header {
	color: #FFFFFF;
	font-size: 1.6em;
	background-image: url(../db/DB_Header.jpg);
}
.db_subheading {
	color: #FFFFFF;
	font-size: 1.4em;
	background-image: url(../db/DB_Header.jpg);
}




#nav {
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #CC0000;
}

#nav ul         {
	list-style:none;
	background-color: #CC0000;
}
#nav li         {display:inline; margin:0px;}
#nav li a       {
	display:inline-block;
	color:#fff;
	padding:8px;
	font-size:0.7em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px;
	text-align:center;
	border-right:1px dotted #fff;
	background-color: #CC0000;
}
#nav li a:hover {
	background-color: #333333;
}
#nav li a:focus {
	background-color: #666666;
}
#nav li .highlighted {
	background:#eee;
	color:#666666;
}
#nav .first     {border-left:1px dotted #fff;}

#leftcol {
	float: left;
	width: 250px;
	padding: 0px;
	margin: 10px;
}

#centrecol {
	float: left;
	width: 630px;
	min-height:400px;
	margin: 10px;
	padding: 10px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: 100px 50px;
}
#centrecol h4 a:hover {
	color: #FF9900;
}

#centrecol p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}


#centrecol li {
	list-style-type: disc;
}
#centrecol a {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
	bottom: 10px;
}
#centrecol a:hover {
	color: #FF9900;
}




#footer {
	float: left;
	width: 940px;
	text-align: center;
	background-color: #CC0000;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	color: #FFFFFF;
	text-align: left;
	font-size: 0.9em;
}
#footer a {
	font-weight: bold;
	color: #FF9900;
}
