body {
	margin: 0 auto;
	padding: 0;
	border: none;		
	font-family: "Arial", Verdana, Geneva, Lucida, Sans-Serif;
 	font-size: 12pt;
	font-weight: normal;
	line-height: 1.25em;
	color: #363636;
  	background-color: #fff;
}

p, ul {
	margin: 0.5em auto 0.5em auto;
	line-height: 1.5em;	
	color: #333;
}

h1, h2, h3, h4, h5 {
	margin: 0.25em 0.25em 0.25em 0;
	line-height: 1.5em;	
 	color: #c8a639;
}

h1 {
	font-size: 14pt;
}


h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

h3.red {
	margin: 0.1em 1em 0.1em 2.5em;
	color: #8c223b;
}

h4 {
	font-size: 9pt;
}

h5 {
	font-size: 8pt;
}

hr {
	clear: both;
	width: 85%;
	height: 2px;
	max-height: 2px;
	margin: 2em auto 2em auto;
	padding: 0;
	border: none;
	border-top: solid 1px #eeeccc;
	border-bottom: solid 1px #b6b499;		
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: none;	
}

a:link {
	color: #2b7288;
	background: none;
	text-decoration: none;	
}

a:hover {
	color: #0600a4;	
	background: none;		
	text-decoration: none;
}

a:visited {
	color: #cc0000;
	background: none;	
	text-decoration: none;
}

a:visited:hover {
	color: #0600a4;
	background: none;	
	text-decoration: none;
}

a:active {
	color: #242994;
	background: none;
}

img {
	margin: 0;
	border: none 0 #fff;
	vertical-align: middle;
}

table  {
	margin: 0 auto 0 auto;
	padding: 0;
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	margin: 0 ;
	padding: 0.5em;
	background: #fff;
	border: solid 1px #999;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: "Impact";
 	font-size: 14pt;
	
}

td {
	margin: 0;	
	padding: 0;
	background: inherit;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;	
	vertical-align: top;
}

td.on {
	background-color: #f2f2ec;
}


/* header area */

#header {
	z-index: 2; 
	width: 755px; 
	height: 100px;
	margin: 0;
	background-image: url(/images/header_logo.gif); 
	background-repeat: no-repeat; 
	background-position: center top;	
}

/* header area */


/* body */

#bodyShell {
	z-index: 0; 
	width: 755px; 
	height: 40em;
	margin: 0 auto 0 auto;
	background-image: url(/images/bg_body.gif); 
	background-repeat: repeat-y; 
	background-position: 0 0;	
}

html>body #bodyShell {
	height: auto;
	min-height: 40em;	
}

#bodyCopy {
	margin: 1em 5em 1em 5em;
}

/* end body */


/* navigation */

.navLeft {
	margin: 0.1em 1em 0.1em 2.5em;
	text-align: left;
}


/* end navigation */



/* 10/24/04 temp  */

p a, p a:link, p a:hover, p a:visited, p a:visited:hover {
	color: #555;	
	text-decoration: underline;	
}

p a:hover, p a:visited:hover {
	color: #cc0000;	
}

.j a:link, .j a:hover, .j a:visited, .j a:visited:hover {
	font-family: "Impact";
 	font-size: 14pt;
	font-weight: normal;
	line-height: 1.25em;
	color: #ffffff;
  	background-color: #fff;	
  	text-decoration: none;
  	text-align: center;
}
.f a:link, .f a:hover, .f a:visited, .f a:visited:hover {
	margin: 0px auto 30px auto;
	padding: 0;
	font-family: "Impact";
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.25em;
	color: #A8A8A8;
  	background-color: #fff;	
  	text-decoration: none;
  	text-align: center;
}

span.subHead {
	margin-top: 0.25em;
	margin-bottom: 0.075em;	
	font-size: 12pt; 
	font-weight: bold; 
	color: #cc0000;
	display: block;
}

.n a:link, .n a:hover, .n a:visited, .n a:visited:hover {
	font-family: "Impact";
 	font-size: 12pt;
	font-weight: normal;
	line-height: 1.25em;
	color: #ffffff;
  	background-color: none;	
  	text-decoration: none;
  	text-align: center;
  	margin: 0 auto 30px auto;
  	padding: 0;
}
span.inlineImageR {
	float: right; 
	margin: 5px 0 10px 20px; 
	padding: 2px; 
	background-color: #000;
}

span.inlineImageL {
	float: left; 
	margin: 5px 20px 10px 10px; 
	padding: 2px; 
	background-color: #000;
}

p.imgR {
	float: right;
	margin: 1em 2em 1em 2em;
	border: solid 2px #333;
}

p.imgL {
	float: left;
	margin: 1em 2em 1em 2em;
	border: solid 1px #333;	
}





#popHeader {
	width: 100%;
	height: 100px;
 	background-image: url(/images/pop_logo.gif); 
	background-repeat: no-repeat; 
	background-position: center top;	
}

#popBody {
	margin: 0 2em 2em 2em;
}

/* generic styles */

.c {
	text-align: center;
}

.i {
	font-style: italic;
}

.j{
	text-align:center;
}
.n{
	text-align:left;
}

.f{
	text-align:center;
}
.b {
	font-weight: bold;
	color: #0600a4;
}

/* end generic styles */








p.legal {
	font-family: "Georgia", Serif;
	font-size: 7pt;
	margin: 0.25em 1em 0.25em 4em;	
	color: #333;
}

table#bodyShellHome {
	width: 692px;
 	background-image: url(/images/bg_body.gif); 
	background-repeat: repeat-y; 
	background-position: top center;
	border: solid 1px #999;
}

table#bodyShell {
	width: 693px;
	background: none;
	border: solid 1px #999; 
}

table#navTop {
	width: 100%;
	height: 33px; 
	background-color: #ad9551;
}

table#navTop td {
	height: 33px; 
	vertical-align: middle;
}

table#footer {
	width: 693px;
	background-color: #e9e9e9;
	border: solid 1px #999;
}

#bodyCopy{
	margin: 0 30px 0 30px;;
}

table#contact {
	width: 425px; 
	background-color: #eee; 
	border: groove 2px #999999;
}

table#contact td {
	padding: 0.5em;
	vertical-align: middle; 
}




