@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.clear {
	clear:both;
}
#outerWrap {
	width:840px;
	margin:0 auto;
	background-image:url(images/backShadow.png);
	background-repeat:repeat-y;
}
#wrapper {
	width:800px;
	margin:0 20px 0px 20px;
}
#nav {
	height:35px;
	background-color:#000033;
	background-image:url(images/navBack.jpg);
	border:thin solid #fff;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li {
	float:left;
	line-height:35px;
	border-right:thin solid #fff;
}
#nav ul li a {
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none; 
	display:block;
}
.active {
	background-color:#660000;
	background-image:url(images/hoverBack.jpg);
}
#content {
	background-color:#fff;
	background-image:url(images/cityBack.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#left {
	width:550px;
	float:left;
}
#left ul {
	margin-left:0;
	padding-left:25px;
}
#left li {
	list-style-image:url(images/starList.png);
	padding-bottom:20px;
}
#innerContent {
	padding:15px;
}
#contentTitle {
	margin-bottom:10px;
	width:505px;
	background-image:url(images/contentTitle.jpg);
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	font-size:12pt;
}
#right {
	width:220px;
	height:800px;
	padding: 0 15px 0 15px;
	float:left;
	background-image:url(images/rightSide.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#rightTitle {
	height:33px;
	line-height:33px;
	background-image:url(images/rightTitle.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	margin-top:13px;
	color:#fff;
	font-weight:bold;
	font-size:12pt;
}
#right ul {
	margin-left:0;
	padding-left:25px;
}
#right li {
	list-style-image:url(images/starList.png);
	padding-bottom:20px;
}
#mailList {
	margin-top:10px;
	height:69px;
	width:220px;
	background-image:url(images/mailList.png);
	background-repeat:no-repeat;
}
#footer {
	height:50px;
	padding-top:20px;
	border-top:thin dotted #666;
	background-color:#E4E4E4;
	text-align:center;
	color:#333366;
}
#footer a {
	color:#333366;
	font-weight:bold;
}
	
