body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	background-image: url(../new/images/teqsun2.jpg);
	background-repeat: repeat;
	background-color: #D57B2D;
}
.play {
margin-left: -20px;
}
h6 {
margin-top: 5px;
margin-bottom: 20px;
}
div#navbar    {
	background-color: #000000;
	color: #FFFFFF;
	line-height: normal;
	background-repeat: no-repeat;

}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-image: url(images/mainback.jpg);	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #C85;
	height: 160px;
	background-image: url(images/newtopheader.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	padding: 0 120px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/romanback.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 500px;
	text-align: justify;
	margin-right: 20px;
} 

.twoColFixRtHdr #mainContent2 {
	padding: 0 220px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*height: 800px; */
	
	text-align: justify;
	margin-right: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
} 
.twoColFixRtHdr #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 */
}
.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;
}
.style1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
}

.twoColFixRtHdr #container #sidebar1 #sidenav {
	background-color: #000;
}
/*
.twoColFixRtHdr #container #navbar ul {
	list-style-type: none;
	display: inline;
	float: none;
	width: auto;
}
.twoColFixRtHdr #container #navbar li {
	display: inline;
	text-align: center;
	text-indent: 20px;
	width: 165px;
	float: left;
	margin-left: -40px;
}
*/

.twoColFixRtHdr #container #navbar
{
position: relative;
background: #000;
height: 20px;
padding: 0px 20px 0px 5px;
margin: -18px 0px 10px 0px;
}

.twoColFixRtHdr #container #navbar ul li
{
display: inline;
line-height: 20px;
padding-left: 15px;
}

.twoColFixRtHdr #container #navbar ul li.first
{
border-left: 0px;
}

.twoColFixRtHdr #container #navbar ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

.twoColFixRtHdr #container #navbar ul li a:hover
{
background: #fff;
color: #4A4A24;
text-decoration: none;
}










.style3 {
	font-family: "Courier New", Courier, monospace
	font-size: 14px;
}
.style33 {
text-align: left;
	font-size: 12px;
}
.style5 {
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
}
.style6 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.style7 {
	color: #FFFFFF;
	font-weight: bold;
}
.style8 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 13px;
}
.style88 {

	font-size: 13px;
}
.wording {

}

.smaller {
	font-size: 11px;
}
.smaller2 {
	font-size: 13px;
}
.events {
	color: #8B3A25;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}
a.header {
color: #FFF;
}
a.sublinks {
color: #000;
font-size: 12px;
}

fieldset.contact  {
	color: #666;
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	background-color: #efefef;
	border: solid 1px #d3d3d3;
	margin-left: 5px;
	}


legend.contact  {
	color: #666;
	font-family: "arial black";
	background-color: #d3d3d3;
	padding: 2px;
	font-size: 14px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: left;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 145px;
	float: left;
	}
label.required {
	font-weight: bolder;
	color: #990000;
}
label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputField   {
	border: 1px solid #333333;
	background-color: #FFFFFF;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
	}
	
input.formInputField:hover {
	background-color: #D5F7FF;
	border: solid 1px #006600;
	color: #000;
	}
	
select.formInputField  {
	background-color: #FFFFFF;
	color: #333;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}

input.formInputButton   {
	border: 1px solid #000066;
	background-color: #CCCCCC;
	color: #333333;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	padding: 1px;
	margin-right: 5px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
input.formInputButton:hover   {
	background-color: #FFFFFF;
	color: #333333;
	}
#divMessage {
background-color: #EEBC53;
background-image: url(images/submenubkgrnd.jpg);
font-size: 12px;
margin-top: 10px;
margin-left: 70px;
	padding-top: 0px;

	padding-bottom: 0px;

	font-weight: bold;
	
	color: #000;

}
.submenucolor {
color: #000;
}

img {
	margin: 3px;
}
--> 
