html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


body {
	line-height: 1;
	color: #172A4A;
	background: #293e74;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}


#container {
	text-align: left;
	width: 765px;
	margin: 0 auto;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/faces/face15.jpg);
	background-repeat: no-repeat;
	padding-left: 248px;
}


#content {
	float: right;
	width: 530px;
	padding: 1em 25px;
	background-color: #b6c4df;
	font-size: .9em;
}

#navigation {
	float: left;
	width: 180px;
	margin-top: -40px;
	padding-bottom: 1em;
	font-family: Georgia, "Times New Roman", "Times", serif;
}


h1 {
	text-indent: -9999px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 189px;
	width: 517px;
}

h2, h3, h4, h5	{
	font-weight: normal;
}

h2	{
	margin: 0 0 .5em 0;
	font-size: 1.6em;
	line-height: 1.4;
	color: #1f3873;
	font-family: Georgia, serif;
}

h3	{
	margin: 3em 0 .5em 0;
/*
	font-weight: normal;
	font-size: 1.3em;
	color: #5a6394;
*/
	color: #496394;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;

}


p	{
	line-height: 1.4;
	margin: 0 0 1.5em 0;
}


ol, ul	{
	margin: 1em 0;
}

ol li, ul li	{
	margin: 0 0 1em 2em;
	line-height: 1.4;
}

ol li ol	{
	list-style-type: lower-alpha;
}

ol li ul	{
	list-style-type: disc;
}

ol li ol, ol li ul	{
	margin-top: -1em;
}



a:link	{
	color: #172A4A;
	font-weight: bold;
	text-decoration: none;
}

a:visited	{
	color: #35548a;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active	{
	color: #9c1b37;
	text-decoration: underline;
}

strong	{
	color: #496394;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

em	{
	font-weight: bold;
	font-style: normal;
}


.right	{
	float: right;
	margin: 0 0 1em 1em;
}

.left	{
	float: left;
	margin: 0 1em 1em 0;
}

.clear	{
	clear: both;
}


/* Search Form */

#sidesearch	{
	text-align: center;
}

#sidesearch #searchform	{
	margin: 0 auto;
}

#sidesearch #searchform #s	{
	width: 90px;
}


#navigation #searchform #searchsubmit	{
	font-size: 11px;
	padding: 1px 2px;
}

/* Navigation */


#navigation ul	{
	margin-left: 0px;
	list-style: none;
}

#navigation ul li	{
	margin: 6px 0 6px 24px;
	line-height: 1;
}


*:first-child+html #navigation ul li {
	margin-bottom: 7px;
}


#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	color: #fff;
	width: 115px;
	height: 22px;
	padding: 14px 0px 6px 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	background-image: url(images/nav_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#navigation ul li a:hover, #navigation ul li a:active {
	background-image: url(images/nav_over_bk.jpg);
	color: #1f3873;
}

#footer {
	clear: both;
	width: 100%;
	padding: .5em 0;
	background-color: #5594bc;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


#footer a:link, #footer a:visited	{
	color: #b5d1e3;
	text-decoration: none;
	font-weight: normal;
}

#footer .copy	{
	color: #b5d1e3;

}

#footer p	{
	line-height: 1.5;
	margin: 0 0 0 32px;
}

#subnav {
	width: 180px;
	float: right;
	font-size: .9em;
	padding:  20px 15px 10px 10px;
	margin: 0 0 1em 1em;
	background-color: #DBE3F0;
}

#subnav li	{
	border-bottom: solid 1px #eee;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

#subnav li a:link, #subnav li a:visited	{
	text-decoration: none;
}

/*  Home Page */

#page_ h2, #page_home h2	{
	display: none;
}

#page_ #content img p, #page_home #content img p	{
}


#page_ strong, #page_home strong	{
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: inherit;
	font-size: 1.2em;
}


/* FAQ */

#page_faqs h2	{
	font-size: 1.3em;
}

#page_faqs th, #page_faqs td	{
	padding: .5em 2em .5em 0;
	border-bottom: solid 1px #DBE2F0;
	width: 50%;
}

#page_faqs th	{
	color: #496394;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

/* TEAM */

#page_team #content .puzzle	{
	width: 200px;
	padding-bottom: 1em;
}

#page_team #content .puzzle	img	{
	display: block;
}

#page_team #content .puzzle p	{
	margin-bottom: 0;
}

#page_team #content .puzzle ul	{
	margin-top: 0;
	margin-bottom: 0;
}

#page_team #content .puzzle ul li	{
	margin-top: 0;
	margin-bottom: 0;
}

/* CATEGORIES */

#page_category #subnav	{
	display: none;
}

#page_category .column	{
	width: 160px;
	margin-right: 22px;
	float: left;
	list-style: none;
}

#page_category #three	{
	margin-right: 0;
}

#page_category .column li	{
	margin: 0 0 .5em 0;
	padding-left: 0;
}

#catnav	{
	margin: 1em 0;
}



/* PROFILES */

#profile img	{
	float: left;
	margin: 0 30px 20px 0;
	border: solid 1px #fff;
}


#profile h2	{
	margin: 0;
	font-size: 1.4em;
}

#profile .categories	{
	color: #496394;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

#profile .categories a:link, #profile .categories a:visited	{
	color: #496394;
	font-weight: normal;
}

#profile h2, #profile .categories	{
}

#profile p	{
	line-height: 1.2;
	margin: 0 0 1em 0;
}

#profile #blurb	{
	clear: both;
	margin-bottom: 1em;
}

#profile #blurb p	{
	line-height: 1.5;
	margin-bottom: .6em;
}

#profile #nav_links	{
	font-size: 1.3em;
	border-top: solid 1px #DBE2F0;
	padding-top: .5em;
	text-align: right;
}