body  {
	margin: 0; /* zero the margin and padding 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: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	background-image: url(../images/fullback.jpg);
}

.twoColElsRtHdr #container {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/Cross%20700.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
} 
.twoColElsRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-indent: 0em;
	height: 120px;
	background-image: url(../images/Header%20700x120%20with%20text.jpg);
	background-repeat: no-repeat;
} 
.twoColElsRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 60px;
	font-family: "Arial Black", Gadget, sans-serif;
	position: relative;
	text-align: left;
	text-indent: 40px;
}

.twoColElsRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4px;
	overflow: hidden;
	height: 580px;
} 
#link-list {
	font-size: 12px;
	font-weight: bold;
}

#link-list h3 {
	font-size: 16px;
	font-weight: bold;
}

.twoColElsRtHdr #mainContent a:link {
	color: #FF6
}
.twoColElsRtHdr #mainContent a:visited {
	color: #ffb384
}
.twoColElsRtHdr #mainContent a:hover {
	color: #CCCCCC;
	background-color: #000;
	text-decoration: none
}
.twoColElsRtHdr #mainContent a:active {
	color: #999
}

.twoColElsRtHdr #footer {
	padding: 0 10px;
	opacity: 0.8;
	background-color: #2D3A43;
	height: 60px;
} 
.twoColElsRtHdr #foottext {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
} 
.twoColElsRtHdr #footer 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 */
	color: #FFF;
	font-size: 12px;
}

/* Miscellaneous classes for reuse */
.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;
}
.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;
}
.twoColElsRtHdr #navspace {
	height: 98px;
	width: 580px;
/*	position: relative;
	top: 49px;
	margin-left: 20px;
	margin-right: 22px;*/
}
.twoColElsRtHdr #navbar {
	position: relative;
/*	top: 49px; */
	margin-left: 20px;
	margin-right: 22px;
}
.twoColElsRtHdr #navbar ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.twoColElsRtHdr #navbar ul li {
	display: block;
	position: relative;
	float: left;
	color: #2D3A43;
}
.twoColElsRtHdr #navbar ul li a {
	display: block;
	padding: 3px 8px;
	text-transform: none;
	text-decoration: none;
	color: #2D5682;
	font-weight: bold;
	white-space:nowrap;
}
.twoColElsRtHdr #navbar ul li a:hover {
	color: #FFF;
}
.twoColElsRtHdr #navbar li ul {
	display: none;
	font-size: 11px;
}
.twoColElsRtHdr #navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
}
.twoColElsRtHdr #navbar li:hover li, #navbar li.hover li {
	float: none; }
.twoColElsRtHdr #navbar li:hover li a, #navbar li.hover li a {
	background-color: #000;
	color: #9AA8B5;
}
.twoColElsRtHdr #navbar li li a:hover {
	background-color: #000;
	color: #FFF; }

