body {
	background-image:  url(background.jpg);
	background-repeat: repeat-x;
	background-color: #F3F7FF;
}
h1 {color: #23457D}
h2 {color: #174187}
ul {
	list-style-image: url(Bullet.gif);
}
#Main {
	border-top-color: #B2C6E9;
	border-bottom-color: #B2C6E9;
}
#TopBanner {
	background-color: #4D6CBC;
}
.SubMenu {
	width: 200px;
        vertical-align: top;
	background-repeat: repeat-x;
	background-color: #5476AE;
	background-image: url(SubMenuFade.jpg);
}
.SubMenuContent {
	background-repeat: no-repeat;
	background-image: url(tr.gif);
	background-position: right top;
        padding-top: 5px;
}
.ContentPane {
        width: 570px;
	background-image: url(TdBkg.gif);
	background-repeat: repeat-y;
}
#Footer {
	border-top-color: #B2C6E9;
	color: #5577AF;
}
#Footer input {
	border: solid 1px #B2C6E9;
        color: #5577AF;
}
.TLBorder {
	border-top: solid 2px #ECF1FA;
	border-left: solid 2px #ECF1FA;
}
.RoundCorner {
	background-image:  url(tl.gif);
}
.SubMenuContent A:hover {
	background-color: #5371BA;
}
.SubMenuContent DIV {
        background-color: #5371BA;
	border-top: solid 1px #31519F;
	border-bottom: solid 1px #31519F;
}
.EmpTable {
        width: 100%;
}
.EmpTable TD {
        padding: 2px;
	width: 50%;
	text-align: left;

}
.EmpTable input.NormalTextBox {
        width: 99%;
}
.EmpTable textarea.NormalTextBox {
        width: 99%;
}
table.EmpTable A.CommandButton {
	border-style: solid;
	border-width: 2px;
	border-color: #CCC #999 #999 #CCC;
	padding: 3px 8px 3px 8px;
	color: #FFF;
	background-color: #090;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	left: 230px;
	top: 5px;
}
table.EmpTable A.CommandButton:hover {
	border-color: #999 #CCC #CCC #999;
}
table.EmpTable SPAN.normal {
	color: red;
	font-family: Arial, sans-serif;
	font-size: 0.8em
}
.FormSection {
	background-color: #3541A5;
	color: white;
	font-Family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	padding: 5px;
}
TD.FormSection {
	font-size: 0.8em;
}
#BottomLinksDiv {
	background-color: #6C85D5;
}
table.FourChoice {width: 100%}
table.FourChoice TD {width: 25%;   
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;}
.ReferenceTextBox {width: 100%; color: gray;}