/*	css document	*/
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#000066;
}
/* SCLir (Sealer) by Shawn Lawler */
.SCLir {
	position:relative;
	z-index:1;	
	margin:0;
}
.SCLir span {
	position:relative;
	z-index:-1;}
	
#masthead {
	display:block;
	width:760px;
	height:44px;
	margin:0 auto 10px auto;
	background:url(../images/QAPanelBanner8.gif) top left no-repeat;
	text-decoration:none;}

#container_outer {
	width:760px;
	margin:5px auto 0 auto;
	background-color:#000066;
/*
	overflow:hidden;
*/
	font-size:90%;
}
/* Content */
#content {
	min-height:280px;
	background-color:#ffffff;
	padding:10px 40px 10px 40px;
	border-top:8px solid #ffcc00;
	font-size:13px;
	}

/* Hides from IE-mac \*/
* html #content {height:280px;}
/* End hide from IE-mac */

/* footer */
#footer {
	background-color:#ccccff;
	padding:10px 40px 20px 40px;
	font-size:75%;
	}

/*link colors*/
a:link {color: #0066CC;}
a:visited {color: #0066CC;}
a:active {color: #0066CC;}
a:hover {color: #000000;}

ul.menu {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}
ul.menu li {
	display:inline;
	padding:0 25px 0 0;
	float:left;
}

ul.menu li a:link, ul.menu li a:visited {
	text-decoration:none;
	background:#cc9933;
	color:#ffffff;
	font-weight:bold;
	display:block;
	float:left;
	padding:6px 24px;

}
ul.menu li a:hover, #current {
	background-color:#ffcc00;
	color:#000066;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
div.greybox {
	background-color:#eeeeee;
	margin:0 auto 0 auto;
	padding:10px 10px;
}
ul.linebreak li{
	padding-bottom:10px;
}
ul.unstyled {
	list-style-type:none;
}
.greybackground {
	background-color:#eeeeee;
}
.yellowbackground {
	background-color:#ffffcc;
}
.bluebackground {
	background-color:#ccccff;
}