

html>body {
			font-size: 16px; 
			font-size: 68.75%;
		} /* Reset Base Font Size */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #101923;
	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;
	font-size: 68.75%;
	margin-top:32px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#footer {

text-align:center;
color:#737981;
font-size:10px;
margin-top:20px;
margin-bottom:20px;
}


#footer a:link, a:visited {color: #737981; text-decoration:none}

#footer a:hover {
	color: #ffffff; text-decoration:underline
}




.thrColFix #navMenu {
width:100%; 
height:125px;
background-image:url(/_elements/art/backFill.gif);
text-align:center;
}



a{ color:#192b5c; outline: none;}
a, a:link, a:visited { 	
	text-decoration:underline;
}
a:hover, a:active { 
    color: #4e9ef5; 	
	text-decoration:underline;
}

.headlineText {
font-size:14px;
font-weight:bold;
}

#headlineBox {
width:484px;
border-left: 7px #000000 solid;
border-right: 7px #000000 solid;
background:#efefef;
font-size:13px;
color:#666666;
padding:10px;
padding-left:18px;
font-weight:bold;
}

#returnPage {
   float:right;

   margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
width:auto;
	color:#ccc;
		font-size:9px;
	
}

#box {
margin-top:10px;
margin-bottom:10px;
}


#box img{
padding:5px;
border:1px #cccccc solid;
/*float: right;*/
margin-left: 8px;

}

.imgBorder{
padding:4px;
border:1px #cccccc solid;
/*float: right;
margin-left: 20px;
margin-right: 20px;*/
}
.spacer{ clear:both; margin:0; padding:0; height:0; font-size:0; overflow:hidden; }

hr { border:none; border-bottom: dotted 1px #CCCCCC; width:100%; background-color:#FFFFFF; color:white; }
.Grynhr { border:none; border-bottom: dotted 1px #cccccc; width:100%; background-color:#ffffff; color:#ffffff; }

#news {
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding:20px;
	overflow:auto;

}
#newsbody a, #newsbody a:link, #newsbody a:visited {
	color: #192b5c;
	text-decoration: underline;
	font-size: 110%;
	font-weight: bold;
}

#newsbody a:hover, #newsbody a:active {
	color: #4e9ef5; 
	text-decoration:underline;
	background-color: none;
}
#newsbody {
	line-height: 140%;
	font-size: 100%;
	font-weight: normal;
}
#newsbody a, #newsbody a:link, #newsbody a:visited, #newsbody a:hover, #newsbody a:active {
	padding-left: 0px;	
	line-height: 140%;
	font-size: 100%;
}


#imageVid {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	
	margin: 1em 0 1em 1em;
	
	float:right;
	display:block;
	clear: both;
	
		
}
td img { 
display:block;
vertical-align: bottom; 
} 

#titleBox {
	background-color: #F7F7F7;
	padding:10px;
	overflow:auto;

}

