@charset "utf-8";

/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {
	height:100%; margin:0; padding:0;
	background: #ffffff url(../../images/BG_conRoom3.jpg) 0 0 no-repeat;
	background-attachment: fixed;
	background-position: top center;
	overflow:auto;
}

p, ul, ol, table {
	font-family:Arial, Helvetica, sans-serif;
}

#ContentBox { 
	filter: alpha(opacity=95); /* IE */ 
	-moz-opacity: .95; /* Mozilla */ 
	opacity: .95;
	position:relative; z-index:1;
	background-color:#FFFFFF;
	width:820px;
	padding:0 10px 10px 10px;
	border: 1px solid #000000;
	height: 755px;
} 

h1.header {
	font-size:24px;
	padding:2px 0 0 0;
	margin:0;
	color:#FFFFFF;
	font-family:Georgia, Times New Roman, Times, serif;
}
h1.content {
	font-size:26px;
	padding:0;
	margin:0;
	color:#000000;
	font-family:Georgia, Times New Roman, Times, serif;
}
h3.white {
	font-size:19px;
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-family:Georgia, Times New Roman, Times, serif;
}
h3.black {
	font-size:17px;
	padding:0;
	margin:0;
	font-family:Georgia, Times New Roman, Times, serif;
}
h4.header {
	font-size:14px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
}
ul.listFeatures {
	font-size:14px;
	margin:45px 0 0 0;
	padding:0;
	color:#e86f00;
	width:178px;
} 

ul.listFeatures li {
margin:8px 0 8px 0;
list-style:none;
	
}
.largeContent {
	font-size:14px;
}
.largeContentBold {
	font-size:14px;
	font-weight:bold;
}
.largeContentBoldRed {
	font-size:14px;
	font-weight:bold;
	color:#990000;
}
.largeContentWhite {
	font-size:12px !important;
	color:#FFFFFF;
}
.normalContent {
	font-size:12px;
}
.normalContentBold {
	font-size:12px;
	font-weight:bold;
}
.normalContentBoldRed {
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
}
.normalContentWhite {
	font-size:12px;
	color:#FFFFFF;
}
.smallContent{
	font-size:11px;
}
.smallContentWhite{
	font-size:11px;
	color:white;
}
a.contentlink:link, a.contentlink {
	color:#777CBF;
	text-decoration:none;

}
a.contentlink:hover {
	color: #B2774E;
	text-decoration:underline;
}

.redLargeBold {
	font-size:17px;
	color:#990000;
}
legend{
	font-weight:bold;
}
.fineprint{
	font-size:10px !important;
	color:#cc0000 !important;
}
div.license{
	color:black;
	margin:5px 0px 5px 10px;
	text-align: justify;
	width:700px;
}
div.footerTop{
	clear:both;
	/*border-top:1px solid #555555;*/
	padding-top:20px !important;
}
div.footer{
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	text-align:center;
	padding-top:3px;
	margin-top:0px
}
.header a{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.header h1, .header h4{
	padding-left:60px;
}
li.question{
	font-weight:bold;
}
li.answer{
	list-style:none;
	padding-bottom:5px;
}