/* ABSU by Michael Mellor
 * Main Stylesheet
 */
/* Import lightbox */
@import url("css/lightbox.css");
@import url("css/absu.css");

/* Defaults */

html, body {
	min-height: 100%;
    height: 100%;
}
body {
    margin: 0;
}
DIV#container {
}
/* Main Structure */
DIV#header {
	background: transparent url("images/header.png") no-repeat top left;
	height: 180px;
	width: 100%;
	padding: 0px;
}

div#navigator {
	float: right;
	background: #b9afae;
	text-align: right;
	width: 133px;
	height: 100%;
	padding: 20px 0px 0px 0px;
}
img#menuItem1, img#menuItem2, img#menuItem3, img#menuItem4, img#menuItem5,
img#menuItem6, img#menuItem7, img#menuItem8, img#menuItem9, img#menuItem10 {
	width: 133px;
	height: 30px;
}

div#sitelinks {
    width: 100%;
    text-align: right;
}
div#sitelinks div.menu_caption { display: none; }
div#sitelinks a {
	display: block;
	margin-bottom: 5px;
    width: 130px;
    height: 23px;
    color: #00478b;
    font-size: 16px;
    text-decoration: none;
}

div#content {
	margin: 10px 135px 5px 150px;
	font-family: arial !important;
	font-size: 12pt;
	position: relative;
	top: -75px;

	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	list-style-position: outside;
	list-style-type: square;
}
div#content div.menu_caption {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: left;
	font-weight: bold;
	color: #666;
	font-family: 'Times New Roman', Times, serif;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}
div#content table td {
	background: transparent !important;
}
div#footer {
	font-size: 10px;
	margin-top: 30px;
	text-align: center;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 5px;
	margin-bottom: 2px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 2px;
}
h4, h5 {
	margin-top: 2px;
	margin-bottom: 2px;
}

table.tborder {
	border: 1px solid #000;
	border-top: 0px none transparent;
}
table.tborder td {
	border-top: 1px solid #000;
	background: #eeeeff;
	padding: 2px;
}
table.tborder td.theader {
	text-align: center;
	font-weight: bold;
	background: #aaaaff;
}
table.tborder td.tborder {
	font-size: 0.8em;
}
table.tborder span.terror {
	color: #ff0000;
}
table.tborder td.cl1 { background: #eeeeff; }
table.tborder td.cl0 { background: #ffffff; }


