/*  common_styles.css  */

.bold { font-weight: bold; }
.red { color: red; }
.centre { text-align: center; }
.nowrap { white-space: nowrap; }
.no-top-margin { margin-top: 0px; }
.no-bottom-margin { margin-bottom: 0px; }

sup
{
	font-size: 0.5em;
	vertical-align: text-top;
}

br.clear { clear: both; }

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00000F;
	font-size: 12pt;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: none;
}

a:link { color: #000099; }
a:visited { color: #003399; }
a:active { color: #000099; }

div#banner
{
	height: 102px;
	margin: 0px;
	padding: 0px;
	background-color: #712213;
	border: none;
}

div#banner img#Hands
{
	display: inline;
	float: right;
}

div#sub-banner
{
	color: #804000;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 30px 0px;
}

div#content
{
	margin: 0px 30px 0px 230px;
}

/*	NAVIGATION STYLES BEGIN	*/

div#navigation
{
	display: inline;
	float: left;
	width: 200px;
	text-align: center;
	margin: 0px 0px 0px -230px;
	padding: 0px;
}
div#navigation div.nav_button
{
	width: 150px;
	height: 32px;
	margin: 10px auto 10px auto;
	padding: 0px;
}
div.nav_button object
{
	width: 150px;
	height: 32px;
	margin: 0px;
}
div.nav_button object embed
{
	width: 150px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

div#nav-buttons
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 15px;
	font-weight: bold;
}

div#nav-buttons a
{
	display: block;
	width: 80%;
	margin: 10px auto 10px auto;
	padding: 2px 0px 2px 0px;
	background-color: gray;
	border-left: 7px ridge silver;
	border-top: 7px ridge silver;
	border-right: 7px ridge black;
	border-bottom: 7px ridge black;
	text-decoration: none;
}

div#nav-buttons a:link { color: white; }
div#nav-buttons a:visited { color: white; }
div#nav-buttons a:hover
{
	color: white;
	background-color: #E0E0E0;
}

/*	NAVIGATION STYLES END	*/


h1
{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

h2
{
	font-size: 1.4em;
	font-style: italic;
}

/*	FOOTER STYLES BEGIN	*/

div#footer
{
	width: 100%;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

div#footer hr
{
	width: 80%;
	margin: 0px auto 0px auto;
}			

div#footer div#W3C
{
	display: inline;
	float: right;
	margin-left: 2em;
}

d#footer div#W3C p img
{
	width: 88px;
	height: 31px;
}

div#footer div#links-div
{
	margin: 10px auto 10px auto;
	text-align: center;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-weight: bold;
}
div#footer div#links-div a
{
	color: #000099;
	white-space: nowrap;
}
div#footer div#copyright
{
	margin: 10px auto 10px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .45em;
}

/*	FOOTER STYLES END	*/

span.hide
{
	display: none;
}

p.posted
{
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 2px solid red;
	color: red;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

