@charset "UTF-8";
/* CSS Document */


/* Background color */
#content {
	background-color: #ffffcc;
}

/* Top nav - use foreground color */
#mainNav {
	width: 400px;
	background: #336699 url(/images/right_nav.gif) no-repeat right;
}

/* Right nav - use foreground color */ 
#subNav {
	background: #336699 url(/images/rt_nav_top.gif) top left no-repeat;
}

/* Right nav hover - use foreground color */
#subNav a:hover {
	color: #336699;
}

/* Text color - use foreground color */
body {
	color: #336699;
}

/* Creates an overall link style - use foreground color for link, visited is fine neutral - no need to change */
a:link {
	color: #336699;
}
a:visited {
	color: #4D4D4D;
}

/* ------Tables--------*/

#sub1 table.tableMain {
	color: #336699;
}
.tabletextheader {
	background-color: #336699;
}
.tabletext2 {
	background-color: #ffffcc;
}
