body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 0px; }

img {
	border: 0px; }
	
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px; }

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #709ed3;
	font-size: 22px; 
	text-decoration: none; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px; }

a, a:link, a:hover {
	/* color: #709ED3; - wanted it darker */
	color: #6790BF; }	
	
a:visited {
	color: #3674B4;  }	

li {
	line-height: 1.5em; }


/* --- Header --- */
/* -------------- */

.headTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	text-align: left;
	padding: 5px; 
	padding-left: 25px; }

.headLogo {
	padding: 15px 30px;  }
	
.headBar {
	background: url('../images/blueBar.gif') bottom repeat-x; 
	height: 38px; }
	
.headBarRight {
	background: url('../images/blueBar_greenBG.gif') bottom repeat-x; 
	height: 38px; }


/* --- Navigation --- */
	
.navTable {
	background: #B8DB4F; 
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 10px; }	

a.navItem, a.navItem_sel, a.navItem:hover, a.navItem_sel:hover, a.navItem:link, 
a.navItem_sel:link, a.navItem:visited, a.navItem_sel:visited, a.navSubItem, a.navSubItem:hover, 
a.navSubItem:link, a.navSubItem:visited,
a.navSubItem_sel, a.navSubItem_sel:link, a.navSubItem_sel:visited, a.navSubItem_sel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	color: #000;
	text-decoration: none; }
	
a.navItem_sel, a.navItem_sel:link, a.navItem_sel:visited, a.navItem_sel:hover,
a.navSubItem_sel, a.navSubItem_sel:link, a.navSubItem_sel:visited, a.navSubItem_sel:hover {
	color: #709ED3;
	text-decoration: none; }
	
a.navSubItem, a.navSubItem:link, a.navSubItem:visited, a.navSubItem:hover,
a.navSubItem_sel, a.navSubItem_sel:link, a.navSubItem_sel:visited, a.navSubItem_sel:hover {
	font-size: 13px; }
	
	
/* --- General Layout --- */
/* ---------------------- */
		
.contentLeft {
	padding: 5px; }
	
.contentCenter {
	padding: 20px; 
	height: 380px; }	

.contentMaster {
	height: 380px;  }

.mainTable { }


/* --- Forms --- */
/* ------------- */
/* --- Content Markup --- */

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; }
	
.homeField {
	width: 180px; }
	
.loginButton {
	padding: 0px 10px;
	border: 0px; }
	
.smallButton {
	padding-right: 1px;
	border: 0px; }
	
.statusText {
	font-family: Arial, Helvetica, sans-serif;
	color: #cf1f1f;
	font-size: 12px;
	padding-top: 0px; }
