/*

Unique Comm Blue:  10, 100, 155 #0A649B
 Unique Comm Red: 175,   0,  35 #AF0023
 
*/

body {
 text-align: center;
 /*background-color:#00aeef;*/
  background-color:#ffffff;
 }

th, td { font-size: 14px;
		color:#8e643b;
 }

p { 
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

/*#wrapper {
	width:950px;
	margin: 0 auto;
	background-color:#00aeef;
}*/


#headerBox {
  width: 936px;
  height: 165px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  background-color: transparent;
  /*border-bottom: solid none 1px;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: solid #0A649B 1px;*/
  background-image:url('images/banner_VL.png');
  background-repeat:no-repeat;
  }

#horizmenu {
  background-image:url('images/links_VL.png');	
  background-repeat:no-repeat;
  width: 936px;
  height:45px;  
  font-size: 18px;
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #AF0023;*/
  color: #FFFFFF;
  /*padding-bottom:15px;*/
  /*border-bottom: solid #AF0023 1px;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: solid #AF0023 1px;*/
  }
  
#horizmenu a {
/*text-decoration: none;*/

color: #FFFFFF;
/*background-color: #AF0023;
padding-left: 5px;
padding-right: 5px;*/
}
/*#horizmenu a:hover   { color: #AF0023; background-color: #FFFFFF; }*/

/* needed for drop down menus to work */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height:18px;
z-index:100;
}

/* needed for drop down menus to work */
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

/* needed for drop down menus to work */
#dropmenudiv a:hover{ /*hover background color*/
background-color: #AF0023;
color: white;
}

#outerContainer {
	/*background-color: #00aeef;*/
	background-image: url('images/bg.png');
	background-repeat:repeat-y;
	width:950px;
	height:950px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#innerContainer{
	width:936px;
	background-color:transparent;
	text-align:center;	
}

#newsSection{
	position:relative;
	left:7px;
	float:left;
	width:	253px;	
	background-image:url('images/news_VL.png');
	background-repeat:no-repeat;
	height:485px;
	color:#8e643b;
	margin:auto;
	
	
}

#contentSection{
	position:relative;
	right:-7px;
	float:right;
	width:667px;
	height:700px;
	overflow:auto;
	background-image:url('images/content_VL.png');
	background-repeat:no-repeat;	
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	color:#8e643b;
}

#mainContent {
  width: 936px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color:#8e643b;
  border-bottom: none;
  /*border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;*/
  border-top: none;
  font-size: 14px;
  font-family:Arial;
  
  }

.mainContent h3 {  font-size: 14px; text-align: center; color: #0A649B; }
.mainContent h2 {  font-size: 18px; text-align: center; color: #0A649B; }

.mainContent a:link    { text-decoration: underline; color: #FF0000; }
.mainContent a:visited { text-decoration: underline; color: #FF0000; }
.mainContent a:active  { text-decoration: none; color: #000000; }
.mainContent a:hover   { text-decoration: none; color: #FF6600; }

#footerContent {
  width: 936px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('images/footer_VL.png');
  background-color: transparent;
  background-repeat:no-repeat;
  color: #8e643b;
  
  /*border-bottom: solid #0A649B 1px;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: solid #0A649B 1px;*/
  padding-top: 5px;
  padding-bottom:5px;
  font-size: 12px;
  font-family:Arial;
  clear:both;
  }

.redText { color: #AF0023; }

.blueText { color: #0A649B; }

.centered { text-align: center }

.smaller { font-size: 8pt; }

.bigger { font-size: 14pt; }

.clear { background-color: transparent }

.fakeLink {
	text-decoration: underline;
	cursor:pointer;
	color: #FF0000;
}

.floatLeft { float: left; }

.subTitleText {
	font-size: 12pt;
	text-decoration: underline;
	color: #652E35;
	}
