BODY {scrollbar-3dlight-color:#336;
scrollbar-arrow-color:#000;
scrollbar-darkshadow-color:#000;
scrollbar-face-color:#e6e6ef;
scrollbar-track-color:#F7F1FD;
scrollbar-highlight-color:#ccc;
scrollbar-shadow-color:#000;
margin:0px;
background-color:#e6e6ef;
font-family: Arial, Helvetica, sans-serif; font-size: 80%; font-style: normal; font-weight: normal; color: #669;
}

h1 { 
	font-size:190%;
	font-weight:100;
}

h2 { 
	font-size:120%; 
	color:#336; 
	margin-bottom:0px;
	}
h3 { font-size:110%;}

ul {
	margin-top:4px;
	}
	
li {
	list-style-type:square
	}

h1 .textHeaderTwo { font-size:70%; }

a { 
	font-size:100%;
	color:#669;
	font-weight:bold;
	text-decoration:none; 
}

a:hover { 
	text-decoration:underline;
	color:#336;
}

.imgText {
	font-size:80%;
}

/*layout divs*/
div.bodyContainer { 
	position:relative;
	width:770px;
	border: 1px solid #669;
	left:50%;
	margin-left:-385px;
	background-color:#fff;
}

div.mastheadContainer { 
position:relative;
	width:770px; 
	background-color:#fff; 
}

div.bodyContent{ 
position:relative;
	width:750px;
	wi\dth:770px;
	padding:10px;
}

div.contentRight {
	width:360px;
	float:right;
	margin-left:10px;
	padding-left:10px;
	border-left:1px dashed #ccf;
}

div.contentLeft {
	width:360px;
	float:left;
}

div.footerContainer {
	margin-top:30px;
	margin-left:60px;
	width:650px;
	color:#99c;
	text-align:center;
	border-top:1px dashed #ccf;
}

.imgCopy {
	border:solid 1px #99c;
	padding:3px;
}

.navBar {
 	text-align:right;
	padding-right:10px;
}