body {
	margin: 0px;
	background: white;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
}
.headerMain {
	border: none;
	text-align: center;
	background-color: white;
	height: 135px;
	width: 80%;
	font-style: normal;
	font-weight: bold;
}
.headerCenter {
	color: #FF2A2A;
	font-size: 14pt;
}
.headerCenterSmall {
	color: #FF2A2A;
	font-size: 16pt;
}
.headerPicture {
	width: 150px;
	height: 130px;
	float: left;
	background-image: url(/images/asl.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: bottom;
}
#list-menu {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	border: solid thin black;
	margin: 0px;
	width=200px;
	float: left;
	background-color: #595959;
	min-height: 75%;
	height: 75%;
	color: white;
	text-align: left;
}
html>body #list-menu {
	height: auto;
	min-height: 75%;
}
#list-menu ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
}
#list-menu li {
	margin: 2px 0 0;
}
#list-menu ul a {
	display: block;
	width: 180px;
	height: 25px;
	padding: 3px 10px 2px 10px;
	border: 1px solid #000000;
	background: #acacac;
	text-decoration: none;
/*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #000000;
}
#list-menu a:hover {
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
}
#footer {
	font-family: verdana, arial, sanf-serif;
	font-size: 8pt;
	height: 25px;
	background: #c0c0c0;
	color: #333333;
	border: solid black;
	border-width: 1px 0 0 0;
	margin: 20px 0 0 0;
	text-align: center;
}
#content {
	border: none;
	margin-left: 210px;
	min-height: 500px;
	height: 500px;
	width:80%;
	font-family: verdana, arial, sanf-serif;
	font-size: 12pt;
}
html>body #content {
	height: auto;
	min-height: 500px;
}
.center {
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.right {
	font-size: 12pt;
	border: none;
	margin: 0px;
	width:200px;
	float: right;
	text-align: left;
}
.caption {
	border-width: 0px;
	margin: 0;
	font-size: 10px;
}
.largecaption {
	border-width: 0px;
	margin: 0;
	font-size: 14px;
}
H1 {
	font-size: 14pt;
	border-width: 0px 0px 1px 0px;
	margin: 0 0 10px 0;
}
H2 {
	font-size: 12pt;
	border-width: 0px;
	margin: 0px;
}
.what {
	width: 20%;
	vertical-align: top;
	margin: 12px;
	margin-bottom: 0px;
}
.info {
	font-size: 9pt;
	width: 80%;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 0px;
}
.location {
	color: FA5000;
	margin: 0px;
}
.info ul {
	text-align: left;
}
thead {
	color: #228899;
	background: #c0c0c0;
}
.thumbnail {
	padding: 20px;
	text-align: center;
	float: left;
}
.highlight {
	color: #228899;
}
.period {
	font-weight: bold;
	font-size: smaller;
	vertical-align: top;
	width: 75%;
	padding: 10px;
}

.login {
	font-size: 12px;
	width: 180px;
}

.loginBox {
	border: 2px solid #a1a1a1;
    padding: 2px 2px;
    margin: 2px; 
    background: #dddddd;
    width: 95%;
    border-radius: 10px;
	box-shadow: 2px 2px 2px #888888;
}

.error {
	font-weight: bold;
	color: red;
}
.eventdate {
	width: 10%;
	vertical-align: top;
	margin: 12px;
	margin-bottom: 0px;
	font-size: 10px;
}
.eventlocation {
	width: 20%;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 10px;
}
.eventdescription {
	width: 70%;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 10px;
}
#top-menu {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	border: none;
	margin: 0px auto;
	width=100%;
	float: top;
	background-color: #595959;
	min-height: 30px;
	height: auto;
	color: white;
	text-align: left;
	overflow: hidden;
	position: relative;
}
html>body #top-menu {
	height: auto;
	min-height: 30px;
}
#top-menu ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
}
#top-menu li {
	float: left;
	padding: 2px;
	margin: 0 5px;
}
#top-menu ul a {
	display: block;
	width: 125px;
	height: 20px;
	padding: 2px 2px 0px 2px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #000000;
	background: #acacac;
	text-decoration: none;
/*lets remove the link underlines*/
}
#top-menu a:link, #top-menu a:active, #top-menu a:visited {
	color: #000000;
}
#top-menu a:hover {
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
}

#top-menu .highlight {
	background: yellowgreen;
}

.AAR {
	width: 50%;
	font-size: 8pt;
	padding: 10px 10px 0px 10px;
	vertical-align: top;
}
table.Data {
	border-width: 1px;
	border-spacing:;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;

}
table.Data thead {
	border-width: 1px;
	padding: 1px;
}
table.Data td {
	border-color: #600;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	background-color: #FFC;
	vertical-align: top;
}
table.scenarios {
	width: 70%;
	border-width: 1px;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	margin: 10px;
}
table.scenarios td {
	font-size: 10pt;
	vertical-align: top;
	margin-top: 0px;
	border-color: #0c0c0c;
	border-width: 1px;
	border-style: solid;
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	text-align: left;
}

.scenarioID {
	width: 130px;
}
.Errata {
	font-weight: bold;
	font-size: smaller;
	margin: 0px 0px 0px 30px;
}
.Errata UL {
	font-weight: normal;
	margin: 0px 0px 0px 60px;
}
.smallcentercolumn {
	text-align: center;
	width: 7%;
}
.NoreasterGraphic {
	height: 150px;
	padding: 40px;
}

td {
	text-align: top;
		vertical-align: top;
}

.imageset span {
	margin: 10px;
    display: inline-block;
    max-width: 250px;
    max-height: 250px;
    float: top;
    float: left;
}

.imageset span img {
    max-width: 250px;
    max-height: 250px;
 }

.scenarioCard img {
	width: 150;
}
.announce {
	width: 80%;
	background: #dcdcdc;
	border: 1px solid black;
	padding: 20px;
	margin: 50px;
	background-color: khaki;
	float: right;
	width: 25%;
}

.actionButton {
	background: #dcdcdc;
	border: 3px solid black;
	padding: 2px;
	background-color:linen;
	margin-left: 20px;
	font-size: small;
	color: black;
}
a .actionButton:visited {
	color: black;
} 

.tablebordered {
	border-collapse: collapse;
}

.tablebordered th {
	background-color: lightgreen;
}

.tablebordered table,td,th  {
    border: 1px solid black;
	text-align: center;
}

.tablebordered td:nth-child(1) {
	text-align: left;
}
