﻿body {
	font-family: Arial, Tahoma, Geneva, Verdana;
	font-size: 1.0em;
	font-weight: normal;
	color: black;
	margin: 0px 0px 0px 0px;
}

.bld {
	font-weight: bold;
}
.heading {
	font-weight: bold;
	font-size: 1.2em;
}

p {
    font-size: 1.0em;
	font-weight: normal;
	color: black;
    font-family: Arial, Tahoma, Geneva, Verdana;
}
pre {	
    font-size: 1.0em;
	font-weight: normal;
	color: black;
    font-family: Arial, Tahoma, Geneva, Verdana;
}

h2{	
color: #000033;
	
}
.blue {
	color: #333399;
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em;
}
.bldblue {
	color: #000033;
	font-weight: bold;
	font-size: 1.4em;
}
.hiblue {
	color: #6699cc;
	font-weight: bold;
	font-size: 1.0em;
}
.white {
	color: #FFFFFF;
}
.content {
	margin-top: 1%;
	margin-left: 214px;
}
.space {
	margin-bottom: 1%;
}
.banner {
	width: 100%;
	text-align: left;
	background-image: url('../images/iceview.gif');
	border-bottom: 1px black solid;
}
#rightcolumn {
	float: left;
	width: 190px; /*Width of right column*/;
	margin-left: -190px; /*Set left marginto -(RightColumnWidth)*/;
	background: #FFFFFF;
}
#contentwrapper {
	float: left;
	width:100%;
}
.innertube {
	margin: 2px;
/*Margins for inner DIV inside each column (to provide padding)*/	margin-top: 0;
}
#contentcolumn {
	margin: 0 190px 0 190px;
/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#leftcolumn {
	float: left;
	width: 190px; /*Width of left column*/;
	margin-left: -190px;
	background: #FFFFFF;
}
#footer {
	clear: left;
	width: 99%;
	background: #000033;
	color: #FFFFFF;
	text-align: center;
	padding: 4px 0;
	font-weight: bold;
}
<!--
position: absolute; bottom:0; -->


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 80%;
background: #FFFFFF; /*  F7F7F7 menu strip background   border: 1px solid gray; border-width: 1px 0; */
padding: 2px 0;
margin-left:190px;
margin-bottom: 2%;
}
* html .aerobuttonmenu {
	/*IE6 and below hack. Set explicit strip width*/
width: 100%;
}
.aerobuttonmenu a.aero {
	/*aero button CSS*/
background: transparent url('/images/aeroleft.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 0.9em Verdana, Trebuchet MS;
/* Change 13px as desired */	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */;
	height: 31px; /* Height of button background height */;
	padding-left: 10px; /* Width of left menu image */;
	text-decoration: none;
	margin-right: 15px; /*spacing between buttons*/;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/;
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active {
	color: white; /*button text color*/
}
.aerobuttonmenu a.aero span {
	background: transparent url('/images/aeroright.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}
.aerobuttonmenu a.aero:hover {
	/* Hover state CSS */
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/;
	opacity: 1;
	-moz-opacity: 0.99;
}
.aerobuttonmenu a.aero:hover span {
	/* Hover state CSS (for text) */
color: #6699cc;
}
.aerobuttonmenu .rightsection {
	float: right;
	width: 100px;
	position: relative;
	top: 3px;
	padding-right: 5px;
	text-align: right;
}
.aerobuttonmenu .rightsection a {
	color: navy;
}
.shadowNews {
	background-color: #eeeeee;
	border: 0 none;
	display: block;
	padding: 0 4px 4px 0;
	width: 92%;
}
.txtContentNews {
	border: 1px solid #000033;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 1.0em;
}
.header {
	background-image: url('../images/iceview.gif');	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px #000033 solid;
	border-right: 1px #000033 solid;
	border-left: 1px #000033 solid;
	padding: 5px 5px 5px 10px;
}
.shadow0 {
	background-color: #eeeeee;
	border: 0 none;
	display: block;
	padding: 0 4px 4px 0;
	width: 180px;
}
.shadow1 {
	background-color: #CCCCCC;
	border: 0 none;
	display: block;
	margin: 0;
	padding: 0 3px 3px 0;
}
.shadow2 {
	background-color: #999999;
	border: 0 none;
	display: block;
	margin: 0;
	padding: 0 2px 2px 0;
}
.shadow3 {
	background-color: #333333;
	border: 0 none;
	display: block;
	margin: 0;
	padding: 0 1px 1px 0;
}
.txtContent {
	background-image: url('../images/iceview.gif');
	border: 1px solid #000033;
	padding: 5px;
}
.blktxtBOLD {
	font-weight: bold;
	font-size: 1.0em;
}
.redtxtBOLD {
	font-weight: bold;
	font-size: 1.0em;
	color: #FF0000;
	text-align: right;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a.visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.hover {
	color: #000000;
}

a.news {
	
	color:black;
	text-decoration: underline;  
}


.imgright {
float: right;
padding: 1px 10px 6px 10px;
}

#scrollup {
   position: relative;
   overflow: hidden;
   border: 1px solid #333399;
   height: 175px;
   width: 175px
 }
 .headline {
   position: absolute;
   top: 210px;
   height: 175px;
   width:175px;
   color:Black;
   font-weight:bold;
   text-align:center;
 }

tr.odd {
	
	background-color: #CCCCCC;
}
}
