/*General element styles*/
#pagebox {
	background-color: white;
	font-family: arial;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

a { color: #ED1B23; }

h1 {
	clear: both;
	border-bottom: 4px solid #ED1B23;
	margin-bottom: 1em;
	width: 75%;
	font-size: large
}
h2 {
	clear: both;
	margin-top: 3em;
	font-size: medium
}

h3 {
	clear: both;
	color: #ED1B23;
	margin-top: 1em;
	font-size: medium
}

.nc {
	clear: none;
}

table.hdef th {
	text-align: right;
	vertical-align: top;
	padding-right: 1em;
	padding-bottom: 1em;
}

table.hdef td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}

li.em {
	/*color: #800000;*/
	font-weight: bold;
}

p.standout {
	margin: 1em 0;
	font-weight: bold;
	font-style: italic;
}

/*Styles for layout*/
body {
	padding: 0 30px;
	background-color: black;
	font-size: small;
	min-width: 790px;
}

#tabs {
	font-weight: bold;
	margin-left: 30px;
	padding: 0;
	height: 82px;
	background-color: #ED1B23;
}

#tabs a {
	display: block;
	float: right;
	background-color: #ED1B23;
	vertical-align: bottom;
	font-size: 0.9em;
	margin: 10px 0 0 5px;
	padding: 5px;
	color: white;
	text-decoration: none;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
}

#tabs a.active {
	background-color: #A7A9AC;
}

#tabs a:hover {
	color: black;
}

#tabs img {
	float: left;
}

#submenu {
	background-color: #A7A9AC;
	height: 1.5em;
	clear: both;
	text-align: right;
}

#submenu a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding: 0 1.5em;
	border-left: 2px solid black;
}

#submenu a:hover {
	color: white;
}	

#contentcell {
	padding: 2em;
	min-height: 600px;
}

img.fr {
	float: right;
	clear: right;
}

#foot {
	height: 20px;
	/*background: url(logo.png) repeat-x;*/
	clear: both;
}

.vs {
	margin-top: 2em;
} 

/*IE6 Hacks - Nothing else will see these with thanks to the MotherBox
Ours is not to reason why...*/
* html body { text-align: center; }
* html #pagebox { width: 100%; text-align: left; }
* html #contentcell { width: 100%; }
* html #tabs { width: 100%; padding:0; }
* html #tabs img { display: block; margin-left: -3px; )