body {
	background: url(bg_main.jpg) repeat-x;
	background-color: #D2D2D3;
	margin: 0;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

a {
	color: #113869;
}

a:hover {
	text-decoration: none;
}

td.header {
	background: url(header.jpg) no-repeat;
	width: 788px;
	height: 287px;
}

td.menu {
	background: url(bg_menu.jpg) no-repeat;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	width: 788px;
	height: 46px;
}

td.menu a {
	color: #fff;
	text-decoration: none;
}

td.menu a:hover {
	color: #113869;
	background-color: #fff;
	text-decoration: none;
}

td.body {
	background: url(bg_body.jpg) repeat-y;
	width: 788px;
}

td.body-bottom {
	background: url(bg_body_bottom.jpg) no-repeat;
	width: 873px;
	height: 35px;
}

td.footer {
	background: url(bg_footer.jpg) no-repeat;
	width: 873px;
	height: 42px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

td.body-left {
	background: url(bg_body_left.jpg) repeat-y;
}

td.body-right {
	background: url(bg_body_right.jpg) repeat-y;
}

td.table-left {
	background: url(bg_table_left.jpg) repeat-y;
}

td.table-right {
	background: url(bg_table_right.jpg) repeat-y;
}

/* Image Styles */
img.one, img.two {
	clear: both;
	border: 1px #113869 solid;
}

img.one {
	float: left;
	margin-right: 10px;
}

img.two {
	float: right;
	margin-left: 10px;
}

/* Headers */

h1, h2, h3, h4 {
	color: #113869;
}

h1 {
	font-size: 18px;
}

h2, h3, h4 {
	font-size: 14px;
}


/* Vert Menu Styles */
div.menu {
	margin-left: 30px;
}

div.menuitem {
}

div.menu a {
	color: #E7E6CE;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
}

/* Horiz Menu Styles */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	float: left;
	padding-left: 4px;
}

ul.menu a {
}

/* Fly Out Menus - Format EXACTLY like this or else the script will get screwed

JSMENU:fontColor:#ffffff
JSMENU:fontColorHilite:#113869
JSMENU:menuItemBgColor:#113869
JSMENU:menuHiliteBgColor:#ffffff
JSMENU:menuLiteBgColor:#113869
JSMENU:menuBorderBgColor:#113869
JSMENU:bgColor:#113869
JSMENU:horizOffset:0
JSMENU:vertOffset:20
JSMENU:menuOrient:horiz
JSMENU:menuFont:Verdana
FLOWER:1
*/