@charset "utf-8";
/* CSQ Docuient */

body {
	font: 18px  "Times New Roman", Times, serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	test-align: center;
	color: #000000;
	background-image: url(images/oldpaper.jpg);
	background-repeat: repeat;
}

a {
	font: 18px "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #999999;
	Font-weight: bold;
}
alink {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{	
	color:#FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:actite {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}


.northside #container { 
	width: 50em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; 
	height: 100%;
	position: relative;
} 

.northside #mainContent { 
	margin: 0;
	margin-top: 3em;
	padding: 1em;
	position: relative;
	text-align: center;
	float: left;
	font: 18px "Times New Roman", Times, serif;
} 

.northside #mainContentCenter { 
	width: 50em;
	margin: 0;
	margin-top: 3em;
	padding: 1em;
	position: relative;
	text-align: left;
	float: left;
	font: 18px "Times New Roman", Times, serif;
} 

.northside #textLeft {
	text-align: left;
	position:relative;
	float:left;
}

/*                        Start Menu                  */

#menu {
	width: 50em;
	background: #000000;
	margin: 0 auto;
	position: fixed;
	z-index: 500;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12.5em;
	float: left;
}
#menu li {
	position: relative;
}

#menu a, #menu h2 {
	font: bold 19px "Times New Roman", Times, serif;
	display: block;
	border-width: 3px;
	border-style: solid;
	border-color:#000000;
	margin: 0;
	padding: 2px 3px;
}

#menu a, #menu h3 {
	font: bold 12px "Times New Roman", Times, serif;
	display: block;
	border-color:#000000;
	margin: 0;
}

#menu h2 {
	color:#000000;
	background: #FFFFFF;
	text-transform: uppercase;
}

#menu h3 {
	color: #000000;
	background: #FFFFFF;
	background-image: url(images/oldpaper.jpg);
	text-transform: uppercase;
	font: bold 17px "Times New Roman", Times, serif;
	display: block;
	border-width: 3px;
	border-style: solid;	
	border-color: #000000;
	margin: 0;
	padding: 2px 3px;
}

#menu a {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
color: #FF0000;
background: #FFFFFF;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/*                          End Menu Here                   */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}