html { height: 100%; }
img.profile { margin: 10px; }
body {
	/* Compensate for IE's shortcomings */
	behavior:url("css/csshover.htc");
	/* To centre the div.body element */
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	background: #ddd;
	color: #000;
}

/******************/
/* Primary Blocks */
/******************/
div.body {
	background: #fff;
	text-align: left;
	width: 800px;
	margin:0px auto auto auto; 
	padding: 0;
	position: relative;
	border-left: 2px solid #010080;
	border-right: 2px solid #010080;
	height: 100%;
}
body>div.body {
	min-height: 100%;
	height: auto;
}
div#content {
	margin: 20px 10px 5px 10px;
	text-align: justify;
	position: relative;
	padding-bottom: 60px;
}
div#site_copyright {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 8pt;
	vertical-align: middle;
	position: absolute;
	width: 100%;
	bottom: 30px;
}
div#site_copyright span {
	color: #555;
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

/**********************/
/* Site title/heading */
/**********************/
h1#site_title {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 123px;
	border-bottom: 3px solid #010080;
	background: #010080 url(../img/layout/header_bg.png) top right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* Image Replacement of title */
h1#site_title a {
	display: block;
	width: 129px;
	height: 120px;
	border: none;
	background: url(../img/layout/logo.png) no-repeat center white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
h1#site_title span { display: none; }

/*******************/
/* Site Navagation */
/*******************/

ul#site_nav_menu li a {
	color: #010080;
	text-decoration: none;
}
ul#site_nav_menu li:hover { background: #04a; }
ul#site_nav_menu li:hover a { color: #fff; }
ul#site_nav_menu {
	position: absolute;
	top: 101px;
	left: 129px;
	width: 671px;
	height: 17px;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style-type: none;
	border-top: 2px solid #010080;
}
ul#site_nav_menu li {
	line-height: 17px;
	position: relative;
	float: left;
	height: 17px;
	padding: 0 20px;
	margin: 0;
	font-size: 14px;
	text-align: left;
	border: none;
	border-left: 2px solid #010080;
}

/*******************/
/* General Styling */
/*******************/
a { color: #000; }
a:hover { color: #444; }
h2 {
	margin: 4px 0;
	padding: 0;
	font-size: 18pt;
	font-weight: bold;
}
h3 {
	margin: 16px 0 8px 0;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
}

p {
	margin: 8px 0;
}

/*****************/
/* Design credit */
/*****************/
div#design_credit a { color: #555; }
div#design_credit {
	color: #555;
	font-size: 8pt;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 15px;
}

table.normal { padding-bottom: 12px}
table.normal td { background: #555; padding: 2px; font-size: 10pt; color: white}
table.normal tr.heading td { background: #010080; padding-top: 2px; padding-bottom: 2px;}
table.normal td.row_error { background: #c00; }
