/* @override http://www.quru.com/public.css */

html
{
	height: 100%; margin-bottom: 1px;
}

body
{
	font: 14px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

table
{
	padding:  0;
}

td
{
	padding-right: 10px;
}

tr
{
	vertical-align: top;
}

thead
{
	border-bottom:  1px solid black;
}

h1
{
	font-size: 120%;
	text-transform: uppercase;
}

h2
{
	font-size: 120%;
}

h3
{
	font-size: 100%;
}

#body
{
	width: 600px;
	margin: 0 auto;
	border: 1px solid black;
	font: 14px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.header
{
	width: 600px;
	height: 150px;
}
	
div.menu
{
	white-space: nowrap;
	position: relative;
	top: 70px;
}

div.centred {
	margin: 0 auto;
	text-align: center;
}

div.menu a
{
	color: #525252;
	text-decoration: none;
	font-size: 90%;
	padding: 2px 10px;
	border-style: solid;
	border-width: 1px;
	background-color: #ddd;
	height: 16px;
	white-space: nowrap;
}

div.menu a:hover {
	color: maroon;
	text-decoration: underline;
}

/* @group Links */
.links
{
	text-align: center;
}

/*.links span { float: left }*/

.links * {
	list-style: none;
}

.links ul {
	display: table;
	margin: auto;
	text-align: center;
}

.links li {
	display: inline;
}

.links a {
	color: #525252;
	text-decoration: none;
	font-size: 90%;
	padding: 2px 10px;
	border-style: solid;
	border-width: 1px;
	background-color: #ddd;
}

.links a:hover {
	color: maroon;
	text-decoration: underline;
}
/* @end */




/* @group awards */
.awards
{
	text-align: center;
}

.awards * {
	list-style: none;
}

.awards ul {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.awards li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

/* @end */


a.external
{
	color: gray;
	border-bottom: 1px solid maroon;
	text-decoration: none;
	background: url(images/out.gif) no-repeat right 7px;
	padding-right: 9px;
}

a.external:hover
{
	color: maroon;
}

a.internal
{
	color: gray;
	border-bottom: 1px solid maroon;
	text-decoration: none;
}

a.internal:hover
{
	color: maroon;
}


.content
{
	margin: 10px;
	margin-top: 30px;
}

.logo {
	position: relative;
	top: 28px;
	left: 28px;
}

p.indent
{
	padding-left: 30px;
}

.middleBar
{
	background-color: #feffc9;
	padding: 10px;
	margin: 20px;
	border: 1px solid #999;
}
.quotation
{
	text-align: center;
	font-style: italic;
	font-size: 110%;
	color: gray;
}

