body	{
	background: #CCFFCC;
	margin: 0;
	padding: 0;
	}
	
.splashTopLeft	{
	background: url(../imgs/splash_bg_top-left.gif) repeat-x bottom right;
	}
	
.splashTopRight	{
	background: url(../imgs/splash_bg_top-right.gif) repeat-x bottom left;
	}
	
.splashMidLeft	{
	background-color: #D33C01;
	background-image: url(../imgs/newsplash/bk_mid_left1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
	
.splashMidRight	{
	background-color: #CE3600;
	background-image: url(../imgs/newsplash/bk_mid_right1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
	
.splashBotLeft	{
	background: url(../imgs/splash_bg_bot-left.gif) repeat-x top right;
	}
	
.splashBotRight	{
	background: url(../imgs/splash_bg_bot-right.gif) repeat-x top left;
	}
	

A.nav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none; }
A.nav:hover  { color:#000066; }
A.nav:active { color:#CCFFCC; }
