body {
	margin: 0;
	background: url(bg_main.jpg) repeat-x;
	background-color: #DDDDCC;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	color: #000;
}

a {
	color: #0A4EA1;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

.left-shadow {
	background: url(left_bg.jpg) repeat-y;
	width: 17px;
}

.left-overlay {
	background: url(left_overlay.jpg) no-repeat;
	width: 17px;
	height: 512px;
}

.right-shadow {
	background: url(right_bg.jpg) repeat-y;
	width: 17px;
}

.right-overlay {
	background: url(right_overlay.jpg) no-repeat;
	width: 17px;
	height: 512px;
}

.header {
	background: url(header_bg.jpg) no-repeat;
	width: 794px;
	height: 439px;
}

.menu-cell {
	background: url(menu_bg.jpg) no-repeat;
	width: 794px;
	height: 45px;
}

.body-cell {
	background-color: #F6F6EA;
	width: 794px;
}

.body-text-cell {
	background: url(body_bg.jpg) repeat-y;
	width: 794px;
}

.body-footer-cell {
	background: url(body_bottom.jpg) no-repeat;
	width: 794px;
	height: 20px;
}

.footer {
	background-color: #7A9AB9;
	height: 30px;
	text-align: center;
	font-size: 10px;
	line-height: 1.3;
	color: #fff;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* Obit styles */
.obit-table {
	width: 175px;
	margin-left: 35px;
	margin-top: 15px;
	background-color: #8CACD3;
}

.obit-header {
	background: url(obit_top.gif) no-repeat;
	width: 175px;
	height: 37px;
}

.obit-body {
	background: url(obit_bg.gif) repeat-y;
	width: 175px;
	color: #fff;
	padding: 0 10px;
}

.obit-body a {
	color: #fff;
	text-decoration: none;	
}

.obit-body a:hover {
	text-decoration: underline;
}

.obit-footer {
	background: url(obit_bottom.gif) no-repeat;
	width: 175px;
	height: 13px;
}


/* Image Styles */
img.one, img.two {
	clear: both;
	border: 1px #0A4EA1 solid;
}

img.one {
	float: left;
	margin-right: 10px;
}

img.two {
	float: right;
	margin-left: 10px;
}

/* Headers */

h1, h2, h3, h4 {
	color: #0A4EA1;
}

h1 {
	font-size: 18px;
}

h2, h3, h4 {
	font-size: 14px;
}


/* Vert Menu Styles */
div.menu {
	margin: 10px 30px 0 30px;
	color: #fff;
	font-weight: bold;
}

div.menuitem {
}

div.menu a {
	color: #FFFFFF;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
}

/* Fly Out Menus - Format EXACTLY like this or else the script will get screwed

JSMENU:fontColor:#ffffff
JSMENU:fontColorHilite:#0A4EA1
JSMENU:menuItemBgColor:#0A4EA1
JSMENU:menuHiliteBgColor:#ffffff
JSMENU:menuLiteBgColor:#0A4EA1
JSMENU:menuBorderBgColor:#0A4EA1
JSMENU:bgColor:#0A4EA1
JSMENU:horizOffset:0
JSMENU:vertOffset:20
JSMENU:menuOrient:horiz
JSMENU:menuFont:Verdana
FLOWER:1
*/