﻿body
{
	margin:0;
	padding:0;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#fff;
	background-color : #000;
	background-image : url(images/background.jpg);
	background-repeat : no-repeat;
	
	scrollbar-face-color:#903030;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#C0B0B0;
	scrollbar-shadow-color:rgb(0,0,0);
	scrollbar-highlight-color:rgb(0,0,0);
	scrollbar-3dlight-color:#808080;
	scrollbar-darkshadow-Color:#202020;
}


/******************/
/*divs*/

#topDiv
{
}

#titleDiv
{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	z-index: 1;
	top: 5px;
	font-size:3em;
}

#menuDiv
{
	top : 65px;
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	z-index: 2;
	height : 73px;
	z-index : 4;
}

#contentContainer
{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	z-index: 2;
	top: 130px;
	bottom : 200px;
}

#contentDiv
{
	z-index: 3;
	width : 500px;
	border : solid 1px white;
	float : left;
	height : 100%;
	background-image : url(images/opaquetrans.gif);
	overflow :auto;
	padding : 0px 10px 10px 10px;
	font-size : 0.85em;
}

#sidecontent
{
	z-index: 3;
	width : 250px;
	border : solid 1px white;
	float :right;
	height : 100%;
	background-image : url(images/opaquetrans.gif);
	overflow :auto;
	padding : 0px 10px 10px 10px;
	font-size : 0.7em;
}
/******************/

a
{
	color : #FFFFFF;
	text-decoration: none;
}

a:Hover
{
	color : #cf3030;
}

h1
{
	font-size:1.2em;
	font-weight : bold;
	vertical-align : top;
}

h2
{
    font-size:1em;
	font-weight : bold;
	vertical-align : top;
}

table
{
	width : 100%;
}

object
{
	z-index : 5;
}

img
{
	
}

#container
{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	z-index: 1;
	top: 200px;
	bottom : 100px;
}


#footerDiv
{
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 175px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left : 0;
	z-index: 5;
}

.aOver
{
	color : #cf3030;
}

.redText
{
	color:#cf3030;
	font-weight:bold;
}

.date
{
	line-height:1em;
	color:#cf3030;
}

.menu
{
	font-size : 1.7em;
}

.submenu
{
	font-size : 1.3em;
}

.flowimg
{
	padding-right : 10px;
	width : 100px;
}