/*
*********************************************************************************************
	Main Display Template
*********************************************************************************************
*/
body,p,span,div,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
}
body {
	background:#D91B00 url(images/bg.jpg) repeat-y;
	margin:0px;
}

a:link {color: #2E01D8; text-decoration:none}
a:visited {color: #2E01D8; text-decoration:none}
a:hover {color: #D91B00; text-decoration:none}
a:active {color: #2E01D8; text-decoration:none}
a {display:block; font-family: Arial, Helvetica, sans-serif;}

/*
*********************************************************************************************
	page items
*********************************************************************************************
*/

#pageLogo {
	position:absolute;
	width:582px;
	height:203px;
	background-image:url(/images/logo.jpg);
	background-repeat:no-repeat;
}

#ticker {
	position:absolute;
	left:552px;
	width:327px;
	height:45px;
	text-align:left;
	padding-left:11px;
	background-image:url(images/tickerbg.gif);
	background-repeat:no-repeat;
}

#pageInfo {
	position:absolute;
	top:45px;
	left:650px;
	width:145px;
	height:129px;
	background-image:url(/images/info.gif);	
}

#pageMenu {
	position:absolute;
	top:175px;
	width:120px;
	height:480px;
	padding-top:30px;
	padding-left:7px;
	background-image:url(/images/menubg.gif);
	background-repeat:no-repeat;	
}

#pageTitle {
	position:absolute;
	left:215px;
	top:165px;
	width:166px;
	height:60px;
}

#subNav {
	position:absolute;
	top:223px;
	left:113px;
	width:514px;
	height:108px;
	background-image:url(/images/subnavbg.gif);
	background-repeat:no-repeat;	
}

#pageContent {
	position:absolute;
	left:135px;
	top:235px;
	width:470px;
	text-align:left;
}

#testimonialLogo {
	position:absolute;
	left:670px;
	top:200px;
	width:147px;
	height:64px;
	background-image:url(/images/testimonial.gif);	
}

#testimonial {
	position:absolute;
	left:650px;
	top:275px;
	width:190px;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
#testimonial a {font-size:10px; font-weight:normal;} 
#testimonial p {
	text-align:left;
	font-size:12px;
	line-height:18px;
} 
/*
*********************************************************************************************
	content items
*********************************************************************************************
*/
h1 {font-size:18px; font-style:italic; font-weight:bold;}
h2 {color:#2E01D9; font-size:16px; font-style:italic; text-align:center;}
h3 {color:#D51B00; font-size:14px;}
li {list-style-image: url(/images/listhand.gif); font-size:12px;}
.li2 {list-style-image: url(/images/listhand2.gif); font-size:12px;}
li a {font-size:14px; font-weight:bold; line-height:22px;}
p img {margin:5px 10px 5px 10px;}
em {color:#2E01D9;}
.chart {font-size:11px;text-align:center; vertical-align:top;border-bottom:1px solid #2E01D9;}
.caption {color:#2E01D9; font-size:12px;}
.red {color:#D91B00; font-weight:bold;}

a.sublink {display:inline; font-size:inherit; font-weight:normal; font-family: Arial, Helvetica, sans-serif; padding-bottom:10px; _padding-bottom:0px;}
a:link.sublink {color: #2E01D8; text-decoration:none}
a:visited.sublink {color: #2E01D8; text-decoration:none}
a:hover.sublink {color: #D91B00; text-decoration:none}
a:active.sublink {color: #2E01D8; text-decoration:none}

