
/* default body styles */
body {

	color: #333333;
	font:  10px  Verdana, Arial, Helvetica, sans-serif;
	background-color: #C3CD8C;
	background-image: url(images/stripes-gold.gif);
	background-repeat: repeat;
  background-position: 0px 0px;
  background-attachment: fixed;
}


/* default body links */
a:link, a:active {
	color: #334768;
}

a:visited {
	color: #975741;
}
a:hover {
	text-decoration:none;
}


/* Top blue header */
div#header {
  margin-top: 30px;
  width: 805px;
	height: 270px;
	z-index: 2;
	background-color: #334768;
  
}

/* Content Area */
div#content{
	
	width: 770px;
  margin-top: -120px;
  background: #EBEFCF;
  padding: 10px;
  padding-bottom: 20px;
  
}

/* Footer */
div#footer{
	z-index: 3;
	width: 805px;
	background-image: url(images/footer_sub_bg.jpg);
	background-repeat: repeat-y;
  background-position: 0px 0px;
	text-align: left;
}

div.policy {
	color: #6A7373;
	font-size: 10px;
  padding: 5px 20px 10px 8px;
  
}


/* Serif body styles and margins */
.bodycopy {
	text-align:left;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 225px;
}

.legalcopy{
	text-align:left;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 14px;
	margin-right: 25px;
	margin-left: 25px;
}

.bodysan-serif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.san-serif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* copyright information */
div#copyright{
  color: #6A7373;
  font-size: 10px;
	z-index: 1;
	width: 780px;
	background: #ebefcf;
  text-align: left; 
  padding: 5px;
 
}


/* Global Navigation */
#nav {
  position: relative;
  top: 5px;
  right: 15px;
  text-align: right;

 }

#nav a:link, #nav a:visited, #nav a:active  {
	color: #8092AE;
	font-weight: bold;
	text-decoration:none; 
  margin-left: 8px;
}

#nav a:hover {
	color:#FFFFFF;
}


/* misc */
h1 {
	color: #666699;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	} 
	
.lowcont {
   height: 350px;
   }	
   
  li {
	padding-bottom: 10px;
	}
