body {
	margin: 0px;
	padding: 0px;
	background-image: url('/persistent/template_images/background.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #c4d6eb;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	text-align: center;
}

p, td, li {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #00007E;
	line-height: 1.5;
}

form { padding: 0px; margin: 0px; }

input, select { 
	font-size: 11px;
	border-width: 1px;
	border-color: #909090;
	margin: 1px; }

textarea { 
	border-width: 1px;
	border-color: #909090;
	margin: 1px; }

a {
	color: #333;
	text-decoration: underline;
}

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


h1 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

#wrapper {
  	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
	
}

/* #contact {
  color: #FFF;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
} */

.email {
	color: #CCC;
	text-decoration: none;
}

.email:hover {
	color: #CCC;
	text-decoration: underline;
}

#banner {
  /* border: 1px solid #FFF; */
	text-align: left;
	padding-left: 7px;
} 

#menuarea {
 	background-color: #9a0000;
	margin-left: 10px;

}

.menu {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	
}

.break {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	padding: 0px 10px 0px 10px;
}


#body {
	
	text-align: left;
	vertical-align: top;
	/* padding: 15px; */
	width: 885px;
	/* _width: 692px; */
	padding-left: 10px;
}

#footer {
  
}

#copyright {
  	padding-left: 10px;
	padding-top: 5px;
	color: #2f2feb;
	text-align: left;
	margin-left: 6px;
	
}

#copright a {
	color: #2f2feb;
	text-decoration: underline;
}

#copright a:hover {
	color: #FFF;
	text-decoration: none;
}

#text {
	color: #02007f;
	font-style: italic;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
