@charset "utf-8";
body {
	margin: 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: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	padding-right: 2;
	padding-bottom: 0;
	background-image: url(images/bg.jpg);
}
.centrediv {
	width: 650px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #0099CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right {
	float: right;
	width: 250px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 600px;
	border: 2px solid #FFFF99;
	background-color: #FFFFFF;
	color: #000066;
}

.left{
	float: left;
	width: 350px;
		border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #5F1514;
	border-bottom-color: #5F1514;
	border-left-color: #5F1514;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(images/h3.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #CCCCCC;
	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: #000066;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* 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. */

}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #000066;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent strong {
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFF99;
}
.oneColFixCtrHdr #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 */
}
/*new stuff*/
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	
	background-image: url(images/navline.gif);
}
.test {
	left: auto;
	right: auto;
}
#header li {
	float: left;
	padding: 2px;
	height: 25px;

	
}



a:link { color: #fff;
text-decoration:none;
 }
a:visited { color: #fff; 
text-decoration:none;
}

a:hover
{
	color: #FFFF99;
	text-decoration:underline;
}

.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0502FF;
}
h3 {
	color: #000066;
	font-size: 14px;
	background-color: #FFFF99;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#navcontainer
{
width: 100%;
float: left;
background-color: #FFFF00;
}

.navcontainer1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #FFFF99;
	width: 780px;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #FFFF99;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #FFFF99;
color: #000066;
text-decoration: none;
float: left;
border-right: 1px solid #006;
font-weight:bold;

}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

.pad {
	padding-right: 6px;
	padding-left: 6px;
}
.oneColFixCtrHdr #container #mainContent .right .pad a {
	color: #000066;
	text-decoration: underline;
}
.border {
	border: 2px solid #FFFF91;
}
