﻿body
{
	color: White;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* font-size: 100.01%; this body font-size fixes an IE bug and maintains x-browser uniformity */
	background: #000099;
	background-image: url(  '../images/MainBackground.jpg' );
	background-repeat: repeat-x;
}
a
{
	color: White;
}
#divMain
{
	background-color: #000066;
	background-image: url(  '../images/CurtainMain1024.jpg' );
	background-repeat: repeat;
}
#divMenu
{
	text-align: center;
}
.DontUse
{
}
.divContent
{
	text-align: center;
}
#footerContent
{
	text-align: center;
}
.myprop
{
	height: 650px;
	float: right;
	width: 0px;
}
.clsNoWrap
{
	white-space: nowrap;
}
