body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 10px;
    text-align: center;
	background: #6B9AC2;
    margin: 0px;
    padding: 0px;
}


html, #table, h1 {
    margin: 0px;
    padding: 0px;
}


img { border: 0px; }


#table {
	margin: auto;
	text-align: left;
	width: 900px;
	position: relative;
	height: 425;
	background: url(images/bulbbg2.jpg) top no-repeat;
	padding-top: 0px;
	top: auto;
}

.rightcolumn {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


.leftcolumn {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #314C62;
}

#body p {
    background: white;
}

#menu {
    position: absolute;
    top: 362px;
    left: 118px;
    width: 740px;
	height:35px;
}

#menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#menu li{
	padding: 7px 31px 0px 31px;
	margin: 0px;
	height:35px;
	list-style-type: square;
	list-style-position: inside;
	float:left;
	border-right: 0px solid #FFFFFF;
	display:inline;
}


.lastchild{border-right: 0px none #FFFFFF !important;}


#menu a{
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover{
	color:#314C62;
}

#menu a.marker{
	color:#314C62;
}

#menu a.marker:hover{
	color:#314C62;
}

