* {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body {
	background: #2f73c6 url("images/bg.blue.gif") top center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
		}
		
#container {
	width: 662px;
	background: #fff url("RTcolumn.gif") repeat-y right;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 662px;
	height: 125px;
	margin-top: 20px;
	background: #fff url("images/CCC.header.jpg") no-repeat;
	padding-top: 10px;
	text-align: right;
		}		
		
#nav {
	float: left;
	width: 100%;
	height: 25px;
	background: url("images/nav.bg.1.gif") repeat-x top left;
			}

						
.corner {
	background: url("images/nav.leftbottom.gif") bottom left no-repeat;
		}
	
.corner2 {
	background: url("images/nav.rightbottom.gif") bottom right no-repeat;
		}

#nav li {
	display: block;
	float: left;
	text-decoration: none;
	padding: 6px 10px 7px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
			}
			
#nav a, #nav a:visited {
	color:#000000;
	text-decoration: none;
}

#nav a:hover {
	color:#990000;
	text-decoration: none;
}

	
#nav2 {
	float: right;
	width: 385px;
	height: 25px;
	background: url("images/nav.bg.2.gif") repeat-x top right;
			}
			
#nav2 li {
	display: block;
	float: left;
	text-decoration: none;
	padding: 6px 10px 7px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
			}
			
#nav2 a, #nav2 a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#nav2 a:hover {
	color:#FFFF00;
	text-decoration: none;
}

#rightbar {
	margin-right: 10px;
	float: right;
	width: 250px;
	background: #cccccc url("images/rightbar.top.gif") top left repeat-x;
		}
		
#rightbar p {
	background: url(images/rightbar.bottom.gif) no-repeat bottom left;
	padding: 44px 15px 10px 10px;
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 25px;
		}
.subhead {
	font-weight: bold;
	color:#990000;
	padding-bottom: 10px;
	font-size: 15px;
		}

#leftbar {
	float: left;
	width: 362px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
		}
	
#leftbar p {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 10px;
		}
		
		
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
		
/* CSS Document */


