@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width:800px;
	margin:0px;
	padding: 0px;
}
#LeftSide {
	clear: left;
	float: left;
	height: 100%;
	width: 250px;
}
#LeftSide #MainNav {
	background-color: #393839;
	color:#FFFFFF;
	width: 100%;
	height: 261px;
	text-align: right;
}
#RightSide {
	clear: right;
	float: right;
	width: 575px;
}
 #TopPic {
	float:right;
 	clear:right;
	background-color: #FFFFFF;
	margin: 75px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
 #Title {
	background-image: url(/press/NewSiteImages/logo%20copy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	background-color: #000000;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

/*--------
SideBar
--------*/

 #GrayBox {
	background-color: #6D6E71;
	color: #FFFFFF;
	text-align: left;
	list-style-type: disc;
	font-size: 1em;
	width: 250px;
	height: 300%;
	float:left;
	clear:left;
}
#GrayBox li {
	padding:0px;
	margin: 0px;
}
 #GrayBox ul {
	padding: 10px;
	text-align: left;
	list-style-type: disc;
}
#GrayBox h3 {
	font-size: 1.6em;
	padding:10px;
	}
#GrayBox a{
color:#FFFFFF;
}
#sidebarNav a{
font-size:18px;}
.pagenav {}
  /* the outermost list item; contains whole list */
.current_page_item a {} /* the current Page */
.page_item {} /* any Page item */
.current_page_parent a {} /* parent of the current Page */
.current_page_child a {}
.current_page_ancestor a {} /* any ancestor of the current Page */
.address{
font-size:12px;}