/* 
http://www.w3schools.com/css/css_examples.asp
http://www.w3.org/MarkUp/Guide/Style
*/

BODY { 
	scrollbar-track-color: #869ECF; 
	scrollbar-arrow-color: #FFCE31;
	scrollbar-face-color: #023277;
	scrollbar-highlight-color: #DDEEFF; 
	scrollbar-3dlight-color: #7B7799
 	scrollbar-shadow-color: #445599; 
	scrollbar-darkshadow-color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/wallpaper.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
DIV.Main {
	margin-left:  3%;
	margin-right: 3%;
	}
.TopBand {
	color: #FFFFFF;
	background-color: #451E55;
	background-image: url(images/top-band.jpg);
	font-size: 13px;
	font-family: Times New Roman, Serif;
	}
.Topics {
	color: #000000;
	font-size: 24px;
	font-family: Times New Roman, Serif;
	line-height: 110%;
	margin-top: .5em;
	margin-bottom: .25em;
	}
.BodyTextFirst {
	color: #000000;
	font-size: 20px;
	font-family: Times New Roman, Serif;
	text-indent: 1.5em;
	line-height: 110%;
	margin-top: .25em;
	margin-bottom: 1em;
	}
.BodyText {
	color: #000000;
	font-size: 17px;
	font-family: Times New Roman, Serif;
	text-indent: 1.5em;
	line-height: 110%;
	margin-top: .25em;
	margin-bottom: 1em;
	}
.BodyTextNoIndent {
	color: #000000;
	font-size: 17px;
	font-family: Times New Roman, Serif;
	line-height: 110%;
	margin-top: .25em;
	margin-bottom: 1em;
	}
DT.level1 {
	margin-top: .25em;
	margin-bottom: 1em;
	}
DD.level1 {
	color: #000000;
	font-size: 17px;
	font-family: Times New Roman, Serif;
	line-height: 110%;
	margin-top: .25em;
	margin-bottom: .25em;
	}
A.MenuLink  {
	color: #FFFFFF; font-size: 17px; font-family: Times New Roman, Serif; text-decoration: underline;
	}
A.MenuLink:visited {
	color: #FFFFFF; font-size: 17px; font-family: Times New Roman, Serif; text-decoration: underline;
	}
A.MenuLink:hover {
	color: #FFB600; font-size: 17px; font-family: Times New Roman, Serif; text-decoration: underline;
	}
A.BodyLink  {
	color: #0000FF; font-size: 17px; font-family: Times New Roman, Serif; text-decoration: underline;
	}
A.BodyLink:visited {
	color: #0000FF; font-size: 17px; font-family: Times New Roman, Serif; text-decoration: underline;
	}
A.BodyLink:hover {
	color: #FFB600; font-size: 17px; font-family: Times New Roman, Serif; text-decoration: underline;
	}

