@charset "utf-8";
/* CSS Document */


/********************************************************/
/* 	Logo Styles 										*/
/********************************************************/
#Logo{
	position:absolute;
	left:7px;
	top:7px;
	width:425px;
	height:162px;
	z-index:1;
	border:0;
}

/********************************************************/
/* 	Box Styles 										*/
/********************************************************/
#container { float:left; margin-left:420px; width:720px; border:0;}
#navigation { height:25px; width:100%; background-color:#555; color:#fff; text-align:center;}
#navigation a { color:#09F; font-weight:bold; text-decoration:none; padding:0 5px;}
#navigation a:hover{ color:#0cF; text-decoration:none;}
#column1 { float:left;  width:150px;}
#column2 { float:right;  width:540px;}
#column2 img{ padding:2px;}
#foot { height:25px; width:1000px; color:#fff; border:0; margin:auto;}
/********************************************************/
/* 	General Styles 										*/
/********************************************************/
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(../images/SueQuigBack.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p, ul, li{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
a{ color:#0099FF; border-bottom:#0099FF thin dotted;}
a:hover{color:#00CCFF; border-bottom:#00CCFF thin dotted;}

h1{	font-size: 20px;border-bottom:#fff thin dotted;}
h2{font-size: 16px;}
h3{font-size: 12px;}
h4{font-size: 20px;border-bottom:#777 thin dotted;}
h5{font-size: 18px;}
h6{font-size: 16px;}
h1, h2, h3{color: #FFF;}
h4, h5, h6{color: #777;}
h1, h2, h3, h4, h5, h6{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal;}

