@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #FFFFCC; /* this sets the text color the same for the whole document */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	background-color: #000033;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.medium {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	background-position: center;
	text-align: center;
}

.big {
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	background-position: center;
	text-align: center;
}

.huge {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	background-position: center;
	padding-top: 20px;
}

.quote {
	font-style: italic;
	text-align: center;
}

table {
	margin: 1px;
	border-collapse: collapse;
	table-layout: fixed;
	background-position: center;
	padding: 10px; /*do I need to have a value for cell padding here? */
	border: thin solid #666666;
	text-align: center;
}

td {
	text-align: center;
	border: thin solid #666666;
	padding: 10px;
}

a:link {
	color: #66CCFF;
	text-decoration: none
}

a:visited {
	color: #99CCFF;
	text-decoration: none
}

a:hover {
	color: #66FFFF;
	cursor: pointer;
	text-decoration: underline;
}

a:active {
	color: #33CCFF;
	text-decoration: none
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: -0.5em;
	list-style: none;
	float : left;
	width : 11em;
}
	
#nav li { /* all list items */
	position: relative;
	float: left;
	line-height : 2.2em;
	margin-bottom : -1px;
	width: 11em;
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11em;
	margin-top : -4em;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	background-color : #1B1B1B;
	padding : 0 0.5em;
}
	
#nav li a:hover {
	background-color : #333333;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	
#content {
	margin-left : 12em;
}

.twoColFixLtHdr #container {
	width: 960px; /* black */
	font-size: 14px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666; /* white border around the container */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1B1B1B;
	color: #FFFFCC;
} 
.twoColFixLtHdr #header {
	padding: 10px 10px 10px 10px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
} 
.twoColFixLtHdr #header br {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 105px;
	font-size: 10px;
	margin: 0;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	background-position: left;
	text-align: left;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
}



.twoColFixLtHdr #mainContent {
	font-size: 14px;
	line-height: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
} 
.twoColFixLtHdr #footer {
	padding: 10px 10px 0 150px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-weight: 600;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 10px;
}
.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;
}
.center {
	background-position: center;
	text-align: center;
}
