.footer	{background-color:#000000; color:#bbb; display:block;font-size:11px; text-align:center; padding:4px;margin-bottom:3px; font-weight:normal; width:992px; margin: 0 auto;}
.footer a:link, .footer a:visited	{color:#bbb; text-decoration:none; font-weight:normal;}
.footer a:hover, .footer a:active	{color:#FFF; text-decoration:underline; font-weight:normal;}
body	{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	background-repeat: no-repeat;
}

.action {
	cursor: pointer;
	text-decoration: underline;
	color: #0000AA;	
}

.centerHAlign {
	text-align: center;
}
.alignRight { text-align: right; }

#container {
  margin: 0 auto;
  width: 1000px;
}
#leftTower {
	width: 220px;	
	float: left;
}
#mainContent {
	width: 100%;	
	background-color: #000000;
}
#bodyContent {
	width: 780px;
	float: left;
}
#leftMenu {
	width: 100%;
	text-align: center;
}

#loginPanel {
	margin: auto;
	margin-top: 10px;
	width: 197px;
}

#leftTower .contentLayout {
	background-color: #C00;
	width: 100%;
	text-align: center;
	display: block;
}

#leftTower .content {
	margin: auto;
	text-align: left;
	width: 90%;	
	color: #FFF;
}

#leftTower .content .memberHeader {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#leftTower .content .memberBody {
	font-weight: bold;
	font-size: 11px;
}

.margin5 {
	margin: 5px;
}

.marginLeft5 {
	margin-left: 5px;	
}
.marginLeft20 { margin-left: 20px; }

.marginRight5 {
	margin-right: 5px;	
}

.marginTop5 {
	margin-top: 5px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.margin15 {
	margin: 15px;
}

.marginLeft15 {
	margin-left: 15px;
}

.marginTop15 {
	margin-top: 15px;
}

.margin10 {
	margin: 10px;
}

.marginTop10 {
	margin-top: 10px;	
}

.marginLeft10 {
	margin-left: 10px;	
}

.marginRight10 {
	margin-right: 10px;	
}
.marginRight20 { margin-right: 20px; }

.marginBottom10 {
	margin-bottom: 10px;	
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table.fieldValueTable {
	width: 100%;
}

table.fieldValueTable td {
	padding: 3px;
}

a.bc {
	text-decoration: none;
	color: #FFF;
}

a.bc:hover {
	text-decoration: underline;
}

tr.top {
	color:#000000;
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0pt;
	padding:0pt;
	text-decoration:none;
}

td.topbuttons {
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

td.topends {
	border-bottom:1px solid #FFFFFF;
}

a.toplink {
	color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	text-decoration:none;
}

a.toplink:visited {
	color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	text-decoration:none;
}

a.toplink:hover {
	color:#FFC000;
	font-weight:bold;
	text-align:center;
}

.handCursor { cursor: pointer; }
.clearBoth { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
