/* global whitespace reset (leftjustified.net)  */
* { padding: 0; margin: 0; }
img { border: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin: 1em 0; }
li, dd { margin-left: 2em; }
fieldset { padding: .5em; }
/* end whitespace reset */

body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	color: #BABABA;
	background: #000000 url("../images/main_bg.gif") 0 0 repeat-x;
	padding: 0px;
	}

a {
	color: #BABABA;
	text-decoration: none
	}

a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
	}

a:active, a:hover {
	color: #2A8CC5;
	text-decoration: none;
	}

#container {
	width: 813px;
	margin: 0 auto;
	}

#container #content {
	width: 653px;
	padding: 5px;
	vertical-align: top;
	line-height: 15px;
	}
	
#container td { background-image: url('../images/cbg.gif'); }

#container .side_l {
	width: 58px;
	vertical-align: top;
	background: url('../images/en_18.gif') repeat-y;
	}

#container .side_r {
	width: 58px;
	vertical-align: top;
	background: url('../images/en_22.gif') repeat-y;
	}

#container .inner_side_l {
	width: 17px;
	vertical-align: top;
	background: url('../images/en_39.gif') repeat-y;
	}
	
#container .inner_side_r {
	width: 17px;
	vertical-align: top;
	background: url('../images/en_40.gif') repeat-y;
	}

#content #roster { width: 653px; }

#roster .memberName {
	color: #fff;
	//font-family: Tahoma, Geneva, sans-serif;
	font-family: fantasy, Monaco, Courier;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0 0 0;
	}

#roster .memberPic img {
	border: 1px solid #804000;
	margin-right: 10px;
	}

#roster .info td {
	width: 30%;
	font-family: Monaco, Courier;
	font-size: 11px;
	vertical-align: top;
	}

#roster .header td {
	color: #ff8000;
	font-weight: bold;
	vertical-align: bottom;
	}

#roster .member {
	width: 20%;
	margin-top: 20px;
	}

.main {
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #357AA2;
	text-decoration: underline;
	}
	
.secondary {
	font-family: Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #357AA2;
	text-decoration: none;
	}
	
.mini {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	}