/* DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;} */
body {
	font: 1.0em arial,sans-serif;
	color:#444;  /* #444 color of body text*/
    background: url('images/bg1.gif') repeat;
    /* word-wrap:  break-word; */
	}

h1 {
	/*font:  2.0em 'book antiqua','times new romans',serif; */
    font: 400 2.0em 'book antiqua','times new romans',serif;  
	color: #FBFCE8;   /* #10494A; nice green-grey */
	display: inline;
	}
	
h2 {
	font: 400 1.0em 'trebuchet ms',arial,sans-serif;
	color: #BD481D;  
	display: inline;
	letter-spacing: 1px;
	}
	
h3 {
	font: 600 1.8em 'book antiqua','times new romans',serif;
	color: #A14471;  /*#A14471 ; nice green-grey     #A14471;=great burgandy       #FBFCE8=lt */
	font-style: italic;
	margin: 10px 0;
	}

h4 {
	font: 400 1.5em 'book antiqua','times new romans',serif;
	color: #057676;   /* blue */
	font-style: italic;
	margin: 15px 0 0 0;
	}
	
h5, h5 a {
	font: 400 1.1em 'trebuchet ms',arial,sans-serif;
	color: #ABDDDD;   /*#ABDDDD (teal)           #BD481D;  rust/brick */
	margin: 0; /* 15px 0 0 0; */
	text-decoration: none;
	}
	
h5 a:hover {
       /* lt teal */
	text-decoration: underline;
    color: #ffffff;
	}
h6 {
	font: 400 1.1em 'trebuchet ms',arial,sans-serif;
	color:#0E1735 ;   /*#003163  #ABDDDD (teal)           #BD481D;  rust/brick */
	margin: 0; /* 15px 0 0 0; */
	text-decoration: none;
	}  
h7 {
	font: 100 1.1em 'trebuchet ms',arial,sans-serif;
	color: #0E1735 ;  /*#003163  #ABDDDD (teal)           #BD481D;  rust/brick */
	margin: 0; /* 15px 0 0 0; */
	text-decoration: none;
	}  
 	
a {
	color: #BD481D;  /* rust/brick */
	text-decoration: underline;
	}

a:hover {
	color: #81A882;  /* grey-green*/
	text-decoration: none;
	}

a img {
	border: 0;
	}

   
.topnav ul {
	list-style: none;
	padding: 0 20px 0 0 ;  /* 0  10px 0 0 top right bottom left */
	margin: 0;
	float: right;
    }
	
.topnav li {
	float: left;
	clear: none;  
	}
	
.topnav li a {
	margin-left: 0px; /* 90px */
	padding-top: 5px;/* 5px */
	display: block;
	text-decoration: none;
	font: 400 0.9em 'trebuchet ms',arial,sans-serif;
	color: red;  /* #BD481D rust/brick */
	} 

.topnav ul li a:hover {
	color: #81A882;  /* forest green */
	text-decoration: underline;
	}

.frontblurb {
	/*height: 250px;*/
	padding:  7px 10px;  /* 10px 20px; */
	color: #CCC;  /* grey */
	font-size: 0.8em;
    background: url('images/BROWN-block.gif') no-repeat top left;
	/*background: url('images/righttop.jpg') no-repeat top left;
    background: url('images/175-42pct 202x233.jpg') no-repeat top left;*/
	}
	
.frontblurb p {
	margin: 3px 0 5px 0;
	}
	
.frontblurb h2 {
	display: block;
	color: #F27D0F; /* orange */
	font-size: 1.4em;
	margin: 10px 0 0 0;  
	}

.rootnav {
	width: 463px;  /* width of title bar */
	height: 25px;
	padding: 10px 20px 0 20px;
	font-size: 0.7em;
	background: #DBD6AD;
	border-right: 2px solid #FFF;
	}
	
.rootnav a {
	color: #10494A;
	padding: 0 20px 0 10px;
	background: #DBD6AD url('images/arrow.gif') no-repeat right center;
	}

.rootnav a:hover {
	color: #057676;  /*#057676 dk teal */
	text-decoration: none;
	}
    
ul.subnav {
	font-size: 0.9em;
	margin-bottom: 5px; /* 15 */
	}
	
.subnav li a{
	display: block;
	width: 210px;
	background: #DBD6AD;
	margin: 1px 0 0 0;
	padding: 8px 15px;
	color: #10494A;
	text-decoration: none;
	}

.subnav li.first a{
	font: 600 1.1em 'trebuchet ms',arial,sans-serif;
	width: 210px;
	background: #BD481D;
	margin: 1px 0 0 0;
	padding: 12px 15px;
	color: #fff;
	text-decoration: none;
	}

.subnav li a:hover {
	background: #CFC994;  /* dk taupe */
	color: #006666;   /* dk teal also */
	text-decoration: none;
	}

.subnav li.first a:hover {
	background: #CE5918; /* rust */
	color: #FFF;
	text-decoration: none;
	}
	
.textbox {
	margin: 15px 0;
	padding: 10px 10px; /*  20px 20px; */
	background: #E4E0C2;
	border: 1px solid #CFC994;
	}

.textbox h2 {
	color: #057676;
	font-size: 1.0em;
	font-weight: 600;
	margin: 0 0 20px 0;
	}

.textbox p{
	line-height: 1.6em;
	font-size: 0.7em;
	}
	
#main p {
	color: #BD481D;   /* vkc added */
	margin: 8px 15px 8px 0;
	line-height: 1.8em;
	font-size: 0.9em;
	}

ol {
	color: #10494A;
	font: 600 1.0em arial,sans-serif;
	padding: 10px;
	}
 
ol span {
	font: 400 1.0em 'trebuchet ms',arial,sans-serif;
	color: #444;
	font-style: normal;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0
	}
	
img.content, a img.content {
	float:left;
    margin: 10px 10px 10px 0; /* 10px 10px 10px 0; */
	padding: 2px;
	background: #E4E0C2;
	border: 2px solid #10494A;
	}

a:hover img.content {
	border: 2px solid #BD481D;
	}

table {
  /*width: 100%;*/
  margin-bottom:1px;  /* 20px */
  font-size: 1em;
  border-collapse: collapse;
}


table td {              /*VKC*/
  vertical-align: top;
  }
/*
table caption {
  margin-top: 20px; 
  padding: 0 0 0.5em 3px;
  font: 400 1.2em arial,sans-serif;
  text-align: left;  
  letter-spacing: -1px;
}


table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 2px;  
}


thead th {
	background: #BD481D;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}


tbody td {
	background-color: #DBD6AD; 
	border-bottom: 1px solid #FFF;
}


tbody tr:hover {
	background: #CFC994;   /* taupe */
}
*/

form label{
	display:block;
	}

form input.text, form textarea{
	width:100%;
	border:1px #DBD6AD solid;
	color:#444;
	padding:4px 5px;
	font:12px Arial,san-serif;
	background-color: #E4E0C2;
	}

form input.text:hover, form textarea:hover{
	border:1px #CFC994 solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #CFC994 solid;
	color:#444;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color: #CFC994;
	color:#444;
	}
	
.blockquote {
	display: block;
	width: 100%;
	border-left: 2px solid #BD481D;
	background-color: #DBD6AD;
	margin: 10px 0 20px 10px;
	padding: 5px;
	font-style: italic;
	}

	
.footnav {
	width: 880px;
	text-align: center;
	padding: 10px 0px;     /* 10px; */ 
	background: #0E1735; /* navy */ /* #E4E0C2 taupe background of footer*/
	border-top: 3px solid #10494A;
	border-bottom: 1px solid #CFC994;
	margin: 0 0 0 0; /* 0 0 10px 0; */
	}

.footnav a {
	margin: 0; /* 0 10px; */
	color: yellow;  /* #BD481D color of text in footer */
    font-weight: normal;
	}
	
.copyright {
	text-align: center;
    color: #ffffff;
 	}
    
/* VKC ADDITIONAL */



.newsheader {
	background-color: #003565;
    border-color: #7D9DC0 #7D9DC0 #7D9DC0 #7D9DC0;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF
}
.vieweventheader2 {
	background-color: #003565;
	border-color: #7D9DC0 #7D9DC0 #7D9DC0 #7D9DC0;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000
}

.navlink3 {
   
	FONT-WEIGHT: none;
	FONT-SIZE: 9px;
	COLOR: #FFFF00 ;   /* #C0C0C0 white      #666666= dk grey #FF8040=orange*/
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal;
    
}

A.navlink3:active {
	FONT-WEIGHT: none;
	FONT-SIZE: 9px;
	COLOR: #FFFF00 ;   /* #C0C0C0 white      #666666= dk grey #FF8040=orange*/
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-style: normal
}

A.navlink3:visited {
	FONT-WEIGHT: none;
	FONT-SIZE: 9px;
	COLOR: #FFFF00 ;   /* #C0C0C0 white      #666666= dk grey #FF8040=orange*/
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-style: normal
}

A.navlink3:hover {
	FONT-WEIGHT: none;
	FONT-SIZE: 9px;
	COLOR:#FF8000 ; /* #ffffff white */
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-style: normal
}
.newscell2 {
	background-color:#0E1735 ;  /*#003163 #F6F6F6; taupe/cream  #9A9BCC= ORIG bright blue #9A9BCC;    menu blue=#003163  GReat Blue#29366d;    games header blue = #b4bbb7*/
    border: 2px solid #3474AC; /* blue */

	border-color: #9E9E9E #9E9E9E; /*#9E9E9E #9E9E9E; */
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #737373; /* dk grey */
  
}

.newscell2 td {
  padding-bottom: 12px;
  border-bottom: 1px solid #FFF;  
}
    
.newstable {
	background-color: #255282;
	border-color: #7D9DC0 #7D9DC0 #7D9DC0 #7D9DC0;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF
	}
/* .breakingnews {
	background-color: #fffff;
	border-color: #FE0303 #FE0303 #FE0303 #FE0303;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FE0303	
} */
 .breakingnews {
	background-color: #fffff;
	border-color: #FF8000 #FF8000 #FF8000 #FF8000; /* #FE0303 #FE0303 #FE0303 #FE0303; */
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;  /* 9px */
	font-weight: normal;
	color: #FF8000;     /* #FF8000= orange-red color of menu items #FE0303; orig */	
     padding-left= 10px;
}   

.breakingnews a:hover {
	color: #00FF00;  /* #81A882 grey-green*/
    font-weight: bold;
	text-decoration:none;
	}

.smalltxt {
  font-family: verdana,Arial, Helvetica, sans-serif;
  color:red;
 }
 
 .bottomborder {
  border-bottom: 2px solid #057676; 
 }
 
 .sidebar {
      color: #00ff00;
          font-family:verdana, arial, helvetica, sans-serif;
          text-align: center;
          font-weight: bold;
          font-size:10pt;
          padding-left:  5px;
         
 }
 
.linktxt {

      font-weight:bold;
      font-family:verdana, arial, helvetica, sans-serif;
      font-size: 0.85em;
      
}
