body {
	background: url("../images/background-fadeblue.jpg") repeat-x;
}
div#top {
	padding-bottom: 10px;
	background-color:white;
	overflow:hidden;
}
#nav {
	padding: 5px;
	margin-top: 5px;
	background: url("../images/bt_red2.jpg") repeat-x;
}

#bluenav {
	padding: 5px;
	margin-top: 5px;
	background: url("../images/nav.jpg") repeat-x;
}

img#headerImg {
	width: 550px;
}
a:link.navLink, a:visited.navLink {
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	margin:0 15px;
	color: white;
}
a:hover.navLink, a:hover {
	text-decoration:underline;
}

a:link, a:visited {
	color:blue;
}	
#mainBody {
	margin: -6px auto 0;
	min-height: 700px;
	background-color:white;
	border:1px solid gray;
	
}
#content {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	line-height: 18px;
	padding: 25px;
	overflow:hidden;
}

.leftSide {
	width: 70%;
	float:left;
	padding-right: 15px;
	min-height:400px;
	border-right: 1px solid #CCCCCC;
	padding-left: 20px;
}
.rightSide {
	margin-left: 75%;
}
.info {
	border: 1px solid #CCCCCC;
	padding: 10px; 
	background-color: #f4f4f4;
	margin-bottom: 5px;

}
.info a {
	text-decoration:none;
}
.title {
	font-size: 20px;
	color: #CC0033;
	font-weight:bold;
	margin-bottom: 10px;
}

ul li a {
	text-decoration:none;
}

.faq {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
}
.faqQuestion {
	font-weight:bold;
	font-style: italic;
}

a:hover.faqQuestion {
	font-weight:bold;
	color:black;
	text-decoration:none;
}
.faqAnswer {
	padding: 2px;
	margin-left: 15px;
}

.category {
	color:rgb(22, 90, 128);
	font-size: 16px;
	font-weight:bold;
}

.imageBorder {
	margin: 10px; 
	border: 1px solid gray; 
	padding: 5px;
}

#footer, #mainBody {
width:1000px;
}

a.blueline { 
	font-size:10px; 
	font-family: "verdana", "trebuchet ms", Arial; 
	color:#0000E0; 
	text-decoration: none;
}

#footer {
	padding: 5px;
	margin: 0 auto;
	font-size: 11px;
	color: #999999;
}

.prequal {
	font-size: 16px;
	font-weight: bold;
	
}
/**For event**/

span.headingList {
	margin-left: 50px;
	padding: 20px;
}

.hostedName {
	font-weight:bold; 
	margin-right: 18px;
	text-transform:uppercase;
}

.tos, .tosList {
	font-style:italic;
	margin-left: 20px;
}

.tosList {
	list-style-type: decimal;
	margin-left: 60px;
}

/** Broker **/
fieldset {
	border-width: 1px 0 0 0 ;
	border-color:rgb(41, 40, 115);
}

legend {
	font-weight:bold;
	color:white;
	background-color: rgb(41, 40, 115);
	font-size: 14px;
	border: 1px solid black;
	padding: 5px;
}

table.broker td {
	padding: 5px;
}

p.brokerError {
	font-weight:bold;
	color:red;
	font-style: italic;
}

.primaryAction{
	color: #fff;
background: #ff0000;
border: 2px outset #d7b9c9
}

.preQual {
	font-size:12px;	
}

.preQual td {
	padding: 5px;
}
.preQual td.prequal_desc {
	width: 160px;
	padding-right: 5px;
}


/**Labels**/
form, label { 
 margin:0;
 padding:0;
 border:0;
 font-weight:inherit;
 font-style:inherit;
 font-size:100%;
 font-family:inherit;
 vertical-align:baseline; 
}

/*Structural*/
label { 
	float:left; 
	width:14em; 
	display:block; 
	clear:left; 
	margin-right:1em; 
	text-align:left; 
}

input, select, label, button, optgroup

	{ margin-top:5px; }
