﻿body{
	margin:0px;
	background-color:#1F497D;
}

.maintable{
	padding: 0;
	border: 0;
	width: 900px;
	margin: 0;
	background:#4F81BD;
}

.menucol{
	width: 200px;
	height: 35px;
	text-align: left;
	text-indent: 15px;
	font-family: Calibri;
	font-weight: bold;
	background-image: url('../img/btnup.png'); 
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.menucolsel{
	width: 200px;
	height: 35px;
	text-align: left;
	text-indent: 15px;
	font-family: Calibri;
	font-weight: bold;
	color: white;
	background-image: url('../img/btndown.png'); 
	background-repeat: no-repeat;
	background-position: center;
}

.whitecol{
	width: 200px;
	background:white;
}

.darkcol{
	width: 200px;
	background: #1F497D;
}

.maincol{
	background: white;
	width: 550px;
	vertical-align: top;
}

.utilitycol{
	width: 160px;
	text-align: left;
}

.newscol{
	width: 160px;
	text-align: center;
	vertical-align: top;
	background: #1F497D;
}

.contentcol{
	background:#4F81BD;
	width: 1000px;
}

.header{
	font-family:Verdana;
	font-size:large;
	font-weight:bold;
	font-style:italic;
	text-align: left;
}

.headerdx{
	font-family: Verdana;
	font-size: small;
	font-style: oblique;
	text-align: center;
}

.imgrow{
	vertical-align: top;
}

.menubtn{
	width: 100%;
}

a{
	text-decoration: none;
	color: black;
}

a:visited {
	color: #000000;
}

a:active {
	color: #1F497D;
}

a:hover {
	color: #1F497D;
}

.logintable{
	width: 100%;
}

th{
	color: white;
	font-family:Verdana;
	font-size: small;
}

.login{
	font-family: Calibri;
	font-size: small;
}

.btnlogin{
	border: 0;
	cursor: pointer;
}

.newsframe{
	width: 90%;
	height: 100%;
	border: 0;
}

.mainframe{
	width: 95%;
	border: 0;
	height: 455px;
}

.footer{
	font-family: Calibri;
	font-size: x-small;
	vertical-align: bottom;
	color: white;
}
