@import'rgmap.css';
body{
	background-color: #FAFAFA;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	}
	
#pageWrapper {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/border.gif);
	width: 996px;
	}
#top{
	background-image: url(../images/topBg.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 996px;
	}
#logoDiv{
	background: url(../images/logoDiv.png);
	background-repeat: no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='../images/logo.png', sizingMethod='crop');
	width: 355px;
	height: 95px;
	float: left;
	margin-top: 20px;
	}
#logo{
	background: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 95px;
	}
#pageWrapper #threeCol{
	text-align: left;
	}
#bottom{
	background-image: url(../images/bottomBg.jpg);
	background-repeat: no-repeat;
	height: 66px;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	line-height: 6em;
	_line-height: 5.5em;
	}
#pageWrapper #threeCol #col1{
	color: #D1D3D7;
	float: left;
	width: 160px;
	margin-right: 10px;
	line-height:1.4;
	}
#pageWrapper #threeCol #col1 a{
	text-decoration: none;
	color: #000;
	}
#menu a.current{
	font-weight: bold;
}
#menu ul, #menu ul ul, #menu ul ul ul{
	padding-left: 13px;
	*margin-left: 0px;
}
#menu ul li ,#menu ul ul li, #menu ul ul ul li {
	list-style: none;
	display: block;
}
#menu ul li a, #menu ul li a.current{
	font-size: 17px;
	}
#menu ul ul li a, #menu ul ul li a.current{
	font-size: 12px;
	}
#menu ul ul ul li a, #menu ul ul ul li a.current{
	font-size: 12px;
	}

#pageWrapper #threeCol #col2{
	float: left;
	width: 620px;
	margin: 20px 10px;
	}
#pageWrapper #threeCol #col3{
	float: left;
	width: 155px;
	margin: 20px 0px 20px 15px;
	text-align: center;
	}
#col2 h1{
	color: #cccccc;
	font-size: 36px;
	}
#col2 h2{
	font-size: 24px;
	}
#col2 h3{
	font-size: 18px;
	}
#col2 a, #bottom a{
	color: #000000;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	}
#col2 a:hover, #bottom a:hover{
	color: #ccc;
	}
.clear{clear: both;}
