
/* login form */
#header form {
	position: absolute;
	top: 19px;
	right: 39px;
	width: 122px;
}
/* header navigation */
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	right: 33px;
	bottom: 22px;
}
/* Higlight the selected link */
#header ul li.active a {
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #FFFFFF;
}
#header ul li.active a:hover {
    text-decoration: none;
}
/* home page */
#content p {
	margin: 50px 0 0 5px;
	line-height:35px;
	text-align: justify;
}
.questions, .login {
	width: 390px;
	float: left;
}
.right-column p {
    color: #666;
	font-size: 12px;
	line-height: 23px !important;
	margin: 2px 0 28px 4px !important;
}
/* For Help and About */
.request-demo {
    font-size: 15px;
    color: #EEC941;
    font-weight: bold;
}
#reportoutagecontent {
	padding: 0px 6px 6px 6px;
	/*background: url(../../images/bg-content.gif) no-repeat;*/
	overflow: hidden;
	width: 934px;
}
/* minimum height set to 600px */
#content {
    min-height: 600px;
    height: auto;
    background: none;
}
