@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	padding-right: 2;
	padding-bottom: 0;
}
.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: 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;
}

.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;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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;
}
.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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #990000;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent strong {
	color: #990000;
}

.oneColFixCtrHdr #footer {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
	margin-right: auto;
	margin-left: auto;
}
.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.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(images/navline.gif)/* no-repeat*/;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 2px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #FF9933;
}

    #Menu {
	font-family: Arial, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000;
	height: 20px;
	/*padding-top: 1px;*/
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-image: url(images/bg.gif);
	width: 780px;
   }
.navbg {
	background-image: url(images/bg.gif);
	height: 200px;
	width: 780px;
}
   #Menu ul {
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	margin: 0; /* Just some margin to align the blue border below the menu */
	padding: 0px;
    }
	
   #Menu li {
	display: inline;
	border: 1px solid #000000;
	height: 20px;
		/*margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; */
	
   }
   
   #Menu li a {
  
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(images/navline.gif);
	height: 20px !important;
	height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;   /*background: url(/examples/images/tabbed-menu-left.gif) no-repeat left top;  Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
	padding-bottom: 0px;
   }
  #Menu li a:hover {
  background-position: 0px -20px;
	text-decoration: none;
	color: #FF9933;
   }
   #Menu li a span {
	background: url(images/navline.gif);
	height: 20px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 20px;
	width: 50px;
   }
  #Menu li a:hover span {
  height: 20px;
  background: url(images/navline.gif);
  background-position: 0px -20px;
   }
   
     [if IE]>
   <style type="text/css">
  /* Unfortunately, for some reason both IE6 and IE7 needs to be hacked. */
   .Menu1 li a {
   padding: 0 0 0 10px;
   }
    </style>
   <![endif]
   
 #navigation {

   list-style: none;
   /*margin: 0; padding: 0;*/
   font-family: Arial, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000;
	height: 20px;
	/*padding-top: 1px;*/
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#navigation ul {
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	margin: 0; /* Just some margin to align the blue border below the menu */
	padding: 0px;
    }
#navigation li {
font-family: Arial, sans-serif;
font-size: 13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000;
	height: 20px;
   float: left;
   color: #fff;
	text-decoration: none;
	font-weight: bold;
	/*background: url(images/navline.gif);*/
	height: 20px !important;
	height: 25px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px; 
	/* display: inline; */
}
#navigation li a {
	/* display: block;*/
   color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	/*background: url(images/navline.gif);*/
	height: 20px !important;
	height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	display: inline-block;  /* color: red;
   padding: 3px 0;*/
}
#navigation li a:hover {
	background: black;
	color: yellow;
	
}


.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
h3 {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 2px;
	margin-top: 2px;
}
.advertising {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: 200;
}
