/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin:0;
	padding:0;
}
	
img	{
	border: 0;
	}

p 	{
	margin-top: 0;
	}
	
h1 {
	font-size: 14pt;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
	
hr {
	background-color:#900;
	horizontal-align:center;
	}
	

/* Container for the Menu */
#p7swapmenu {
	display:none;
}

#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


.closed ul{display:none;}
.open ul{display:block;}

.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 0px 50%;
	color: #000;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	padding: 6px 0px 6px 25px;
	text-decoration: none;
}

.closed a:hover, .open a:hover {
		color: #000;
}

.closed a {background-image: url(../images/menuclosed.gif);}

.open a {background-image: url(../images/buttonopen.gif);}

.closed a:hover {background-image: url(../images/menuclosedhover.gif);}

.open a:hover {background-image: url(../images/buttonopenhover.gif);}
.open a:active {background-image: url(../images/buttonopenhover.gif);}

.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image: url(../images/pagebullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 25%;
	border: 0;
	color:#000;
	font-size: 9pt;
	font-weight: normal;
	padding: 0 0 0 15px;
	margin: 2px 0 0 16px;
}

#header {
	width: 749px;
}

#mainbody {
	position: absolute;
	width: 7in;
	/*page-break-inside:auto;*/
	}
#mainbody p, li	{
	font-size:11pt;
	}
#mainbody a:link {
	color:#900;
	}

#mainbody a:visited {
	color:#909;
	}
	
#mainbody a:hover	{
	color:#00C;
	}
	
#mainbody a:active {
	color:#00C;
	}
	
#wrapper {
	position:relative;
	z-index:1;
	height:100%;
	background-position: center;
	width: 749px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color:#FFF;
	}

#search {
	display:none;
}

#search a:link {
	color:#fff;
}
#search a:visited {
	color:#fff;
}
#search a:hover {
	color:#ccc;
}
#search a:active {
	color:#ccc;
}
#search fieldset {
	font-size:10px;
}
#search input {
	font-size:10px;
}

#footer {
	color:#000;
	font-size:.8em;
	text-align: right;
	z-index:6;
	}

#redbar {
	display:none;
}

#prefs {
	display:none;
}

.longlist li {
	padding-bottom:8px;
}
