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

div#page {
	position: absolute;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	top: 50px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
}

img {
	border: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type:square;
	color: #333333;
	font-size: 1.1em;
	line-height: 1.5em;
	}

ul.nobullets {
	list-style-type: none;
	text-indent: -15px;
}
ul.imagelist {
	margin-left: 3em;
	
	line-height: 10em;
	}	

ol {
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
	font-size: 1.1em;
	line-height: 1.5em;
	}

h1 {
	margin: 0 0 .5em 0;
	color: #FF8822;
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	margin: 1.2em 0 0 0;
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	margin: 1.2em 0 .5em 0;
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	margin: 0 0 0 0;
	color: #333333;
	font-size: 1.1em;
	line-height: 1.5em;
}
table {
	width:100%;
	border: 0;
	padding: 0;
	margin: 2em 0 0 0;
	color: #333333;
	font-size: 1.1em;
	line-height: 1.5em;
}
td ul {
	font-size: 1em;
	line-height: 1.5em;
}
th {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}
th.tablecol1 {
	width: 50%;
}
th.tablecol2 {
	width: 50%;
}
a:link {
	color: #4499FF;
}
a:visited {
	color: #4499FF;
}
a:hover {
	color: #FF2211;
}
a:active {
	color: #4499FF;
}

#subnav a:link {
	color: #66BB22;
}
#subnav a:visited {
	color: #66BB22;
}
#subnav a:hover {
	color: #FF2211;
}
#subnav a:active {
	color: #66BB22;
}

#deepnav a:link {
	color: #FF8822;
}
#deepnav a:visited {
	color: #FF8822;
}
#deepnav a:hover {
	color: #FF2211;
}
#deepnav a:active {
	color: #FF8822;
}

.replace {
 	position:relative;
	margin:0 0 0 25px;
	padding:0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
.replace span {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	/*for Opera 5 and 6*/
}

#raclogo, #raclogo span {
height: 50px;
width: 150px;
	background-image: url(media/images/raclogo.gif);
}

div#leftbar {
	margin-right: 25px;
	width: 175px;
	left: 0px;
}

div#rightbar {
	position:absolute;
	top: 0px;
	left: 200px;
	width: 550px;
}

div#logo {
	margin: 0 0 0 25px;
}

div#navbar {
	margin: 50px 0 0 0;
	margin-right: 25px;
	text-align: right;
	font-size: 1.2em;
	line-height: 2.5em;
}

#navbar div#subnav {
	font-size: 0.9em;
	line-height: 1.5em;
}

#navbar div#deepnav {
	font-style: italic;
	margin: 5px 0 5px 0;
}

div#content {
	margin: 25px 0 0 0;
}
div.nopic#content {
	margin: 105px 0 0 0;
}

div#footer {
	margin: 50px 0 25px 0;
	font-size: 0.9em;
}

#content p {
	margin: 10px 0 10px 0;	
}

.hidden {
	position: absolute;
	visibility: hidden;
}
.leftindent {
	padding-left: 3em;
	}

.green {
	color: #66BB22;
}
.teal {
	color: #005555;
}
.yellow {
	color: #FFEE00;
}
.orange {
	color: #FF8822;
}
.darkblue {
	color: #002288;
}
.cyan {
	color: #66CCCC;
}
.magenta {
	color: #CC33FF;
}
.violet {
	color: #6633FF;
}
.darkgreen {
color: #336600;
}
.small {
	font-size: 0.9em;
}
.large {
	font-size: 1.2em;
}

div#sponsors {
	margin-top: 50px;
	}
div#sponsors div{
	margin: 20px 0 0 0;
}

