/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#334d55;
	margin: 20px;
	background:#86A3B3;
}
body a
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #334d55;
    LINE-HEIGHT: 12px;
    LETTER-SPACING: 4px;
}
body a:hover
{
    COLOR: #E6BD73;
}
#tblMemberContainer {
	background:#FFFFFF;
}


hr {
	border-style:solid;
	border-color: #006699; 
	border-width: 1px;
	width:75%;
}

h1 {
	font-size:24px;
	color:#334d55;
	text-align: left;
	letter-spacing: 3px;
	height:48px;
}

.centered {
	text-align: center;
	vertical-align:text-top;
}
.left {
	text-align: left;
	vertical-align:text-top;
}
.right {
	text-align: right;
	vertical-align:text-top;
}
.centered-table {
   margin-left: auto;
   margin-right: auto;
}
#content tr {
	vertical-align:top;
	}

#divLeftBar {
	background:#F0F0F0;
    white-space:nowrap;
	vertical-align:text-top;
	}
.LeftBarTitle{
	font-family: Arial, Helvetica, sans-serif;
	color: #334d55;
	font-size: 14px;
	letter-spacing: 2px;
	}
.LeftBarTitle a {
	font-family: Arial, Helvetica, sans-serif;
	color: #334d55;
	font-size: 14px;
	letter-spacing: 2px;
	}	
.LeftBarHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color: #006699;
	white-space:nowrap;
	}
.LeftBarHeading a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color: #006699;
	white-space:nowrap;
	}
.LeftBarText {
	font-size: 6px;
	}
#tblContainer {
	width:800px;
	height:600px;
	border:0px;
	padding:0px;
	top:0px;
}
.Info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#334d55;
	margin-left:20px;
	text-align: left;
	}
.Info th {
	background-color:#334d55;
	color:#FFFFFF;
	font-size:18px;
	letter-spacing: 8px;
	font-weight: normal;
	text-align: left;
	}
.Info h2 {
	background-color:#334d55;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing: 6px;
	font-weight: normal;
	text-align:center;
	padding:10px;
	}
.Info a {
	color:#308DBF;
	font-size:10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	}