body {
	text-align: center; /*center hack*/
}
#wrap {
	width: 758px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left;
}
#header {
	width: 758px; /*center hack*/
}
#topnav {
	width: 758px;
	margin-left: 1px;
}
#main {
	width: 758px;
	overflow: hidden;
	float: left;
}
#left {
	width: 180px;
	float: left;
}
#centre {
	width: 578px;
	float: left;
}
.inside-left{
	padding-top: 20px;
}
.inside-centre{
	padding: 20px 30px 10px 20px;
}
#footer {
	clear: both;
	margin-top: 0px;
}


body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%; /* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #666666; /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	margin: 10px 0px 10px 0px;
	background-color: #d4d4d4;
}

/*Listamatic*/

a.menu {
	color: #fff;
}

a.submenu {
	color: #999999;
}

#menu_bg {
	float: left;
	width: 756px;
}
#navcontainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navcontainer li {
	color: #fff;
	display: block;
	float: left;
	background: url(images/menubg.gif) repeat-x;
	font-size: 12px;
	text-align: center;
}
#navcontainer a {
	text-decoration: none;
	display: block;
	height: 26px;
	padding-top: 3px;
	width: 100px;
	border-right: 1px solid #fff;
}
#current {
	color: #303390; 
	background: url(images/menubghover.gif);
	font-weight: bold;
}
#navcontainer a:hover {
	color: #303390; 
	background: url(images/menubghover.gif);
}
/*subnav*/
#sub_navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style: none;
width: 180px;
}

#sub_navcontainer li
{
	display: block;
	background: url(images/submenubg.gif);
	font-size: 12px;
	text-align: left;
	text-indent: 20px;
	
}
#sub_navcontainer a {
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 1px;
	width: 180px;
	
}
#sub_current {
	color: #303390;
	background: url(images/submenubghover.gif);
	font-weight: bold;
}
#sub_navcontainer a:hover {
	color: #303390;
	background: url(images/submenubghover.gif);
}
/*End Listamatic*/

/*typography*/
a {
	text-decoration: underline;
	color: #0F66F0;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
	color: #F02B0F;
}
a:active {
}
a.footer{
	color: Silver;
}
a.footer:hover {
	text-decoration: underline;
	color: #fff;
	}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em; /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #303390;
}
h2 {
	font-size: 1.1em;
	margin: 1em 0em;
	font-weight: bold;
	color: #303390;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	color: #303390;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0.5em;
	margin: 0px;
}
img {
	border: 0;
}
ol, ul, li {
	font-size: 1.0em; /*
	list-style: none;*/
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {
	font-family: monospace; /*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}

/*Customise layout	*/
#header {
	padding: 0;
	margin: 0;
	border-top: 2px solid gray;
	border-left: 2px solid gray;	
	border-right: 2px solid gray;
}
#divisions{
	text-align: center;
}
#main {
	background: url(images/bg.jpg);
	background-repeat: repeat-y;
	border-left: 2px solid gray;	
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
}
#footer {
	float: left;
	width: 734px;
	background-color: #7e7e7e;
	font-size: 0.8em;
	padding: 8px 12px 8px 12px;
	color: Silver;
	margin-top: 5px;
	border: 2px solid #303390;
	line-height: 1.5em;
}


hr {
	border: 0;
	color: Silver;
	background-color: Silver;
	height: 1px;
	width: 50%;
	text-align: center;
}
/*Box stuff for highlighting text blocks perhaps*/
.box1 {
	padding: 3px;
	font-size: 0.9em;
}
.box2 {
	color: Silver;
	font-size: 0.90em;
	padding: 4px;
	border-bottom: 1px dashed Silver;
	border-top: 1px dashed Silver;
}
.box3 {
	font-size: 0.95em;
}
