body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #CACACA;
	margin: 0px;
	font-family: arial;
	font-size: 11pt;
}

#ParentTable {
	width: 940px;
	height: 100%;
	background-color: white;
	border: 1px solid black;
	font-family: arial;
	font-size: 11pt;
}

#HeaderRow {
	height: 220px;
}

#HeaderCol {
	background-image: url('images/header_bg.jpg');
	font-family: arial;
	font-size: 11pt;
}

#MenuRow {
	height: 45px;
}

#MenuCol {
	background-image: url('images/menu_bg.jpg');
	font-family: arial;
	font-size: 11pt;
}

#NoScriptMenu, #NoScriptMenu a, #NoScriptMenu a:visited {
	color: white;
	text-decoration: none;
}

#NoScriptMenu a:hover {
	text-decoration: underline;
}

#BodyRow {
	background-image: url('images/body_bg.jpg');
}

#LeftSideBar {
	width: 240px;
	padding: 5px;, 10px
	font-family: arial;
	font-size: 11pt;
	color: white;
}

#LeftSideBar a, #LeftSideBar a:visited {
	color: #000000;
	text-decoration: none;
}

#LeftSideBar a:hover {
	text-decoration: underline;
}

#BodyCol {
	padding: 5px, 15px;
	font-family: arial;
	font-size: 11pt;
}

#BodyCol a, #BodyCol a:visted {
	color: #365F91;
	text-decoration: none;
}

#BodyCol a:hover {
	text-decoration: underline;
}

#FooterRow {
	height: 50px;
}

#FooterCol {
	padding: 10px, 5px, 5px, 5px;
	color: white;
	background-image: url('images/footer_bg.jpg');
	font-family: arial;
	font-size: 10pt;
}

.footer {
	color: white;
	font-size: 12px;
	font-family: arial;
	font-size: 10pt;
}

.footer a, .footer a:visited {
	color: white;
	text-decoration: none;
	font-family: arial;
	font-size: 10pt;
}

.footer a:hover {
	text-decoration: underline;
}

.PageTitle {
	font-size: 20pt;
}

hr.TitleUnderline {	
	width: 100%;
	color: #365F91;
}

.ArticleTitle, .ArticleTitle a, .ArticleTitle a:visited {
	font-size: 14pt;
	font-weight: bold;
	color: #365F91;
}

.indent {
	padding-left: 25px;
}

td.TableHeader {
	padding: 5px;
	font-weight: bold;
	background-image: url('images/menu_bg.jpg');
	Color: #FFFFFF;
	border-bottom: 1px solid black;
}


/* Menu Styles */
td.mMenuHeader {
}

td.mMenuHeader a, td.mMenuHeader a:visited {
	font-size: 16px;
	text-align: center;
	color: White;
	text-decoration: none;
	height: 100%;
	}

td.mMenuHeader a:hover {
	}

table.mStartMenu {
	border: 1px solid black;
	z-index: 500;	
	}

td.mMenuItem a, td.mMenuItem a:visited {
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 14px;
	background-image: url("images/DropMenu_bg.jgp")
	}

td.mMenuItem a:hover {
	color: black;
	}

td.mSubMenuHeader a, td.mSubMenuHeader a:visited {
	font-size: 12px;
	color: black;
	text-decoration: none;
	}