body
{
	margin: 0 auto 0 auto;
	background: #CCCCCC;
	font-family: "futura", Arial, Verdana, sans-serif;
	text-align: center;
	text-transform: inherit;
	width: 702px;
	/*font-size: 0.8em;*/
}

h1 { font-size: 1.4em; }
h2 { font-size: 1em; }
h3 { font-size: 0.9em; }
h4 { font-size: 0.85em; }
h5, h6 { font-size: 0.75em; }
p, ul, ol, td, address, legend { font-size: 0.75em; }
ul ul, ol ol { font-size: 1em; }
td p { font-size: 1em; }
p, ul, ol, td { line-height: 1.5em; }

#sidebar p
{
	line-height: 1em;
	padding: 0;
	color: #1767b0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	font-weight: normal;
}

h1
{
	font-family: "futura", georgia, times, serif;
	margin: 0;
}

h3
{
	border-width: 0;
	margin: 0;
}

h5, h6
{
	background-repeat: no-repeat;
	line-height: 3.5em;
	color: #FFF;
	text-indent: 1em;
	text-transform: inherit;
}

h5 { background-image: url(../_graphics/ui/elipse_dark.gif); }
h6 { background-image: url(../_graphics/ui/elipse_light.gif); }
#content p, #content h1, #content h2, #content h3, #content ul, #content li, #content address { color: #333; }

#wrapper
{
	width: 700px;
	border-right: #000;
	border-bottom: #000;
	border-left: #000;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	text-transform: inherit;
	float: left;
}

#header
{
	width: 100%;
	height: 120px;
	background-image: url(../_graphics/ui/header.jpg);
	background-repeat: no-repeat;
}

#content
{
	width: 430px;
	float: left;
	padding: 20px;
}

address { font-style: normal; }

table.defaulttable
{
	font-weight: normal;
	margin: 2px 0 2px 0;
	border-color: #003;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}

table.defaulttable tbody td { padding: 4px; }
table.defaulttable tbody tr.odd { background-color: #D9D9F2; }
table.defaulttable tbody tr.even { background-color: #CACAED; }

/*table.defaulttable tbody tr.even:hover, table.defaulttable tbody tr.odd:hover { background-color: #CF3; }*/
table.defaulttable tbody tr.header
{
	background-color: #003;
	color: #FFF;
	padding: 4px;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
	text-align: left;
	text-transform: inherit;
	vertical-align: top;
}

table.defaulttable thead th
{
	background-color: #003;
	color: #FFF;
	padding: 4px;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
	text-align: left;
	text-transform: inherit;
	vertical-align: top;
}

table.defaulttable tfoot th
{
	background-color: #003;
	color: #FFF;
	padding: 4px;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
}

table { border-collapse: collapse; }

#nav, #nav ul
{
	/* all lists */
	font-size: small;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
	text-align: center;
	text-transform: inherit;
}

#nav a:link, #nav a:visited, #nav a:active
{
	display: block;
	width: 100px;
	color: #FFF;
	text-transform: inherit;
	text-decoration: none;
	background-color: #1767b0;
}

#nav a:hover
{
	display: block;
	width: 100px;
	color: #FFFFFF;
	background-color: #62a1db;
}

#nav li
{
	/* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
}

#nav li ul
{
	/* second-level lists */
	position: absolute;
	width: 100px;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:hover, #nav li ul li a:active
{
	border-bottom: #C0E8E7;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#nav li:hover ul, #nav li.sfhover ul
{
	/* lists nested under hovered list items */
	left: auto;
	background-color: #00A19C;
}

#navbar
{
	width: 700px;
	display: block;
	height: 30px;
	background-image: url(../_graphics/ui/navbar.gif);
	background-repeat: repeat-y;
}

#header h1
{
	text-indent: -1999px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#header h1 a
{
	display: block;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

#header h1 a:hover
{
	text-decoration: none;
	background-color: transparent;
}

#footer
{
	float: left;
	width: 500px;
	border-color: #333;
	border-width: 1px 0 0 0;
	border-style: solid;
	text-align: center;
	text-transform: inherit;
}

a:link, a:visited, a:hover, a:active
{
	color: #1767b0;
	text-transform: inherit;
	text-decoration: none;
}

#sidebar
{
	width: 165px;
	float: right;
	padding: 35px 20px 20px 20px;
}
#sidebar img {	border-width: 0;
}
#content img
{
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	float: right;
	margin: 0 0 20px 20px;
}

p#date
{
	color: #999;
	font-size: 0.7em;
}

table.default
{
	font-weight: normal;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0 10px 0;
	border-color: #1767b0;
	border-width: 1px;
	border-style: solid;
}

table.default tbody td
{
	padding: 4px;
	text-align: left;
	border-color: #1767b0;
	border-width: 0 0 1px 0;
	border-style: solid;
}

table.default tbody tr.odd { background-color: #CADFF3; }
table.default tbody tr.even { background-color: #B8D6F0; }
table.default tfoot tr { background-color: #1767b0; }
table.default tfoot th { padding: 4px; }

input, textarea
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

#btt { font-size: 0.85em; }
.frontpage { font-size: 1.3em; }
.frontpage h1 { font-size: 1.2em; }
.frontpage h4 { font-size: 0.8em; color: #666666;}
