body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/mainBG.jpg);
	background-color: #377a9d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #336699;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #7d5825;
}
a:active {
	color: #7d5825;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/h1BG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:12px 0px 3px 30px;
   font-family: "Trebuchet MS", verdana, arial, sans-serif;
	height:46px;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
	
.bluebold {
    font-size:14px;
	color: #003366;
	font-weight: bold;
}	
.smalltext {
    font-size:10px;
	color:#222222;
	}

.infocell{
    padding: 10px 5px 5px 5px;
	border-bottom:1px #cccccc solid;
	font-size:11px;
	}
		
.borderleft {
    background-image:url(images/border-left.jpg);
	background-repeat:repeat-y;
	}
.borderright {
    background-image:url(images/border-right.jpg);
	background-repeat:repeat-y;
	}	
    		
.leftcol {
    background-image:url(images/leftBG.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#ffffff;
	}	

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #fefefe;
  border: 1px solid #29536b;
  padding:1px;
}
.button {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-image:url(images/buttonBG.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  color: #e2d5b9;
  background-color: #29536b;
  border-top: 1px solid #83b6d1;
  border-left: 1px solid #83b6d1;
  border-right: 1px solid #102d3c;
  border-bottom: 1px solid #102d3c;
  padding: 3;
  cursor: pointer;
}	
.button:hover {
  background-image:url(images/buttonBG-over.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}	
.button2 a, .button2 a:visited{
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background-image:url(images/buttonBG.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  color: #ffffff;
  background-color: #29536b;
  border-top: 1px solid #83b6d1;
  border-left: 1px solid #83b6d1;
  border-right: 1px solid #102d3c;
  border-bottom: 1px solid #102d3c;
  padding: 4px;
  margin:3px;
  text-decoration:none;
  display:block;
  }	
.button2 a:hover {
  background-image:url(images/buttonBG-over.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}	
.list li{
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	padding-bottom:12px;
	padding-left:5px;
	}	
	
#content {
    padding:5px 20px 0px 20px;
	width:600px;
	}
	
	
.footer {
	background-color: #377291;
	color: #cab892;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border-bottom:2px solid #7d5825;
	}
.footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #eeeeee;
	text-decoration: none;
}
.footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #acdbfc;
	text-decoration: none;
}
.footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #ffffff;
	text-decoration: none;
}
.footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #d1e9fa;
	text-decoration: none;
}
