@CHARSET "UTF-8";

html
{
	cursor: default;
	font-size: 1em;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

body
{
	margin: 0px;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, #site-title
{
	font-family: Cambria,"Times New Roman",Times,serif;
}

h1
{
	font-size: 1.6em;
	color: #365F91;
}

h2
{
	font-size: 1.5em;
	color: #4F81BD;
}

h3
{
	font-size: 1.3em;
	color: #4F81BD;
	font-style: italic;
}

h4
{
	font-size: 1.3em;
	color: #000000;
}

h5
{
	font-size: 1.1em;
	color: #000000;
	font-style: italic;
}

h6
{
	color: #000000;
	font-size: 0.9em;
}

pre
{
	border: 1px dashed #4297D7;
	padding: .3em;
}

a
{}

dt
{
	font-weight: bold;
}

body > header
{
	height: 150px;
	background-image: url( '/app/images/Header.png' );
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #10456B;
	color: #FFFFFF;
}

body > nav
{
	background-color: #000000;
	border-bottom: 1px solid #4297D7;
}

body > nav > ul
{
	float: left;
	width: 100%;
	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1em;
	margin-right: 1em;

	padding: 0px;
	list-style: none;
}
body > nav > ul > li
{
	display: inline;
}
body > nav > ul > li > a
{
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	padding: 10px;

	font-weight: bold;
	background-color: #EAF4FD;
	color: #2E6E9E;
	display: block;
	text-decoration: none;

	border: 1px solid #C5DBEC;
	border-radius: 5px;
}
body > nav > ul > li > a:hover
{
	background-color: #D0E5F5;
	color: #1D5987;
}
body > nav > ul > li.selected > a,
body > nav > ul > li.selected > a:hover
{
	background-color: #F5F8F9;
	border: 1px solid #79B7E7;
	color: #E17009;
}

body > #main-content-outer-container > #main-content-inner-container > article
{
	padding: 1em;
	background-color: #FFFFFF;
}

body > footer
{
	text-align: center;
	border-top: 1px solid #000000;
	font-size: .7em;
	line-height: 1.5em;
	background-color: #FFFFFF;
}

#site-logo
{
	width: 150px;
	height: 150px;
	background-image: url( '/app/images/Logo.png' );
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	margin-left: 1em;
	margin-right: 1em;
}

#site-title
{
	line-height: 150px;
	font-size: 3em;
	font-weight: bold;
}

#main-content-outer-container
{
	background-image: url( '/app/images/BodyWhitespace.png' );
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
}

#main-content-inner-container
{
	background-image: url( '/app/images/BodyBorder.png' );
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	padding-left: 1px;
	padding-right: 1px;
}

table.recordset
{
	border-top: 1px solid #4F81BD;
	border-bottom: 1px solid #4F81BD;
	margin-bottom: .5em;
	border-collapse: collapse;
}

table.recordset thead tr
{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #365F91;
}
table.recordset thead tr td,
table.recordset thead tr th
{
	border-bottom: 1px solid #4F81BD;
	text-align: left;
	vertical-align: text-bottom;
}

table.recordset tfoot tr
{
	background-color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	color: #365F91;
}
table.recordset tfoot tr td
{
	border-top: 1px solid #4F81BD;
}

table.recordset tbody tr:nth-child(odd)
{
	background-color: #D3DFEE;
}
table.recordset tbody tr:nth-child(even)
{
	background-color: #FFFFFF;
}
table.recordset tbody tr td,
table.recordset tbody tr th
{
	vertical-align: text-top;
}


table.wikitable
{
	border: 1px solid #4F81BD;
	margin-bottom: .5em;
	border-collapse: collapse;
	width: 100%;
}

table.wikitable thead tr
{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #365F91;
}
table.wikitable thead tr td,
table.wikitable thead tr th
{
	text-align: left;
	vertical-align: text-bottom;
}

table.wikitable tfoot tr
{
	background-color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	color: #365F91;
}
table.wikitable tfoot tr td
{}

table.wikitable tbody tr td,
table.wikitable tbody tr th
{
	vertical-align: text-top;
}
table.wikitable tbody tr th
{
	background-color: #D3DFEE;
	color: #365F91;
}

table.wikitable td,
table.wikitable th
{
	border: 1px solid #4F81BD;
	padding: .2em;
}

.clear-both
{
	clear: both;
}