/******* body and link defaults *******/
body {
  font-family: "Tahoma", sans-serif;
  padding: 0px;
  background-color: #F0F8FF;
  color: #000000;
}
a {
  color: #990000;
  background-color: inherit;
}
a:hover {
  color: #FF0000;
  background-color: inherit;
}

/******* title row *******/
.titleRow {
  background-color: #0000FF;
  color: #FFFFFF;
  padding-left: 15px; 
}
.titleRowImg {
  background-color: #0000FF;
}
.siteTitle, .siteTitle:hover {
	color: #FFFFFF;
	font-weight: regular;
	font-size: 36px;
	text-decoration: none;
}
.siteSubTitle {
	font-color: #FFFFFF;
	font-weight: regular;
	font-size: 20px;
}


/******* navigation bars *******/
.linksRow {
  background-color: #F0F8FF;
  padding: 0px; 
}
.linksRowImg {
	background: url(/images/topnav_bg_grey.gif);
  margin: 0px; 
	font-size:9pt;
	width:100%;
	height: 21px;
}
.linksRowImg a{
	padding: .25em 2em .3em 1em;
	text-decoration:none;
	float: left;
	border-right:1px solid #cccccc;
}
.linksRowImg a:hover{
	background: #F0F8FF;
}

/******* main content holder *******/
.mainPage {
  background-color: #FFFFFF;
}

