html {
    background-color: #dfdddd;
}

html, body, table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	height: auto;
	width: 100%;
	text-align: center; /* required for centering the page in IE */
	color: #FFF;
    font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
}
label {
    margin: 0 0 0 2px;
}

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #FFF;
	text-decoration: none;
}
.menu li, .menu {
	display: block;
	list-style-type: none;
    line-height: 26px;
	margin: 4px 4px 0px 2px;
	float: left;
}
ul.menu {
    margin: 2px 0 0 -12px;
}
.menu li:hover {
	list-style-type: none;
    line-height: 26px;
    color: #FFF;
    margin: 4px 4px 0px 2px;
    height: 32px;
    background-color: #5b68af;
    float: left;
}
li.pipe:hover {
    background-color: #39426f;
}

p {
	text-align: left;
	color: #FFF;
	margin: 8px 0 0 0;
}
.go {
    border: none;
    width: 38px;
    height: 23px;
    background: url(images/btn_go.gif);
    cursor: pointer;
}
.uscore a:link, .uscore a:visited, .uscore a:active{
    text-decoration: underline;
    font-weight: normal;
}
.uscore a:hover {
    text-decoration: none;
    font-weight: normal;
}

#wrapper {	
	width: 930px;
    height: 594px;
    background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
#banner {
    width: 100%;
    height: 72px;
}
#logo {
    width: 223px;
    height: 72px;
    margin: 7px 0 0 3px;
    background-image: url(images/logo.gif);
	background-repeat: no-repeat;
    float: left;
    clear: left;
}
#nav {
    width: 673px;
    height: 38px;
    margin: 19px 0 0 23px;
    background-color: #39426f;
    float: left;
}
#splash {
    width: 347px;
    height: 120px;
    margin: 23px 0 0 45px;
    background-image: url(images/tagline.gif);
    float: left;
    clear: left;
}
#contentWrapper {
	width: 902px;
	height: 238px;
    text-align: left;
    margin: 272px 4px 0 13px;
}
#left {
	width: 208px;
	height: 238px;
	margin: 0 2px 0 0;
	float: left;
}
/*This next style is all about the transparency on the main page */
#leftTop, #leftBottom, #midTop, #midBottom, #rightTop, #rightBottom {
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#leftTop {
    width: 100%;
    height: 35px;
    margin: 0 0 1px 0;
    background-color: #7a0b0b;
    float: none;
}
#leftBottom {
    width: 100%;
    height: 202px;
    font-weight: bold;
    line-height: 15px;
    background-color: #7a0b0b;
    float: none;
}
#leftBottom_text {
    padding: 13px 0 0 21px;
}
#mid {
	width: 489px;
	height: 238px;
	margin: 0 2px 0 0;
	float: left;
}
#midTop {
    width: 100%;
    height: 35px;
    margin: 0 0 1px 0;
    background-color: #806e58;
    float: none;
}
#midBottom {
    width: 100%;
    height: 202px;
    line-height: 17px;
    background-color: #806e58;
    float: none;
}
#midBottom_text {
    padding: 3px 0 0 21px;
    width: 400px;
}
#midCorner {
    height:121px;
    width:136px;
    background: url(images/laptop.png);
    margin: -80px 0 0 353px;
}
#right {
	width: 199px;
	height: 238px;
    float: left;
}
#rightTop {
    width: 100%;
    height: 35px;
    margin: 0 0 1px 0;
    background-color: #5a5a5a;
    float: none;

}
#rightBottom {
    width: 100%;
    height: 202px;
    line-height: 15px;
    background-color: #5a5a5a;
    float: none;
}
#rightBottom_text {
    padding: 1px 0 0 21px;
}



