@charset "UTF-8";
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-position: center;
	text-align: left;
}

p  {
}

A:active {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

A:link {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

A:visited {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

A:hover {
	color: #FF3300;
	text-decoration: underline;
}

#navbar A:active {
	color: #66ccff;
	text-decoration: underline;
	font-weight: bold;
}

#navbar A:link {
	color: #66ccff;
	text-decoration: underline;
	font-weight: bold;
}

#navbar A:visited {
	color: #66ccff;
	text-decoration: underline;
	font-weight: bold;
}

#navbar A:hover {
	color: #66ccff;
	text-decoration: underline;
}

#reversed A:active {
	color: #66ccff;
	text-decoration: underline;
	font-weight: bold;
}

#reversed A:link {
	color: #66ccff;
	text-decoration: underline;
	font-weight: bold;
}

#reversed A:visited {
	color: #66ccff;
	text-decoration: underline;
	font-weight: bold;
}

#reversed A:hover {
	color: #66FFFF;
	text-decoration: underline;
}

#footer A:active {
	color: #66ccff;
	text-decoration: underline;
	font-weight: bold;
}

#footer A:link {
	color: #66ccff;
	text-decoration: underline;
	font-weight: bold;
}

#footer A:visited {
	color: #66ccff;
	text-decoration: underline;
	font-weight: bold;
}

#footer A:hover {
	color: #66FFFF;
	text-decoration: underline;
}

.homeside {
	color: #FFFFFF;
}

#L1container {
	width: 936px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 
#L1header {
	background-color: #A4151E;
} 
#L1mainContent {
	width: 700px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 5px;
	text-align: left;	
} 
#footer {
	padding: 4;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
} 
#L1footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#L1sidebarRight {
	width: 369px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
}

#sideBox {
	background-color: #999999;
	width: 200px;
	margin: 10px;
}
#navbar {
	background-color: #000000;
	height: 28px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 1000;
}
#fadeshow2 {
	z-index: 0;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

H1 {
	font-size: 24px;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
H2 {
	color: #CC0000;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

H3 {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

H6 {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

.Head1 {
	font-size: 24px;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}

.Head2 {
	color: #CC0000;
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.Head3 {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Head6 {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

.ATTN {
	color: #A4151E;
	font-weight: bold;
}
.StandOut {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF33FF;
	font-weight: bold;
}
.Larger {
	font-size: 14px;
}
#reversed {
	padding: 4;
	text-align: center;
	color: #FFFFFF;
}
.Smaller {
	font-size: 11px;
}
#L2mainContent {
	position: relative;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 5px;
	width: 900px;
	text-align: left;	
}

