/*
 Site Styles
*/

body, html {
	font-size: 12px;
	font-family: tahoma;
	line-height: 19px;
	color: #333333;
	height: 100%;
}

body {
	background: #333d51 url(../images/bg.gif) repeat-x;
}

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	color: #4c627c;
}

div.centrify {
	width: 1000px;
	margin: 0px; auto;
}

h1 {
	font-size: 24px;
	color: #19325c;
	font-variant: small-caps;
	font-family: georgia;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	color: #19325c;
	font-variant: small-caps;
	font-family: georgia;
	font-weight: normal;
}


h3 {
	font-size: 14px;
}

table.footer td, table.footer td a {
	color: #6994c0;
	font-size: 11px;
}

/* navigation td and subnav_container should be the same width */

table.navigation {
	width: 950px;
	height: 32px;
	color: #162255;
}

table.navigation a {
	color: #162255;
	text-decoration: none;
}

table.navigation td {
	border-right: 1px solid #cccccc;
}

table.navigation td.selected a, table.navigation a:hover {
	text-decoration: underline;
}

div.subnav_container {
	width: 227px;

}

div.subnav_container a {
	display: block;
	color: #000;
}

div.subnav_container a:hover {
	background-color: #AAA;
}

fieldset {
	border: 1px solid #cccccc;
}