﻿/* CSS layout */
body
{	
	top:0;
	left:0;
	border:0px none;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #29458C;
}

#left-col
{
	border:0px none;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin:0px;
	height: 458px;
	max-width:218px;

}

#header
{
	border:0px none;
	width:100%;
	margin:0px;
	padding:=0px;
	color: white;
}

#header-left
{
	border:0px none;
	text-align:left;
	font-size:xx-large;
	max-width:218px;
}

#header-center
{
	border:0px none;
	color:yellow;
	font-size:large;
	text-align:left;
}

#header-right
{
	border:0px none;
	text-align:right;
	font-size: x-small;
}

#right-col
{	
	border:0px none;
	min-width:100px;
}

#nav-bar
{	
	 height:18px;
	 background:beige;
}

	
#contents
{
	font-size: small;
	border: 0px #808080 none;
	color: white;
}

#footer
{
	border:0px none;
	text-align:center;
	background-color:beige;
}

.roll
{
	text-decoration: none;
	color:black;
	
}

A.roll:hover
{
	
	background-color:#776600;
	text-decoration:none;
	color:white;
	
}

table
{
	border: 0;
	width: 100%;
	padding: =0px;
	margin: 0px;
}

tr
{
	border:0px none;
	padding:0px;
	margin:0px;
}

td
{
	border: 1 #FF0000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

pre
{
	font-family: Arial, Helvetica, sans-serif;
}