* {		
	margin:0;
	padding:0;
	}

body {
	background-color: #6c6c6c;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family:  "Palatino Linotype", "Book Antiqua" , Palatino, serif;
	line-height: 130%;
	color: #4F5156;
}

.outerDiv {
	width:970px;
	background-color: #FFF;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	}

.logoDiv {
	width:970px;
	background-image:url(/images/head-background.jpg);
	color:  #003366;
	margin-bottom:0;
	padding-top:25px;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
/* border: 1px solid red; */


	}
.logoDivText {
	font-family: "Times New Roman", Times, serif;
	font-size:3em;
	line-height:1em;
	padding-left: 45px;
	padding-right: 25px;

	}



.topDiv {
	padding:0;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}	


/* HOME STUFF  ############################################################################### */

.homeContent { 
		padding:10px 45px 10px 45px;
		font-size:13px;
		}
.homeContent p { 
		margin-bottom:12px;
		font-family:  "Palatino Linotype", "Book Antiqua" , Palatino, serif;
		letter-spacing: 2px;
		}


.tableArea {
/*		background-image:url(/images/blue-bar.gif); */
		 background-image: url(/images/home-box-head-bar.gif);
		background-repeat: repeat-x;
		}


.homeBox {
		display: inline;		
		float:right;
		background-color: #eeeeee;
		width: 410px;
		margin-right:55px;
		}

.homeBoxHead {
		 color: #e2cd90;
		 font-size:14px;
		 padding-left: 20px;
		 padding-top: 2px;
		 font-weight:bold;
		 background-image: url(/images/home-box-head-bar.gif);
		 background-repeat: repeat-x;
		 height: 22px;
		}


.homeBoxContent {
		padding: 12px 12px 12px 20px;
		font-size:12px;
		height: 150px;
		}


.homeBoxContent h2 {
			color:#9e0917;
			font-size:12px;
		}


/* CONTENT STUFF  ###############################################################################  */

.pageContent {
	padding: 20px 60px 20px 40px;
	font-size: 12px;
	
}

.pageContent h1 {
	
	font-size: 24px;
	font-weight: bold;
	color:#003366;	
}



.pageContent h2 {
	font-weight: bold;
	font-size: 16px;
	margin-top:8px;
	color:#003366;		
}

.pageContent h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top:8px;
	color:#003366;		
}

.pageContent p {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}


.pageContent ul {
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 30px;
  list-style: square;
  font-size: 14px;
}

.pageContent a {
	text-decoration: underline;
	color: #003366;
	font-weight: bold;
}

.pageContent a:hover {
  color: #8b0512;
}

.pageContent a:visited {
	color: #666666;
}




/* INNER NAV CONTENT STYLES  ###############################################################################  */






/* FOOTER STUFF  ###############################################################################  */

.footerDiv {
	font-size: 12px;
	background-color: #EAEBEC;
	color: #666666;
	text-align: center;
	width:970px;
	height: 45px;
	margin-left:auto;
	margin-right:auto;
	padding: 3px 0 0 0;
	border-top:3px solid #6c6c6c;
}
.footerCopyright {
	margin-left:20px;
	height:25px;
}



input {
	display: block;
}

textarea {
	display: block;
}