html, body, div, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, div, li, a {
    margin: 0;
    line-height: 1.25em;
    font-size: 10px;
    outline: 0;
}

.column a {
	color: #222;
	font-size: 1em;
}

body {
    font-family: Arial, sans-serif;
}

.nav {
    list-style: none;
}

.sprite {
    background: url(../images/sprites.jpg) no-repeat;
    text-indent: -9999px;
    display: block;
}
.sprite_logos {
    background: url(../images/sprite-logos1210.jpg) no-repeat;
    text-indent: -9999px;
    display: block;
}
.logo_holder{
	background: url(../images/logo_holder.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	width:175px;
	height:183px;
	float:left;
	margin-top:0px;
	padding-right:20px;
	}
#logo_cloud{
	width:590px;
	margin-left:255px;}
	
		.mtv{
			background-position:-155px -143px;
			bottom:-53px;
			float:left;
			height:102px;
			margin-left:44px;
			position:relative;
			width:106px;
			}
		.cc{
			background-position:-125px 0;
			bottom:-31px;
			float:left;
			height:118px;
			margin-left:33px;
			position:relative;
			width:109px;
			}
		.nba{
			background-position:-238px 0;
			bottom:-24px;
			float:left;
			height:137px;
			margin-left:60px;
			position:relative;
			width:63px;
			}
		.quinnipiac{
			background-position:0 0;
			bottom:-28px;
			float:left;
			height:126px;
			margin-left:27px;
			position:relative;
			width:120px;
			}
		.bigeast{
			background-position:0 -179px;
			bottom:-56px;
			float:left;
			height:76px;
			margin-left:17px;
			position:relative;
			width:139px;
		}
		.scholastic{
			background-position:0 -143px;
			bottom:-80px;
			float:left;
			height:17px;
			margin-left:18px;
			position:relative;
			width:139px;
			}


.button {
    background: url(../images/buttons.png) no-repeat;
    text-indent: -9999px;
    display: block;
}

    .button.ok {
        width: 36px;
        height: 26px;
        background-position: -63px 0;
    }

    .button.cancel {
        width: 64px;
        height: 26px;
        background-position: -99px 0;
    }

#message {
    width: 400px;
    height: 80px;
    margin: -45px 0 0 -215px;
    padding: 15px;
    position: fixed;
	_position: absolute;
    top: 50%;
    left: -9999px;
    background: #fff;
    border: 3px solid #222;
}

#message p {
    font-size: 1.4em;
}

    #message.error {
        background: red;
        color: #fff;
    }
    #message.success {
        background: green;
        color: #fff;
    }

#message .ok {
        float: right;
}

#tooltip {
    padding: 3px;
    background: #fff;
    border: 1px #666 outset;
    font-weight: bold;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2.2em;
    font-weight: normal;
    margin: 1em 0 .25em 0;
}

dl {

}

dt {
    font-size: 1.2em;
    font-weight: bold;
    margin: .5em 0;
}

dd {
    margin: 0;
    padding: .15em 5px;
}

