/* body styles */ 
body {
	min-width: 800px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	line-height: 1.4em;
	color: #333399;
	background:#e7d7c2 url(../images/bg_sand.jpg);
	text-align: center; /* kludge to force centering of wrapper in IE5, IE6  */
}

/* typography */

h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333399;
}

input, select, th, td {
	font-size: 1em;
}

h1 {
	font-size: 2.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #0066CC;
	margin: 10px 0;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #0066cc;

}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

i {  font-style: italic}
b {  font-weight: bold}

a:link {
	color: #660099;
	text-decoration: none;
}
a:visited {
	color: #cc0099;
	text-decoration: none;
}
a:active {
	color: #990066;
	text-decoration: none;
}
a:hover {
	background-color: #CCFFFF;
	text-decoration: none;
}

.small-caps {
	font-variant: small-caps;
}

.clear {
	clear: both;
	}
	
.floatright {
	float: right;
	}
	
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
	
#wrapper {
	width:750px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#branding {
	width:750px;
	height: 120px;
	margin:0;
	background: url(../images/header-compassrose.jpg) top left no-repeat;
}

#contact {
	margin: 80px 0 0 15px;
	color: #FFFFFF;
	font-weight: bold;
}
#contact a {color: #FFFFFF;	text-decoration: none; }
#contact a:hover {background-color: #CCFFFF; text-decoration: none;}

/* main navigation bar */
#MainNav {
	width:750px;
	height: 25px;
	margin:0;
	padding: 3px 0;
	background: #33CCCC;
	border-top: #33CC99 solid 2px;
	border-bottom: #33CC99 solid 2px;
	color: #FFFFFF;
	text-align:center;
}

#MainNav a {
	padding: 0 1.25em;
	line-height: 2.1em;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#MainNav a:hover {
	color: #33CCFF;
	}
	
#Content {
	margin: 15px;
	background: #FFFFFF;
}

.frame {
	border-top:#999999 solid 1px;
	border-right:#666666 solid 2px;
	border-bottom:#666666 solid 2px;
	border-left:#999999 solid 1px;
	margin-left: 15px;
}

.frameleft {
	border-top:#999999 solid 1px;
	border-right:#666666 solid 2px;
	border-bottom:#666666 solid 2px;
	border-left:#999999 solid 1px;
	margin-right: 15px;

}

.frameonly {
	border-top:#999999 solid 1px;
	border-right:#666666 solid 2px;
	border-bottom:#666666 solid 2px;
	border-left:#999999 solid 1px;
}


#footer {
	margin: 0 15px;
	font-size: xx-small;
	color: #999999;
	text-decoration: none;
	text-align: center;
	border-top: #d7c799 solid 1px;
	}
	

.caption {
	font-size: 8pt;
}

.bigred {
	font-size: 12pt;
	font-weight: bold;
	color: #CC33CC;
}
