

body {
	width: 1010px;
	/*background-color:#F0F0F0;*/
	background-color:#000000;
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	margin: 0px auto;
}

#page {
	width: 800px;
	float: right;
	margin: 0px;
}

#left {
	width: 210px;
	float: left;
}

#logo {
	/*width: 210px;*/
	height: 165px;
	background-image: url(images/pact_header.png);
}

#menu {
	float: left;
	height: 302px;
	background-image: url(images/nav_button_bg.png);
}

#menu img {
	padding-bottom: 2px;
	margin-left: 5px;
}

#nav_end {
	width: 210px;
	height: 80px;
	background-image: url(images/nav_bar_bottom.png);
}

/* Included in home.css and non-home.css
#nav {
	background-image:url(images/newheader_top.png);
	height: 165px;
	padding: 0px;
	margin: 0px;
}
*/

#containerbody, #body, #footer, #nav {
	width: 800px;
	margin: auto;
	padding: 0;
	clear: none;
}

#nav, #nav a {
	font-size: 95%;
	color: white;
	text-align: center;
	margin: auto;
	padding: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#nav {
	color: orange;
}

#nav li {
	padding:5px 15px 0px 5px;
	float: left;
	text-align: left;
	padding-top: 115px;
}

#nav a:hover {
	color: orange;
}

#nav ul {
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 760px;
	margin: 0px auto;
	text-align: center;
	padding-left:40px;
}

#nav ul li {
	text-align: left;
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 705px;
	background-color: #222;
	filter: alpha(opacity=90);
	opacity: .9;
	font-size: 105%;
	line-height: 130%;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 15px;
	border: solid;
	border-width: 1px;
	border-color: white;
}

/*#nav li ul li {
	padding-left: 15px;
	padding-top: 5px;
}*/

/* Makes the links in drop down menus brighter color, for better visibility */
#nav ul li ul a:link, #menu-top ul li ul a:visited {
color: #eeeeee;
}

/* Shouldn't be needed, but it is needed as a fix for what I did above... we still want the hover effect */
#nav ul li ul a:hover {
color: orange;
}
/* */

/* Fix for Internet Explorer not doing :hover on anything but links. Javascript on page uses this. */
#nav li:hover ul, #menu-top li.sfhover ul {
	left: auto;
}

#text {
	/*background-color:#grey;*/
	clear: both;
	color: white;
	padding: 10px;
	padding-left: 40px;
	padding-right: 70px;
	font-size: 100%;
	width: 680px;
	padding-bottom: 140px;
}

#text a {
	color:orange;
	text-decoration: none;
	font-size: 100%
}

#text a:hover {
	text-decoration: underline;
}

#containerbody {
	margin-top: 0px;
	clear: both;
	background-color:#222222;
	padding-bottom: 50px;
}

#highlight {
	background-image:url(images/highlight.gif);
	height: 20px;
	width: 800px;
	margin: 0px auto;
}

#footer {
	text-align: center;
	margin: 0px auto;
	margin-top: 10px;
	font-size: 80%;
	color: white;
/*	filter: alpha(opacity=30);
	opacity: .3;*/
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.h1 {
	font-size: 160%;
}

.h1about {
	font-size: 170%;
	color: orange;
	border-bottom: solid;
	border-color: white;
	border-width: 1px;
}

.h2 {
	font-size: 155%;
}

.h2spice {
	font-size: 155%;
	color: orange;
}

.h3 {
	font-size: 145%;
}

.h4 {
	font-size: 115%;
}

.center {
	text-align: center;
}

#logged {
	position:relative;
	float:right;
	text-align: right;
	color: white;
	font-size: 100%;
	margin-top: -40px;
	padding-right: 5px;
}

#logged a {
	color: #ef8100;
	text-decoration: none;
	font-size: 85%
}

#not_logged a {
	color: #ef8100;
	text-decoration: none;
	font-size: 115%
}

#logged a:hover {
	text-decoration: underline;
}

#back_top a {
	font-size: 80%;
	color: orange;
	font-decoration: underline;
	text-align: right;
	border-top: solid;
	border-width: 1px;
	border-color: white;
}

cite {
	color: orange;
	background: url(images/quote.png) no-repeat;
	display: block;
	padding-top: 15px;
}

#highlight a {
	color: black;
	text-decoration: none;
	padding-left: 10px;
}

#highlight a:hover {
	text-decoration: underline;
}

#text ul li a:hover {
	text-decoration: none;
}

.outline {
	padding: 10px;
	border: dashed #666666 thin;
}
