body 
	{
	color: white;
	background-color: #fff;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
		
	}


#mainbox
        {
        color: white;
        background-color: #2A6B9D;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -350px;
        width: 700px;
        min-height: 600px;
	_height: 600px;
	overflow: visible;
        visibility: visible;
        display: block
        }
															

#titlebox
	{
/*	background-color: #004;*/
	text-align: center;
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
	height: 234px;
	background-image: url("img/1.jpg");
	line-height: 117px;
	z-index: 20;
	}

#titlewords
	{
	bottom:0px;
	right: 0px;
	position: absolute;
	width: 300px;
	height: 50px;
	}

#titlepreload
	{
	position: relative;
	z-index: -1;
	

	}

#menubox
	{
	background-color: #2A6B9D;
	text-align: center;
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 20px;
	border-bottom: solid 1px #FFF;
	border-top: solid 1px #FFF;
	font-size: 13px;
	}

#contentbox
	{
	font-size: 12px;
	text-align: left;
	position: static;
	top: 254px;
	bottom: 0px;
	padding: 3px;
	visibility: visible
	}

#footer 
	{
	font-size: 11px;
	color: #bbb;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

a:link, a:visited 
	{
	color: #fff;
	text-decoration: none;	
	}

a:hover 
	{
	color: #fff;
	font-weight: bold;
	
	}
td
	{
	font-size:12px;
	}

