﻿@charset "UTF-8";
body {
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
/* CSS Document */

h1 {
	font-size: large;
	color: #455560;
	}
h2 {
	font-size: large;
	color: #455560;
}
#header {
	width: 950px;
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	height: 300px;
	background-color: #FFF;
}
#container {
	background-color: #FFF;
	float: left;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 300px;
}
h4 {
	font-size: small;
	font-weight: bold;
	color: #455560;
}

#main {
	width:712px;
	float:right;
	text-align: left;
	vertical-align: top;
	position: relative;
	padding-left: 15px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#updateTable         {
	width: 300px;
	margin-left: 0px;
}

#maintemplate {border-left: 2px solid #425EB2;}	

}
address {clear:both; border-top: 1px solid #425EB2;  }
p {
	color: #000000;
}

#links {
	width:180px;
	float:left;
	position: relative;
	margin-left: 40px;
	color: #666;
	font-weight: bold;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #9966CC;
	text-decoration: none;
}
#links a  {
	color: #003399;
}
#links a:hover {
	color: #F00;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	text-decoration: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	line-height: 24px;
	z-index: 100;
	width: 225px; /* default width for menu */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #5693D2;
	border: 1px solid black;
	color: #FFF;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #FFF;
}

.anylinkmenu a:hover{ /*hover background color*/
	color: #FFF;
	background-color: #71C5F4;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #5693D2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
#footer {
	float: left;
	width: 950px;
	text-align: center;
	height: 150px;
	margin-top: 25px;
}
#topNav         {
	width: 950px;
	height: 35px;
	text-align: center;
}
#topNav tr td a strong     {
	color: #FFF;
}
#topNav tr{
	background-color: #5693D2;
	text-align: center;
	background-image: url(../am/images/btnTopNav.jpg);
	background-repeat: no-repeat;
}
.attention {
	color: #F00;
}

