/* ----- main design structures  */

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-image: url(../../bg/bg_150blue.jpg);
	background-color: #203B7B;
	font-family: Times New Roman, Serif;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	}

/* ----- paragraph and headers
	border: solid;
	border-width: thin;
*/

div.main {
	width: 760px;
	background-color: #DFEFFF; 
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: .25em;
	padding-bottom: 1em;
	}
div.container {
	width: 700px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	}
div.footer {
	margin-top: 2.5em;
	margin-bottom: 0;
	}
P.topic {
	color: #0054A6;
	font-size: 25px;
	font-weight: bold;
	font-family: Times New Roman, Serif;
	margin-top: .5em;
	margin-bottom: .5em;
	}
P.topicsub {
	color: #0054A6;
	font-size: 20px;
	font-family: Times New Roman, Serif;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: .5em;
	}
.bodyreg {	
	color: #0054A6;
	font-size: 16px;
	font-family: Times New Roman, Serif;
	text-indent: 1.5em;
	line-height: 115%;
	}
.bodynoindent {	
	color: #0054A6;
	font-size: 16px;
	font-family: Times New Roman, Serif;
	line-height: 115%;
	}
.bodyitalic {	
	color: #0054A6;
	font-size: 16px;
	font-style: italic;
	font-family: Times New Roman, Serif;
	line-height: 115%;
	}
.lists {
	color: #0054A6;
	font-size: 16px;
	font-family: Times New Roman, Serif;
	}
.emphasis {	
	color: #0054A6;
	font-size: 16px;
	font-style: italic;
	font-family: Times New Roman, Serif;
	text-decoration: underline;
	line-height: 115%;
	}
H1,H2,H3,H4,H5,P,UL { font-family: Serif; }

/* ----- links */

A.BodyLink  {
	color: #0000FF; font-size: 16px; font-family: Times New Roman, Serif; text-decoration: underline;
	}
A.BodyLink:visited {
	color: #0000FF; font-size: 16px; font-family: Times New Roman, Serif; text-decoration: underline;
	}
A.BodyLink:hover {
	color: #00000; font-size: 16px; font-family: Times New Roman, Serif; text-decoration: underline;
	}

A.FooterLink  {
	color: #0000FF; font-size: 16px; font-family: Times New Roman, Serif; text-decoration: none;
	}
A.FooterLink:visited {
	color: #0000FF; font-size: 16px; font-family: Times New Roman, Serif; text-decoration: none;
	}
A.FooterLink:hover {
	color: #000000; font-size: 16px; font-family: Times New Roman, Serif; text-decoration: underline; background-color: #FFFFFF;
	}

