/* div { border: 1px solid #FFF; } */
body {
	background: #005794;
	color: #000;
	padding: 0;
	margin: 10px 0;
	text-align: center;
	font: 10px Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin: 3px;
	color: #555555;
	background: #ADCEE4 url("images/BG_header_h1.gif") bottom repeat-x;
	font-size: 14px;
	text-align: center;
	border: 1px solid #8D8F93;
}
h2 {
	padding: 5px 30px;
	background: #F0F5F9;
	color: #555555;
	font-size: 14px;
	border: 1px solid #DBDBDB;
}
p.copyright, p.copyright a {
	text-align: center;
	color: #5992B9;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
/*p { margin: 5 10px;}*/
div#wrapper {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	position: relative;
	text-align: left;
}
div#header-1 {
	background: url("images/BG_header_1") bottom repeat-x;
	height: 75px;
	text-align: center;
}
div#header-2 {
	background: #CCDDEA url("images/BG_header_2.gif") top repeat-x;
	height: 55px; 
}
div#main {
	background: #CCDDEA url("images/BG_main_content.gif") center repeat-y;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	position: relative;
}
div#content {
	width: 560px;
	padding: 0;
	margin-left: 157px;
	font-size: 13px;
	background: #E5EAED;
	border: 1px solid #3F4347;
}
div#content img {
	padding: 10px;
}
div#words { /* This holds the copy within the content div on most pages */
	margin: 0 10px 10px;
}
div#footer {
	background: url("images/BG_main_bottom.gif") center no-repeat;
	height: 25px;
}
/* ------- N A V I G A T I O N ------- */
div#nav {
	z-index: 9;
	position: absolute;
	top: 15px;
	left: 8px;
	margin: 0;
	width: 136px;
	height: 319px;
	background: #6C9EC2 url("images/BG_nav_content.gif") left repeat-y;
}
div#nav ul {
	list-style: none;
	text-indent: 0;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}
div#nav ul li { display: inline; }
div#nav ul li a {
	color: #585858;
	background: #E2ECF3;
	width: 103px;
	margin: 2px 0 0 13px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
/* ------ Box model hack ------ */
/* Hide from IE Mac \*/
* html div#nav ul li a { 
	width: 122px; /* I have no idea why this number works! */
	w\idth: 103px;
}
/* ------ End of hack ------ */

div#nav ul li a.active, div#nav ul li a.active:hover {
	text-decoration: none;
	background: #BED4E4 url("images/BG_nav_active.gif") bottom repeat-x;
}
div#nav ul li a:hover {
	background: #DFEBD6 url("images/BG_nav_hover.gif") bottom repeat-x;
}
div#nav_top {
	background: #6C9EC2 url("images/BG_nav_top.gif") no-repeat;
	width: 136px;
	height: 46px;
}
div#nav_bottom {
	background: #6C9EC2 url("images/BG_nav_bottom.gif") no-repeat;
	position: absolute;
	top: 286px;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 136px;
	height: 33px;
}
div#nav div#curve {
	z-index: 10;
	background: url("images/BG_nav_curve.gif") no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 41px;
	height: 319px;
}
/* ------- A B S O L U T E  P O S I T I O N ------- */
a#homelink {
	display: block;
	width: 133px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 42px;
}
img#logo {
	display: block;
	position: absolute;
	left: 339px;
	width: 83px;
	height: 75px;
}
img#diamond {
	display: block;
	position: absolute;
	top: 75px;
	left: 355px;
	width: 52px;
	height: 48px;
}
img#people_left {
	display: block;
	position: absolute;
	top: 75px;
	left: 0;
	width: 118px;
	height: 55px;
}
img#people_right {
	display: block;
	position: absolute;
	top: 75px;
	right: 0;
	width: 133px;
	height: 55px;
}
img#title {
	display: block;
	position: absolute;
	top: 52px;
	left: 0;
	width: 326px;
	height: 23px;
}
img#slogan {
	display: block;
	position: absolute;
	top: 52px;
	right: 131px;
	width: 199px;
	height: 23px;
}
/* ------- G E N E R A L  S T U F F ------- */
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.clear { clear: both; }
.prop {
	height: 330px;
	width: 1px;
	float: right;
}
p.notice {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}