@charset "utf-8";

/* CSS Document For Q Template

Colors: 
#660066 - Dark Purple
#bf00bf - Light Purple
#ffffff - White
#000000 - Black

List of Universal Web Fonts:
- Arial
- sans-serif
- Verdana
- Times New Roman
- Courier
- Courier New
- Comic Sans MS
- Impact

*/

body {
	margin: 0px;
	padding: 10px 0px;
	background-color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: auto;
	padding: 0px;
}
/* Content link colors with a different visited link color and a different hover/active color */
a:link {
	font-size: 16px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	border-bottom: thin dotted #660066;
}
a:visited {
	font-size: 16px;
	margin: 0px;
	color: #660066;
	text-decoration: none;
	border-bottom: thin dotted #660066;
}
a:hover, a:active {
	color: #660066;
	text-decoration: none;
	border-bottom: thin dotted #660066;
}
/* Used for typical heading */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #660066;
	margin: 5px 5px 5px 0px;
	padding: 2px 2px 2px 0px;
	border-bottom: #660066 solid 1px;
}
/* Used for typical heading smaller than h1 */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660066;
}
/* Navigation heading used for the navigation links*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#nav {
	margin: 0px;
	padding:14px;
	width: 750px;
}
#nav ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
#nav ul li {
	overflow: visible;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	border: none;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 17px 20px 14px 20px;	
	color: #ffffff;
	text-decoration: none;
	position: relative;
	border: none;
}
#nav ul li a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	border: 0 none;
}
ul.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	list-style-position: inside;
	list-style-type: square;
	line-height: 20px;
}
ul.list li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660066;
	text-decoration: none;
}
ul.list li a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
ul.list li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #bf00bf;
}
td.content {
	margin: 0px;
	padding: 10px 20px 0px 20px;
}
/* td border for the top and bottom used for the navigation area */
td.border {
	border:	1px solid #660066;
}
/* HEADER CELL IMAGE */
#header {
	background: transparent url(/images/Que-Logo-redesignRGB.gif) no-repeat center;
	height: 186px;
}
#footer {
	background: #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
}
