html {
	height: 100%;
	background: white url(/images/bg-body.png) top repeat-x;
}
body {
	min-height: 100%;
	height: 100%;
	padding: 10px;
}
#content {
	margin: auto;
}
A:link {
	color: #333366;
}
A:visited {
	color: #333366;
}
A:active {
	color: #333366;
}
A:hover {
	color: #333366;
	font-weight: bold;
}
.menu td {
	font-size: 110%;
	padding: .5% 0% .5% 0%;
	border-spacing: 0px;
	border: none; 
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.menu_selected {
	background: #336699;
	color: white;
}
.menu_selected a {
	text-decoration:none;
	display: block;
	background: #336699;
	color: white;
	font-weight: bold;
}
.menu_unselected {
	background: #EEEEEE;
}
.menu_unselected a {
	text-decoration:none;
	background: #EEEEEE;
}
.menu_unselected a:hover {
	display: block;
	background: #336699;
	color: white;
	font-weight: bold;
}
td.mainnavswap { width: 130px; height: 25px; background: #C0C0C0; padding-top: 5px; border-right: 1px solid #FFFFFF; font-family: Verdana, Helvetica, Sans-serif; font-size: 11px; font-variant:normal; color: #000080;}
.link {
	background: #EEEEEE;
	color: #333366;
	font-weight: bold;
}
table.sample {
	background: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #333366;
	color: #333366;
	border: 4px solid #575757;
}
EM, H1, H2, H3, H4, P, B {
	color: #333366;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
}
td.leftlogo {
	font-size: 145%;
	text-align: right;
}
td.picture_td, td.leftlogo { 
	padding: 0px 0px 0px 0px;
}
.li0 { text-indent: 0px;  font-size: 160%; font-weight: bold; }
.li1 { text-indent: 20px; font-size: 150%; font-weight: bold; }
.li2 { text-indent: 40px; font-size: 130%; }
.li3 { text-indent: 50px; font-size: 120%; }
.li4 { text-indent: 60px; font-size: 110%; }
.li5 { text-indent: 70px; font-size: 100%; }
.li0, .li1, .li2, .li3, .li4, .li5 { 
	list-style: none;
}
.logo_img_small {
	border: none; 
	height: 25%; 
	width: 25%;
}
img {
	border: none; 
}
.leftcol {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #EEEEEE;
    width: 30%;
}
.main_body { 
	background: url("/images/LogoBG.gif") white;
	/* background-size: 100% 100%; */
	background-origin: content;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	vertical-align: top;
}
.main_body li {
	list-style: none;
	list-style-image: url(/images/arrow_small.gif);
}
.footer { 
	text-align: center;
}
#sitenotes {
display: block;
color: #575757;
font-size: 135%;
letter-spacing: 1px;
text-transform: uppercase;
}
