@charset "utf-8";

a:link {
  color: #1A3058;
  text-decoration: none;
}

a:visited {
  color: #336699;
  text-decoration: none;
}

a:hover {
  color: #0099FF;
}

a:active {
  color: #336600;
  text-decoration: none;
}

.twoColFixLtHdr #container {
	width: 800px;
	background: #FFFFFF;/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;/* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	visibility: visible;
}
#imagebanner {
	float: right;
	height: 150px;
	width: 570px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	right: auto;
	position: static;
	left: 221px;
	visibility: inherit;
	padding: 0px;
}


.twoColFixLtHdr #header {
  background-color: #DDDDDD;
  background-image: url(../images/bg_header.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  height: 162px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 20px;
}

.twoColFixLtHdr #header h1 {
	margin: 0;/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
}

.twoColFixLtHdr #sidebar1 {
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-right: 1px solid #D3D3D3;
	height: 100%;
	float: left;
}

.twoColFixLtHdr #container #header #websitelogo {
  padding: 2px;
  height: 115px;
  width: 250px;
  position: relative;
  top: 20px;
  left: 0px;
  background-image: url(../images/lamlogo.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.twoColFixLtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	line-height: normal;
	text-align: left;
	width: auto;
}
.twoColFixLtHdr #container #topmenu {
	background-color: #1A3058;
	width: 100%;
	height: 25px;
	text-align: right;
}

.twoColFixLtHdr #container #header #Shortcut {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  float: right;
  width: 30%;
  height: 100px;
  position: relative;
  top: 25px;
  list-style-position: outside;
  list-style-image: url(../images/bullet_b.jpg);
  list-style-type: square;
  line-height: 1.5em;
}

.twoColFixLtHdr #footer {
  background-color: #FFFFFF;
  background-image: url(../images/bg_footer_shade.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 127px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 20px;
}

.twoColFixLtHdr #footer p {
  margin: 0;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 10px 0;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt {/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}

.fltlft {/* this class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}

.clearfloat {/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

body {
  background-color: #a6c2e7;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
}

.BulletList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #193059;
	text-align: left;
	white-space: normal;
	vertical-align: middle;
	text-transform: uppercase;
	list-style-image: url(../images/bullet_b.jpg);
	list-style-position: inside;
	list-style-type: disc;
	line-height: normal;  /*display: inherit;*/
}

#leftmenu {
  width: 100%;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  color: #193059;
  font-size: 14px;
}

#leftmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#leftmenu li {
  border-bottom: 1px solid #D3D3D3;
  margin: 0;
}

#leftmenu li a {
  display: block;
  color: #1A3058;
  text-decoration: none;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 5px;
}

html > body #leftmenu li a {
  width: auto;
}

#leftmenu li a:hover {
  color: #0066CC;
  background-color: #D3D3D3;
}

#topmenu1{
  padding: 0;
  width: 100%;
  background-color: #1A3058;
}

#topmenu1 ul{
	font: bold 11px Arial;
	margin: 0;
	margin-left: 10px;/*margin between first menu item and left browser edge*/
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#topmenu1 li{
	Display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#topmenu1 a{
  float: left;
  display: block;
  color: white;
  margin: 0 1px 0 0;/*Margin between each menu item*/
  padding: 5px 13px;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #1c2f5a;/*Default menu color*/
  border-bottom: 1px #1c2f5a;
  text-decoration: none;
  border-right: 1px solid white;
}

#topmenu1 a:hover{
  background-color: #006699;/*Menu hover bgcolor*/
}

/*#topmenu1 #current a{/*currently selected tab*/
/*  background-color: #0066CC;/*Brown color theme*/
 /* border-color: #000033;/*Brown color theme*/
.twoColFixLtHdr #container #mainContent #titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	text-align: left;
	margin-top: 10px;
	text-indent: 10px;
	padding-top: 5px;
	float: left;
	width: 540px;
}
.twoColFixLtHdr #container #mainContent #introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	text-indent: 10px;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: normal;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	width: 550px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-indent: 5px;
}
#memberlisttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	text-indent: 10px;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	line-height: normal;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	width: 550px;
}
.TableList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #193059;
	text-align: left;
	white-space: normal;
	vertical-align: middle;
	text-transform: none;
	list-style-image: url(../images/bullet_b.jpg);
	list-style-position: inside;
	list-style-type: disc;
	line-height: normal;  /*display: inherit;*/
}
.twoColFixLtHdr #latestnews {
	width: 175px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 100%;
	float: left;
	padding-right: 10px;
}
#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-position: center top;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	background-position: center top;
}
