* {
	font-family: Arial, Helvetica, sans-serif;
	}
body {
	margin:0px;
	text-align:center;
	background-color:#111732;
	background-image:url(../images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	}
.iH {
	display:none;
	}

/* ============================ */
/* ========== Header ========== */
/* ============================ */

#header {
	width:778px;
	height:238px;
	position:relative;
	margin:0 auto;
	background-image:url(../images/header.jpg);
	}
#homeIcon {
	position:absolute;
	left:694px;
	top:6px;
	}
#emailIcon {
	position:absolute;
	left:734px;
	top:6px;
	}

/* ============================== */
/* ========== Menu Bar ========== */
/* ============================== */

#menuBar {
	width:778px;
	height:24px;
	margin:0 auto;
	position:absolute;
	top:214px;
	left:0px;
	}
.nav {
   padding:0;
   margin:0;
   list-style:none;
   }
.nav a {
   display:block;
   color:white;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
   text-decoration:none;
   line-height:24px;
   text-align:center;
   padding:0 34px;
   }
.nav a:hover {
   position:static;
   background-image:url(../images/menu_over.jpg);
   color:#0e4573;
   }
.nav li {
   float:left;
   }

/* ============================= */
/* ========== Content ========== */
/* ============================= */

#contentDiv{
	width:778px;
	margin:32px auto 0 auto;
	text-align:left;
	color:white;
	}
#contentDiv h1 {
	font-size:18px;
	font-weight:normal;
	color:#ff5a00;
	}
#contentDiv h2 {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size:18px;
   font-weight:bold;
   text-align:center;
	}
#contentDiv p, #contentDiv a, #contentDiv li, #contentDiv td {
	font-size:15px;
	}
#contentDiv a {
	color:#ffd001;/*#ff5a00*/
	}
#contentDiv a:hover {
	color:#ff5a00;/*#fbcd01*/
	}
.callout {
	width:160px;
	height:361px;
	padding:0 14px 10px 14px;
	background-image:url(../images/callout.jpg);
	background-repeat:repeat-x;
	background-color:#06204f;
	}
#contentDiv ul {
	list-style-image: url(../images/bullet.gif);
	}

/* ============================ */
/* ========== Footer ========== */
/* ============================ */

#footer {
	width:778px;
	margin:35px auto 15px auto;
	border-top:1px solid #5f2d22;
	padding-top:8px;
	font-size:11px;
	color:#88abc8;
	}
#footer a {
   color:#88abc8;
	}
#footer a:hover {
   color:white;
	}
