body{
	font-family: Calibri, sans-serif;
}

@font-face {
  font-family: 'Calibri';
  src: url('/fonts/calibri.eot'); /* IE9 Compat Modes */
  src: url('/fonts/calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
 /*        url('/fonts/calibri.woff') format('woff'),Modern Browsers */
       url('/fonts/calibri.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/calibri.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.logs p{
	font-weight:normal;
	font-size: 16px;
	color:#000000;
}

.logs a{
    font-weight:bold;
    color:#000064;
    letter-spacing: 1px;
    }

.logs a:link {text-decoration:none}          /* unvisited link  */
.logs a:visited {text-decoration:none}       /* visited link */   
.logs a:hover {text-decoration:none;color:red}    /* mouse over link */
.logs a:active {text-decoration:underline}   /* selected link   */

.logs h1{
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    background-image: linear-gradient(to right, #194664, #AA2841, #FFC80F);
    opacity: 1;
}
.logs h2{
	font-weight:bold;
	font-size: 22px;
	color:#004040;
}
.logs h3{
    margin: 8px 0 12px 0;
}
.logs .news-title{
    text-align: center;
    margin: 10px 0 14px 0;
    font-weight: bold;
}
.logs .news-text{
    margin: 0 0 12px 0;
    font-size: 16px;
    color: #222222;
    line-height: 1.5;
}
.logs .news-links{
    margin: 0 0 18px 0;
    text-align: center;
}
.logs .news-image{
    text-align: center;
    margin: 6px 0 0 0;
}
.logs .news-image img{
    width: 100%;
    max-width: 480px;
    height: auto;
}

/* ddcolortabs.css */

.ddcolortabs{
padding: 0;
width: 100%;
background-image: linear-gradient(to right, #194664, #AA2841, #FFC80F);
opacity: 1;
}

.ddcolortabs ul{
font-size: 20px;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
padding:0;
text-transform:uppercase;
}

.ddcolortabs a{
	float:left;
	color: white;
	background: #194664;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: #194664;
	padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
color: #AA2841;    
background-color: #194664;
}

.ddcolortabs a:hover span{
background-color: #194664;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #194664;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 4px;
line-height: 4px;
background: #194664;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #000064; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font-size: 20px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000064;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #194664;
color: #FFC80F;
}	
