body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #ffffff;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #F1E27C;
	padding: 0px;
	padding-left: 3px;
}

#headerTable {
	background: #F5F5F5;
	background-image: url(images/headerBGTileX.jpg);
	background-repeat: repeat-x;
}

#leftBlueColumn {
	width: 10px;
	background-color: #464785;
}

#buttonColumn {
	border: 0px;
}

#contentTable {
	background: url(images/contentBGTileY.jpg) repeat-y 200px 0px;
}

#contentLeft {
	background: #3B3C70;
	background-image: url(images/menuBGTileY.jpg);
	background-repeat: repeat-y;
}

#contentRight {
	background: url(images/contentLeftTopCorner.jpg) no-repeat;
	padding: 8px;
	padding-left: 15px;
	padding-top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.contentRight a {
	text-decoration: none;
	color: #3B3C70;
}

.contentRight a:hover {
	text-decoration: none;
	color: #62638D;
}

.contentRight {
	background: url(images/contentLeftTopCorner.jpg) no-repeat;
	padding: 8px;
	padding-left: 15px;
	padding-top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.contentRight a {
	text-decoration: none;
	color: #3B3C70;
}

.contentRight a:hover {
	text-decoration: none;
	color: #62638D;
}

/*-----Menu Styles-----*/

#nav {
	margin: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 0px;
}

ul li {
	position: relative;
}
	
li ul {
	position: absolute;
	left: 190px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #none; /* IE6 Bug */
	border: 0;
}

/* Jeremy Adjust flyout menus look*/
ul li ul {
	border: 1px solid #F1E27C;
	border-bottom: 0px;
	border-collapse: collapse;
}

ul li ul li a {
	color: #FFFFFF;
	background: #3B3C70; /* IE6 Bug */
	background-image: none;
	border-bottom: 1px solid #F1E27C;
}

ul li ul li a:hover {
	color: #F1E27C;
	background: #62638D; /* IE6 Bug */
	background-image: none;
}
/* End */

/* Fix IE. Hide from IE Mac \*/
* html ul li { 
	float: left; 
	height: 1%; 
}

* html ul li a { 
	height: 1%; 
}
/* End */

ul li a:hover { 
	color: #454545; 
} /* Hover Styles */
		
li ul li a {
	padding: 2px;
	padding-left: 3px;
 } /* Sub Menu Styles */
		
li:hover ul, li.over ul {
	display: block; 
} /* The magic */

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	padding: 0px;
}

#leftLogos {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px;
}
