body {
	background: #EEEEEE;
	height:1100px;
}
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;
	width: 720;
	color: #333366;
	max-height: 400px;
}
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: 120%;
	text-align: right;
}
td.picture_td, td.leftlogo { 
	padding: 0px 0px 0px 0px;
}
/*
td.leftcol { 
	padding: 2% 1% 1% 1%;
}
td.main_body { 
	padding: 4% 8% 0% 8%;
}
*/
/* Indent Styles */
.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: 140%; font-weight: bold; }
.li3 { text-indent: 50px; font-size: 130%; }
.li4 { text-indent: 60px; font-size: 120%; }
.li5 { text-indent: 70px; font-size: 120%; }
.li0, .li1, .li2, .li3, .li4, .li5 { 
	list-style: none;
}
.logo_img_small {
	border: none; 
	height: 25%; 
	width: 25%;
}
img {
	border: none; 
	/*width: auto;
	height: auto;*/
}
.leftcol {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #EEEEEE;
    width: 30%;
}
/*
.leftcol ul, .leftcol li { 
	list-style: url(/images/bullet.jpg) square;
}
*/
.main_body { 
	background: url("/images/LogoBG.gif") white;
	background-size: 100% 100%;
	background-origin: content;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	vertical-align: top;
}
.footer { 
	text-align: center;
}