
/* HTML tag styles */

body {	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#646464; line-height:18px; margin:10px;}
h1{font-family:"Times New Roman", Times, serif; font-size:28px; font-weight:normal; color:Orange}
h3{	font-weight: bold; margin:0px; padding:0px; color:#355993; font-size:12px;}
h4{	font-weight:normal; margin:0px;	padding:0px; color:#355993; font-size:12px;}
ul li{ list-style-image:url(../images/bullet_orange.gif);}
a{ color:#FF9900; text-decoration:underline;}
a:hover{ text-decoration: none;}
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{ height:65px; width:750px; background-image:url(../images/QtkLogo.gif); background-repeat:no-repeat;}
#pageTitle{	font-size:16pt; color:#FF9900; padding:5px; font-weight:bold;}
#breadCrumb{ padding:5px; font-size:11px;}
#breadCrumb a{ color:#355993;}
#breadCrumb a:hover{ text-decoration:none;}
#navbar{ float:left; width:200px;}
#feature{ float:right; width:500px;}
#content{ width:750px;}
#colLeft{ float:left; width:480px; padding:5px 5px 5px 5px;}
#col1{ float:left; width:240px; padding:5px 5px 5px 5px;}
#col2{ float:left; width:240px; padding:5px 5px 5px 5px;}
#col2Wide{ float:left; width:480px; padding:5px 5px 5px 5px;}
#col3{ float:right; width:240px; padding:5px 5px 5px 5px;}


/************* #menu styles **************/
#menu{ float:right; width:460px; padding:10px 0px 0px 0px; text-align:right; color:#355993; font-size:12px; border-top-width:1px; border-top-style:solid; border-top-color:#FF9900;}
#menu a{ color:#355993; font-weight:bold; text-decoration:none;}
#menu a:hover{ text-decoration: underline;}

/************* #quickLinks styles **************/
#quickLinks{ padding:0px 0px 10px 0px; text-align:right; color: #FF9900; font-size: 11px;}

/************* #footer styles **************/
#footer{ width:750px; clear:both; padding:5px 0px 5px 0px; font-size:11px; text-align:center; color:#CCCCCC; border-top-width:1px; border-top-style:solid; border-top-color:#CCCCCC;}
#footer a{text-decoration:none; color:#FF9900;}
#footer a:hover{ color: #004194; text-decoration: underline;}

/************* #advert styles **************/
#advert{ border:1px solid #CCCCCC;}
#advert table{ width:100%;}
#advert th{	background-color:#CCCCCC; padding:5px; background-image:url(../images/test.gif); background-repeat:repeat-x;}
#advert td{	background-color:#F6F6F6; padding:10px;}
