@charset "UTF-8";
body  {
	font: 100% Papyrus, "Lucida Calligraphy", "Comic Sans MS";
	background: #000000;
	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: #000000;
}
.topic_headerdiv {
	padding: 0px;
}
#HeaderPhoto {
	height: 150px;
	width: 835px;
	float: left;
}
.twoColFixLtHdr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/backgrounds/new_red_rock.jpg) right;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Papyrus, "Lucida Calligraphy", "Comic Sans MS";
} 
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	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: 0;
	height: 130px;
} 
#header_email {
	float: right;
	margin-top: 98px;
	width: 275px;
	margin-right: 40px;
	color: #FFFFFF;
	display: block;
}
a:visited {
	color: #000000;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/bkground.jpg);
	text-align: center;
	font-size: 10px;
	color: #000000;
	clear: both;
} 
#footer  a {
	color: #FFCC66;
	font-size: 14px;
}
.topic_header_h1 {
	font-size: 24px;
	margin: 0px;
}

.imglftlpg {
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
}
.parag_Displaylpg {
	background-image: url(images/backgrounds/beige043.gif);
	padding: 25px 20px 20px 25px;
	margin-top: 20px;
	float: left;
	width: 460px;
	border: medium solid #A0A0A0;
	margin-bottom: 5px;
}
.topic_text {
	float: left;
}
.para_column {
	float: left;
	border-top: 1px #000033;
	border-right: 1px #000033;
	border-bottom: 1px #000033;
	border-left: 1px #000033;
	padding-right: 40px;
	margin: 0px;
}
#container #vnav {
	padding: 15px 0px 0px 15px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Papyrus, "Lucida Calligraphy", "Comic Sans MS";
}
#vnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#vnav li {
	display: block;
	padding: 10px;
	height: 40px;
	width: 230px;
}
#vnav   a {
	font-weight: bold;
	color: #E4D286;
	text-decoration: none;
	height: 50px;
	display: block;
	line-height: 50px;
}
#navbar a:hover {
	background-image: url(img/backgrounds/lotusbackground.jpg);
	text-decoration: none;
	color: #FF0000;
}

v a#current {
	color: #333300;
	background-position: top;
}
#para_wrapper {
	padding: 20px;
	float: right;
	background-color: #CCCCCC;
	width: 650px;
}
.List {
	list-style-type: circle;
	list-style-position: outside;
}
.symbol {
	height: 80px;
	width: 80px;
}
#vnav a hover {
	font-weight: bold;
	color: #FF9900;
	background-color: #66FFCC;
}
.quotes {
	color: #333333;
}
.header email background {
	color: #330000;
	background-color: #FFFFFF;
}

