﻿Body
{
	font-family:Verdana, Tahoma, Helvetica, Arial, sans-serif;
	padding: 0% 0% 0% 0%;
	 margin:1% 1% 1% 1%;
	 height:98%;
	 font-size:medium;
	background: black;
	
}

#container
{
	width:990px;
	background-color:white;
    margin:auto;
    overflow:auto;
    border:solid 2px #880000;
}

#header
{
	background:url("images/banner2.jpg") no-repeat right top;	
	height:120px;
  background-position:center;
  position:static;
}

#main
{
	padding:0 5em 0 5px;
	overflow:auto;
}

#left /* Left column of the home page */
{
	position:static;
	float:left;
	width:25em;
	margin-left:1em;
	margin-right:1em;
	padding-top:6px;
}

#right /* Right column of the home page */
{
	position:static;
	float:right;
	border-left:dotted 2px #cad5a4;
	padding-left:4em;
	width:25em;
	padding-top:6px;
	padding-bottom:6px;
}

#normal /* Used for pages with a single column */
{
	padding: 4px 0 6px 4px;
	width:900px;
}

#footer
{
	font-size:8pt;
	width:980px;
	color:Gray;
}

#map
{
	padding:5px 0 3px 0;
	float:left;
}

#Contact /* Contact Us Css */
{
	padding-top:2em;
	text-align:center;
	font-size:14pt;
}

/* Resources CSS controls */

#Links
{
	padding-top:0.5px;
	padding-left:2em;
}

.tabLinks
{
	text-align:center;
}

.rows
{
	border:solid 1px black;
}

/***********************************/

.sublist /* Sublist found in supports.aspx */
{
	padding-left:10em;
}

h3
{
	text-decoration:underline;
	text-align:center;
	font-size:large;
}