body {
	background-color: #1705fc;  
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
}
#logo {
	left: 0;
	top: 5px;
	position: relative;
	width: 800px;
	border: 4px solid #bbb;
}
#menu {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 800px;
	border: 4px solid #bbb;
	z-index: 1;
}
#uberlink {
	color: #333333 !important;
	font-weight: bold;
	background-color: #FFFFFF !important;
}
.center {
	text-align: center;
}
#bigbold {
	font-weight: bold;
	font-size: 14px;
}
#left_col {
	position: relative;
	width: 210px;
	top: 60px;
	float: left;
	background-color: #d7d5f1;
	border: 4px solid #bbb;
	padding: 10px;
}
#right_content {
	position: relative;
	width: 522px;
	top: 60px;
	float: right;
	background-color: #d7d5f1;
	border: 4px solid #bbb;
	padding: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.small {
	font-size: 9px;
	color: #000;
}
.clearfix:after {  /* fixes problem with Firefox and background-color */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ddm1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1:active,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px #bbb;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 100;
}
.ddm1 .item1 {
    background: #d7d5f1;
    color: #000000;
}
.ddm1 .item1:hover,
.ddm1 .item1:active,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #FFFFFF;
    color: #000000;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #dddddd;
    color: #000000;
}
.ddm1 .item2:hover {
    background: #FFFFFF;
    color: #000000;
}
.ddm1 .section {
    border: 1px #bbb;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

/* IE workarounds */
* html #left_col { z-index: -1; } /* IE 6/7 fix */
* html #right_content { z-index: -1; } /* IE 6/7 fix */
* html .ddm1 td { position: relative; } /* ie 5.0 fix */
* html .clearfix {height: 1%;} /* hides from IE mac */


