body {
	text-align: center;
	}
	
.skip {
	display: none;
	}
	
h1 {
	color: #d47437;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	line-height: 0.8em;
	font-weight: lighter;
	margin: .8em 0;
	border-bottom: 1px dotted #999999;
	}
	

#header-outer {
	background: #ffffff url(../graphics/header-back.gif) repeat-x center top;
	}
#header-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
#header-inner img {
	padding: 17px 0;
	}




#menu-outer {
	background: #006c99 url(../graphics/menu-back.gif) repeat-x center top;
	}
#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	font-size: 1.6em;
	line-height: 36px;
	border-bottom: 1px solid #cdc7b4;
	}
#menu a {
	color: #ffffff;
	padding: 8px 20px 8px 20px;
	border-left: 1px solid #00435c;
	border-right: 1px solid #0c7aa7;
	}
#menu a:hover {
	background-color: #006c99;
	padding: 8px 20px 8px 20px;
	border-left: 1px solid #006c99;
	border-right: 1px solid #006c99;
	text-decoration: underline;
	}
	
	
#container-bottom-outer {
	background: transparent url(../graphics/container-back.gif) repeat-y center top;
	}
#container-bottom-inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	}
	
#content {
	float: left;
	display: inline;
	width: 600px;
	text-align: left;
	padding: 0px 40px 40px 40px;
	margin-top: 40px;
	border-right: 1px solid #eeeeee;
	}
#content h2 {
	color: #004c6a;
	font-weight: lighter;
	}
#content a, #footer a, #sidebar a {
	text-decoration: underline;
	color: #555555;
	}
#content a:hover, #footer a:hover, #sidebar a:hover {
	text-decoration: underline;
	color: #d47437;
	}
#content ul {
	padding-left: 15px;
	margin-left: 15px;
	}
#content ul li {
	list-style-type: square;
	}
#content ul li ul {
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 0em;
	}
#content ul li ul li {
	list-style-type: square;
	}
	
#content-left {
	display: inline;
	float: left;
	width: 225px;
	}	
#content-right {
	display: inline;
	float: right;
	width: 225px;
	}
	
#sidebar {
	float: right;
	display: inline;
	width: 200px;
	padding: 40px 40px 40px 0;
	text-align: left;
	}
#sidebar h2 {
	color: #d47437;
	font-weight: lighter;
	}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	}
	
#bottom {
	width: 1040px;
	margin: 0 auto;
	padding-top: 50px;
	background-image: url(../graphics/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}	
	
/* IMAGE STYLES */
.framed-photo {
	padding: 4px;
	border: 1px solid #cccccc;
	}
	
/* TEXT STYLES */
.underline {
	border-bottom: #999999 1px dotted;
	}