@charset "utf-8";
/* CSS Document */



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	/*background-image: url(../images/vicbg.gif);*/
	margin-top: 30px;
	background-color: #000000;
	
	
}



#nav-horiz {
  height: 37px;
  margin: 0;
  padding: 0;
  border: 0;
  background-image:url(images/bg.jpg);
  /*background: #cc4444 url("../images/vicbg.gif") repeat-x;*/
  list-style: none;
  
  
  }

  #nav-horiz li {
  float: left;
  /*position: relative;*/
  margin: 0;
  padding: 0;
  border: 1;
  
  
  }

  #nav-horiz a {
  display: block;
  /* height: 11px; */
  margin: 0;
  padding: 13px 13px;
  color: #FFFF00;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.0;
  text-decoration: none;
  
  
  }

  #nav-horiz a:hover {
	color: #ffffff;
	font-weight:bold;
	/*background: url("../images/vicbg.gif") repeat-x;*/
	text-decoration:underline;
  }

  #nav-horiz ul {
  display: none;
  /*position: absolute;*/
  top: 33px;
  left: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #FFFFFF;
  list-style: none;
  }

  #nav-horiz li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
  top: auto;
  left: auto;
  }

  #nav-horiz li:hover ul, #nav-horiz li.over ul { /* lists nested under hovered list items */
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  }

  #nav-horiz li ul li, #nav-horiz li ul li { /* lists nested under hovered list items */
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  }

  #nav-horiz li:hover ul li a, #nav-horiz li.over ul li a {
  display: block;
  width: 140px;
  height: auto;
  margin: 0;
  padding: 8px 8px;
  border: 0;
  border-bottom: 1px solid #000000;
  background: url("../images/vicbg.gif") repeat-x;
  font-size: 14px;
  text-align: center;
  font-weight:bold;
  width: auto;
  }

  #nav-horiz li:hover ul li a:hover, #nav-horiz li.over ul li a:hover {
  background: url("../images/vicbg.gif") repeat-x;
  color: #0000cc;
  
  }
  
 

.oneColFixCtrHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #6FFFF6;*/
	margin: 0 auto; /* 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/vicbg.gif);
	
	border: double #CC4444 12px;
	
}
.oneColFixCtrHdr #header {
   
	background: #FFFFFF; 
	padding: 0 0 0 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-image:url(images/vicbg.gif);
	
}
.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;
	background-image: url(images/vicbg.gif);
	
	   
}
.oneColFixCtrHdr #footer {
	/*padding: 0 10px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border:1px solid #666666;
	height:auto;
	width: inherit;
	font-size:11px;
	font-weight:bold;
	background-image:url(images/vicbg.gif);
	
	
}
.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 */
    
}

.oneColFixCtrHdr #footer a {
color:#0000CC;
font-family:Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer a:hover {
color:#CC0000;
}

.oneColFixCtrHdr #maintext {
  
  font-size:14px;
  
  
  
  }
  
 .oneColFixCtrHdr #maintext a {
  text-decoration:none;
  color:#0000CC;
  }
  
 .oneColFixCtrHdr #maintext a:hover{
  color:#CC0000;
  }

</style>