body, div, form, h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, span, label, input, select {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 { width:100%; }
a img { border:none; }
ul { list-style:none; }

body {
	background: #262626 url(../images/bg/bg_hdrHome.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
}
#container {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 748px;
}
/* QLE logo area config */
#qle {
	background: transparent url(../images/logos/logo_qle.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 67px;
	overflow: hidden;
	text-indent: 100px;
	white-space: nowrap;
	width: 96px;
}
#hostedby {
	background: transparent url(../images/logos/logo_EAhosted.gif) no-repeat 0 0;
	float: right;
	height: 54px;
	overflow: hidden;
	text-indent: 150px;
	white-space: nowrap;
	width: 124px;
}
#qle a:link, #qle a:visited, #qle a:hover, #hostedby a, #hostedby a:visited, #hostedby a:hover {
	display: block;
	height: 54px;
	text-decoration: none;
	width: 124px;
}
/* end QLE logo area config */

/* regular link config */
a:link, a:visited {
	color: #013E89;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/* end regular link config */

/* navigation config */
#nav {
	background: transparent url(../images/bg/bg_nav.gif) repeat-x 0 0;
	float: left;
	height: 24px;
	margin: 9px 0 0 0;
	width: 748px;
}
#nav ul {
	font-size: 12px;
	margin: 0 0 0 100px;
}
#nav ul li {
	color: #ffffff;
	border-right: solid 1px #666666;
	display: inline;
	line-height: 24px;
}
#nav ul li a, #nav ul li a:visited {
	color: #ffffff;
	padding: 0 15px;
	text-decoration: none;
}
#nav ul li a:hover {
	color:#FFFF99;
	text-decoration: none;
}
#nav ul li a.on {
 	background: transparent url(../images/bg/bg_navOn.gif) repeat-x 0 0;
 }
 /* end navigation config */
 

/* positioning config */
#content {
	background-color:#ffffff;
	float: left;
	margin: 0;
	padding: 0;
	width: 748px;
}
#leftCol {
	border-right: solid 1px #cccccc;
	float: left;
	padding: 10px;
	width: 535px;
}
#rightCol {
	float: right;
	padding: 0 6px 0 0;
	width: 180px;
}
#leftCol p, #rightColMain p {
	display: block;
	padding: 10px;
}
#leftColNav {
	float: left;
	padding: 0;
	width: 180px;
}
#rightColMain {
	border-left: solid 1px #cccccc;
	float: left;
	padding: 0 10px 0 15px;
	width: 505px;
}

/* positioning config */

/* triangle gray arrow */
ul.grayArrow {
	float: left;
	margin: 0;
	padding: 0;
}
ul.grayArrow li {
	background: transparent url(../images/arrows/arrow_gray.gif) no-repeat 13px 4px;
	padding: 0 0 3px 25px;
	margin: 0;
}
ul.graySquare {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
ul.graySquare li {
	background: transparent url(../images/bul/bul_graySquare3x3.gif) no-repeat 13px 4px;
	padding: 0 0 3px 25px;
	margin: 0;
}
/* end triangle gray arrow */

/* table config */
table, th, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #3a3a3a;
}
/* left navigation config */
#subNav {
	background-color: #680000;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	color: #FFF;
	font-size: 11px;
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	width: 180px;
}
#subNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subNav ul li {
	font-weight: bold;
	padding: 10px 3px 0 5px;
}
#subNav ul li ul li{
	font-weight: normal;
	padding: 2px 3px 0 10px;
}
#subNav ul li a:link, #subNav ul li ul li a:link, #subNav ul li a:visited, #subNav ul li ul li a:visited {
	color: #FFF;
	text-decoration: none;
} 
#subNav ul li a:hover, #subNav ul li ul li a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#subNav ul li a.on, #subNav ul li ul li a.on {
	color: #F4F874;
	text-decoration: none;
}
/* end left navigation config */

/* right col config */
.section {
	background: transparent url(../images/bg/bg_rightCol.gif) no-repeat 0 0;
	border-bottom: solid 1px #cccccc;
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 180px;
}
.section hr {
	border: none; 
	border-top: dotted 1px #ccc;; 
	clear: both; 
	height: 0; 
	width: 100%;
}
#rightCol h3, #leftColNav h3 {
	background: transparent url(../images/arrows/arrow_red.gif) no-repeat 10px 12px;
	float: left;
	font-size: 16px;
	color: #5D5C5C;
	padding: 10px 0 10px 20px;
	width: 160px;
}
#rightCol h4, #leftColNav h4 {
	background-color: #F7F7F7;
	border-top: solid 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 5px 0;
	text-align: center;
	width: 180px;
}
.section p {
	clear: both; 
	float: left;
	margin: 0;
	padding: 5px 0 10px 10px;
	width: 160px;
}
/* end right col config */

/* general form setting */
form, input, textarea {
	font-size: 11px;
}
/* end general form setting */

/* Press Release index page config */
.pressRelease { clear: both; float: left; width: 100%; padding: 0; margin: 10px 0 0 0; }
.pressRelease div.date { display: inline; float: left; margin-left: 20px;  width: 110px; }
.pressRelease div.headline { float: left; width: 525px; }
/* end Press Release index page config */

/* footer */
#footer {
	background-color: #700b0b;
	color: #cccccc;
	clear: both;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 748px;
}

/* clear the floating setting */
.clear { clear:both; height: -18px;}
html>body .clear { height: 3px; }

/* common classes */
.red { color: #BF0F0F; font-weight: bold; }
.red20 { color: #BF0F0F; font-size: 20px; }
.boldGray13 { color: #262626; font-size: 13px; font-weight: bold; }
.gray12 { color:#262626; font-size: 12px;}
.gray14 { color:#262626; font-size: 14px;}


.bgBorderRed {
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #7C0000;
	border-right-width: thin;
}
.bgPopUpRight{
	background-color:#7C0000;
}

/* common classes  */
.name { color: #330000; font-weight: bold;}
.title { color: #333333; font-style: italic; }
.company {color: #333; font-weight: bold; }
