body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	color: #000;
	}
a:link {
	color: #39c;
	}
a:visited {
	color: #369;
	}

/* layout */

#wrap {
	min-width: 500px;
	background: url(../img/wrap-bg.gif) repeat-y 70% 0;
	}
#content {
	float: left;
	width: 70%;
	font-size: 95%;
	line-height: 1.5em;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#footer {
	clear: both;
	background: #bfeaff;
	}

/* gutters */

#content .gutter {
	padding: 4em 2em 2em 6em;
	background: url(../img/content-bg.jpg) repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 2em;
	}

/* header */

#header {
	background: #FFFFFF url(../img/header-bg.gif) repeat-x top left;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #374C0E;
	background: url(../img/logo150.gif) no-repeat top left;
	}

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 20px;
	color: #333;
	text-decoration: none;
	border: 1px solid #005178;
	border-bottom: none;
	background: #fff;
	}
#nav a:hover, body#tab1 #t1 a, body#tab2 #t2 a, body#tab3 #t3 a, body#tab4 #t4 a, body#tab5 #t5 a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #bfeaff;
	}
#nav a:hover {
  padding-bottom: 4px;
	}

/* message row */

#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #cc9;
	text-align: center;
	background: #0074AB url(../img/nav-bg.gif) repeat-x bottom left;
	}
	
/* content */
#content h1, #content h2, #content h3, #content h4 {
	font-family: Georgia, serif;
	color: #005178;
	font-weight: bold;
	}

#content h1 {
	margin: 2em 0 0.5em 0;
	padding: 0;
	font-size: 200%;
	}


#content h2 {
	margin: 2em 0 0.5em 0;
	padding: 0;
	font-size: 150%;
	}

#content h3 {
	margin: 2em 0 0.2em 0;
	padding: 0;
	font-size: 120%;
	}

#content img {
	float: right;
	clear: right;
	margin: 0 15px 1em 2em;
	padding: 0 4px 4px 0;
	background: url(../img/photo-frame.gif) no-repeat bottom right;
	}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(../img/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	background: url(../img/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(../img/li-bullet.gif) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	color: #005178;
	border-top: 1px solid #0074ab;
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */
