body {
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #660000;
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

h1.textTitle {
	text-align: center;
	font-family: Gill Sans MT, Times;
	font-size: 26pt;
	font-weight: 700;
	margin: 10px 0 0 0;
}

p.bodyP {
	text-indent: 20pt;
}

img.teamImg {
	width: 600px;
	height: 449px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

hr.titleDivider {
	width: 75%;
}

iframe.gameAnimation {
	margin: 0 20pt;
}

.centered {
	margin-left: auto;
	height: 100%;
	margin-right: auto;
	text-align: center;
}

.content {
	display: inline-block;
	width: 950px;
	height: 100%;
	min-height: 100px;
}

.header {
	display: inline-block;
	height: 150px;
	width: 100%;
	background: #000000;
	border-bottom: solid 4px #FF9900;
	color: #FFFFFF;
}

.navbar {
	display: block;
	height: 37px;
	width: 100%;
	background: #CCCCCC;
	border-bottom: solid 4px #FF9900;
	text-align: center;
	line-height: 40px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: 700;
}

.maincontainer {
	width: 100%;
	min-height: 300px;
	display: table;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.main {
	display: table-row;
	float: left;
	width: 669px;
	min-height: 400px;
	height:100%;
	padding: 10px;
	text-align: justify;
	background-color: #FFFFFF;
}
	.main a:link {
		color: #0000FF;
	}
	
	.main a:visited {
		color: #0000FF;
	}
	
	.main a:hover {
		color: #600000;
	}
	
.sidebar {
	display: table-row;
	padding: 15px 0px;
	float: left;
	width: 260px;
	height: 100%;
	background-color: #000000;
}

.twitter {
	margin: 0px 5px;
}

.footer {
	clear: both;
	background-color: #000000;
	width: 100%;
	min-height: 75px;
	border-top: solid 4px #FF9900;
	color: #FFFFFF;
}

/*Code below based off tutorial from 
 *queness.com/post/1047/easy-to-style-jquery-drop-down-menu-tutorial*/
.clear {
	clear: both
}
 
#nav {
    margin: 0; 
    padding: 0; 
    list-style: none;
}   
     
    #nav li {
        float: left; 
        display: block; 
        width: 135px; 
        background: #CCCCCC; 
        position: relative;
        z-index: 100; 
        margin: 0 0;
        padding: 0 0;
        border-right: 1px solid #FFFFFF;
    }
         
    #nav li a {
        display: block; 
        height: 37px; 
        text-decoration: none; 
        color: #FFFFFF; 
        text-align: center; 
        color: #333333;
    }
 
    #nav li a:hover {
        color: #FFFFFF;
    }
     
    #nav a.selected {
        color: #0000FF;
    }
     

        #nav ul {
            position: absolute; 
            left: 0; 
            display: none; 
            margin: 0 0 0 0px; 
            padding: 0; 
            list-style: none;
        }
         
        #nav ul li {
            width: 135px; 
            float: left; 
            border-top: 1px solid #FFFFFF;
            border-right: 0px;
        }
         
        /* display block will make the link fill the whole area of LI */
        #nav ul a {
            display: block;  
            height: 37px;
            padding: 0px 0px; 
            color: #333333;
        }
         
        #nav ul a:hover {
        }
        
*html #nav ul {
    margin: 0 0 0 -1px;
}

#memLog {
    margin: 0; 
    padding: 0; 
    list-style: none;
}   
     
    #memLog li {
        float: right; 
        display: block; 
        width: 134px; 
        background: #CCCCCC; 
        position: relative;
        z-index: 100; 
        margin: 0 0;
    }
         
    #memLog li a {
        display: block; 
        padding: 0px; 
        height: 37px; 
        text-decoration: none; 
        color: #FFFFFF; 
        text-align: center; 
        color: #333333;
    }
 
    #memLog li a:hover {
        color: #FFFFFF;
    }
    
    #memLog li a.selected {
    	color: #FF0000;
    }
/* END tutorial based code */