body
{
	color: #000000; /*Unless specifically changed, this is the color of the text*/
	font-family: 'Arial', Verdana, Tahoma, Sans-Serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 10;
	background: url(../Images/bgcolor.jpg);
}

#page
{
	background-color: white;
	margin: 0px auto; /*pixels from the top of the window*/
	padding: 0;
	width: 760px;
	border: 3px solid #C0C0C0;
	text-align: left;
}
	
#banner
{
	BACKGROUND-IMAGE: url(../Images/BannerWithLogo_H225.jpg); 
	WIDTH: 760px; 
	POSITION: relative; 
	HEIGHT: 225px
}
	
#header
{
	background: url(../images/MiddleBackground.gif) center bottom;
	width: 100%;
	height: 159px
}

#navbar
{
	background: url(../images/MiddleBackground.gif) no-repeat center bottom;
	width: 100%;
	height: 30px
	
}

#mainNav
{
	BORDER-TOP: #000000 2px solid; 
	Z-INDEX: 1000; MARGIN: 0px auto; 
	WIDTH: 760px; 
	HEIGHT: 20px; 
	BORDER-BOTTOM: #000000 2px solid; 
	POSITION: relative; 
	BACKGROUND-COLOR: #cccc99;
	text-align: center
}

table
{
	font-size: 12px;
	font-family: 'Arial', Verdana, Tahoma, Sans-Serif;
}

li
{
	
}



.centeredText
{
	text-align:center
}
.test
{
	BORDER-RIGHT: black thin solid; 
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid
	
}
.test2
{
	BORDER-RIGHT: blue thin solid; 
	BORDER-TOP: blue thin solid; 
	BORDER-LEFT: blue thin solid; 
	BORDER-BOTTOM: blue thin solid
	
}

