html {
	margin: 0px;
	font-family: tahoma, "lucida grande", arial, verdana, geneva, sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
	background-color: #fff;
}

img {
	behavior: url("/ssi/pngbehavior.htc");
	border: none;
}

p {
	font-size: 12px;
	line-height: 17px;
}

ul li	{
	font-size:11px;
}

ol li	{
	color:#600;
	font-size:11px;
}

h1 {
	font: normal 18px Arial, sans-serif;
	line-height: 20px;
	color: #036;
	margin-top: 0;
}

h2 {
	color: #036;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 2px 4px #888;
	text-transform: uppercase;
}

#wrapper {
	width: 90%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	min-height: 100%;
}

#header {
	height: 82px;
	width: 100%;
	background-color: #244e77;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	border-bottom: 5px solid #fff;
}

#header #logo {
	float: left;
	padding-top: 3px;
}

#nav {
	display: none;
	height: 0;
}

#content {
	margin: 0;
	padding: 0;
}

#footer {
	background: url(none);
	background-color: #fff;
	height: 15px;
	width: 100%;
	text-align: center;
	position: relative;
	left: 0;
}

#footer-content {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

#footer-content p {
	font: normal 11px tahoma, "lucida grande", arial, verdana, sans-serif;
	color: #999;
	padding: 0;
	margin: 0;
}
#footer-content p.links {
	display: none;
}

#footer a:link, #footer a:visited, #content a:link, #content a:visited {
	display: none;
}


/*******
*
*	Dropdown Menus
*
*	Modified from "Sons of Suckerfish"
*
*******/

#mnu, #mnu ul {
	float: left;
	white-space: nowrap;
	list-style: none;
	line-height: 27px;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
	z-index: 20;
}

#mnu a {
	display: block;
	color: #036;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#mnu a:hover {
	background-color: none;
}
#mnu a.daddy {
	background: url(/img/triangle.gif) center right no-repeat;
}

/****** Menu titles ******/
#mnu li {
	float: left;
	display: block;
	border-right: 1px solid #92a5b3;
	font-size: 11px;
	list-style-image: none;
}

#mnu li a {
	text-shadow: 2px 2px 2px #ddd;
}

/****** Dropdown menu ******/
#mnu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: auto;
	min-width: 150px;
	margin: 0;
	border: 1px solid #999;
	background-image: url(/img/menuitem-bkgrnd.gif);
	background-repeat: repeat;
	background-color: #eee;
	line-height: 18px;
	font-size: 11px;
}

/****** Menu item link ******/
#mnu li li a {
	border: 0;
	display: block;
	padding-right: 10px;
	text-shadow: none;
}

/****** Menu Item ******/
#mnu li li {
	float: none;
	padding: 0;
	border: 0;
	width: 150px;	/* IE requires a fixed width or weird things happen. */
}
/* #mnu li>li { width: auto; }	For all other browsers auto width works great! */

#mnu li li a:hover {
	color: #fff;
}

#mnu li ul a {
	width: 13em;
	w\idth: 9em;
}

#mnu li ul ul {
	margin: -1.75em 0 0 14em;
}

#mnu li:hover ul ul, #mnu li:hover ul ul ul, #mnu li.sfhover ul ul, #mnu li.sfhover ul ul ul {
	left: -999em;
}

#mnu li:hover ul, #mnu li li:hover ul,
#mnu li li li:hover ul, #mnu li.sfhover ul,
#mnu li li.sfhover ul, #mnu li li li.sfhover ul {
	left: auto;
}

/****** Highlited Menu Item (onmouseover) ******/
#mnu li:hover, #mnu li.sfhover {
	background: #83b7dc;
}

#mnu .divider {
	background-image: url(/img/menu_divider.png);
	background-repeat: repeat;
}

#mnu .first {
	border-left: 1px solid #92a5b3;
}


/*******    Data Table definition    *******/

table.dat {
	font-size: 10px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
table.dat th {
	font-weight: bold;
	font-size: 11px;
	color: #036;
	text-align: left;
	background: url(none);
	background-color: #aaa;
	height: 22px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
table.dat tr.r0 {
	background-color: none;
}
table.dat tr.r1 {
	background-color: #aaa;
}
table.dat tr td {
	border-bottom: 1px solid #aaa;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.dat tr td b {
	color: #600;
}


/*******    UI Table definition    *******/

table.ui {
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #aaa;
}
table.ui th, table.basic th, table.list th {
	font-size: 11px;
	color: #036;
	text-align: left;
	text-indent: 9px;
	background-color: #aaa;
	height: 22px;
	border-bottom: 1px solid #aaa;
}

/*******    Basic Table definition    *******/

table.basic {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

/*******    List Table definition    *******/

table.list {
	font-size: 11px;
	line-height: 15px;
	border: 1px solid #aaa;
}
table.list tr.r0 {
	vertical-align: top;
	background-color: none;
	border-bottom: 1px solid #aaa;
}
table.list tr.r1 {
	vertical-align: top;
	background: url(none);
	background-color: #aaa;
	border-bottom: 1px solid #aaa;
}
table.list tr td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 10px;
}

.whitetext {
	color: #fff;
}

a.email {
	font: bold 10px "lucida grande", verdana, geneva, sans-serif;
	color: #039;
	display: block;
	background-image: url(/img/th-bkgrnd.gif);
	width: 44px;
	text-align: center;
	border: 1px solid #aaa;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.email:link, a.email:visited {
	color: #039;
	border: 1px solid #aaa;
	display: block;
}
