		body {
			background:#cccccc url() repeat-x top left;
			text-align:center;
			margin:0px;
		}

        form,input {
            margin:0px;
            padding:0px;
        }
        
		#page {
			margin:0px auto;
			width:900px;
			background-color:#ffffff;
			text-align:left;
			border:1px solid #aa0000;
		}

		#content {
			padding:10px;
		}

		#header {
			background-color:#000000;
			border-bottom:1px solid #aa0000;
		}

		#footer {
			background-color:#999999;
			border-top:1px solid #aa0000;
			text-align:center;
		}

		.cleardiv {
			height:0px;
            line-height:0px;
            margin:0px;
            padding:0px;
            font-size:0px;
			clear:both;
		}
        
        .line-h {
            border-bottom:1px solid #aaaaaa;
            height:1px;
            line-height:1px;
            font-size:1px;
        }
        
        .container {
            border:1px solid #aaaaaa;
        }
        
        .form-required {
            background:url(img/asterisk.gif) no-repeat top left;
            padding-left:10px;
        }
        
        #error {
            background-color:#cccccc;
            color:#aa0000;
            font-weight:bold;
            border:1px solid #aa0000;
            margin-bottom:10px;
            padding:10px;
        }
        
        #roster_div {
            
        }
        
        #roster_div .roster_row {
            border:1px solid #999999;
        }

        .alt-row {
            background-color:#aaaaaa;
        }
        #roster_div .header {
            background-color:#aaaaaa;
            font-weight: bold;
            font-variant: small-caps;
            border-bottom:2px solid #000000;
        }
        #roster_div .roster_number {
            float:left;
            width:75px;
            text-align:center;
        }

        #roster_div .roster_name {
            float:left;
            width:160px;
        }

        #roster_div .roster_position {
            float:left;
            width:75px;
            text-align:center;
        }
        #roster_div .roster_email {
            float:left;
            width:300px;
        }
        #roster_div .roster_pic {
            float:left;
            width:100px;
        }