/* DEFAULT CSS ======================================== */

body, html {
	margin: 0 auto;
	padding: 0;
	background: #f1f4f7;
	min-width: 900px;
}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}

a:link, a:visited {
    color:#003466;
    text-decoration: underline;
}

a:hover, a:active {
	color: #7f99b2;
	text-decoration: none;
}

#wrap {
	background: #ffffff url(/images/bg_wrap.gif) repeat-y;
	margin: 0 auto;
	margin-top: 10px;	
	width: 900px;
}

#nav {
	background: #ffffff url(/images/bg_nav.gif) repeat-x;
	width: 900px;
	height: 51px;
}

#head {
	background: #c8c8c8 url(/images/head.gif) no-repeat;
	width: 900px;
	height: 149px;
}

#main {
	float: left;
	width: 649px;
	margin-left: 251px; /*Set to width of left margin */	
}

#content {
	width: 579px;
	padding: 25px 35px 25px 35px;	
}
	
#sidebar {
	background: #7f99b2;
	float: left;
	width: 251px;
	padding-top: 15px;
	margin-left: -900px; /*Set left margin to -(wrapper)*/
}

.nav-select {
	border-bottom: #b7bba0 solid 1px;
	background-color: #727362;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0 4px 30px;
}
	
#footer {
	clear: both;
	width: 900px;
	margin: 0, auto;
	background-color: #f1f4f7;
	border-top: 40px solid #7f99b2;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7f99b2;
	padding-top: 20px;
	text-align: center;
	text-transform: none;
}

hr {
	border: 0;
	width: 100%;
	margin: 6px 0 6px 0;
	background-color: transparent;
	border-bottom: #cacaca dotted 1px;
}

/* IMAGES ======================================== */

a.imglink:link, a.imglink:visited {
	border:none
}

a.imglink:active, a.imglink:hover {
	background:transparent
}

.insetr {
	padding: 10px;
	border: #ccc7a9 solid 1px;
	background: #ffffff;
	float: right;
	margin: 0 0 10px 10px;
}

/* HEADINGS ======================================= */

h1 {
	color: #003466;
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
}

h2 {
	color: #5f809f;
	font-size: 18px;
	margin: 0 0 6px 0;
	padding: 6px 0 6px 0;
	border-bottom: 1px dotted #cacaca;
}

h3 {
	color: #666666;	
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 12px 0 0 0;
}

/* CLASSES ================================== */

.logos {
	padding: 30px 0 40px 0;
}

.select {
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	padding: 18px 20px 0 0;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.credits a {
	color: #99a2ad;
}

/* END DEFAULT CSS ================================= */
