﻿#back-button
{
	cursor:pointer;
	text-decoration:none;
	right: 16px;
	position:absolute;
	border-radius:5px;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background-color: #2F7994;
	color: #FFFFFF
}
#back-button:hover
{
	text-decoration:none
}
#top-button
{
	cursor:pointer;
	text-decoration:none;
	position:static;
	border-radius:5px;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background-color: #2F7994;
	color: #FFFFFF
}
#top-button:hover
{
	text-decoration:none
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px 10px;
	padding: 10px;
	background-color: #FFFFFF;
	width: 890;
	height: auto;
	float: none;
	left: 10px;
	position: absolute;
	color: #183d4a;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: left center;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 120px;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../images/banner-image.jpg);
	width: auto;
	color: #183D4A;

}
#banner img {
	float: right;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-bottom: 2px solid #639baf;
	color: #183d4a;


}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #183d4a;
	font-size: 12px;
	font-style: normal;


}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
	color: #183d4a;

}

/*==============all site links==============*/

a:link {
	font-weight: bold;
	color: #004145;
	text-decoration:none;

}
a:visited{
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;

	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : none;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	width:880px;
	background-color:white;
	margin-left: 180px;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: auto;
	position:relative;
	font-size: 11pt

}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/blue-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/blue-bullet-sm.gif');
	padding: 2px 0;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#navigation {
	width: 170px;
	float: left;
	margin-top: 13px;
	margin-bottom: 10px;

}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;

}

#navigation li a:link, #navigation li a:visited {
font-size: 90%;
display: block;
padding: 3px;
border-left: 12px solid #183D4A;
border-right: 1px solid #183D4A;
background-color: #2F7994;
color: #FFFFFF;
text-decoration: none;
}
#navigation li a:hover {
	background-color: #CBDDE4;
	color: #000066;
}
#navigation ul ul {
margin-left: 12px;
}
#navigation ul ul li {
border-bottom: 1px none #183D4A;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #639BAF;
	color: #FFFFFF;
}
#navigation ul ul a:hover {
	background-color: #CBDDE4;
	color: #000066;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #639baf;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	width: auto;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4, h5 {
	color: #183D4A;
}
h1 {
	padding: 2px 0px 2px 6px;
	font-size: large;
	background: #CBDDE4;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
	font-style: normal;

}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 5px;
	border-top: 5px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;



}
.imglft {
	float: left;
	padding: 5px;
	border-top: 5px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;

}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #CBDDE4;
	;
	color: #639baf;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
table {
	font-family: Tahoma, helvetica, sans-serif;
	margin: 3 auto;
	background-color: #FFFFFF;
	font-size: 10pt;
	top: 0px;
	position: relative;
	left: 0px;
	height: auto;
	width: auto;
	white-space: wrap;
	word-wrap: break-word;
	float: none;
	color: #183d4a;

}
#updatestable {
	font-family: Tahoma, helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 9pt;
	top: 5px;
	position: relative;
	left: 10px;
	height: auto;
	width: auto;
	white-space: wrap;
	word-wrap: break-word;
	float: none;
	color: #183d4a;

}
.navbar {color:#FFFFFF; background-color:#639BAF}
