/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, right{
	margin: 0;
	padding: 0;
	border: 0;	
}
body{
	background-image:url(/Assets/design_images/bg_tile.gif);
	background-repeat:repeat-y;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.3;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 96%;
 font-weight: bold;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
 margin-top: 5px;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #334d55;
}
.imgleft{
	float:left;
	margin: 3px 8px 3px 5px;}
.imgright{
	float: right;
	margin: 0 5px 0 8px;}
.366 {background-color:#CCCCCC;
	text-align:center;}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	background-image:url(/Assets/design_images/bg_tile.gif);
	background-repeat:repeat-y;
	min-width: 620px;
	padding-left:73px;
	}

#header {
	background-image:url(/Assets/design_images/header.gif);
	background-color: #FFFFFF;
	height: 148px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 100%;
	margin:0;
}

#header h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding-top:32px;
	margin-left: 300px;
	font-style: italic;
	font-weight:bolder;
	color:#234BA9;
	}
#header h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	margin-right: 60px;
	font-style: italic;
	color:#234BA9;
	}
#header h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	margin-right: 20px;
	font-style: italic;
	color:#234BA9;
	}

/************** #right styles **************/
#right{
	float:right;
	width: 26%;	
	background-image:url(/Assets/design_images/wrapper_div.gif);
	background-repeat:repeat-y;
	margin-top: 18px;
	margin-right: 5px;
	padding: 10px 15px 20px 20px;
	font-size: 80%;
}

#right p{
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#right a:hover {
	color: #030;
	background-color: #CBCBCB;
	}

#right h3{
	background-color:#46BD2F;
	margin-top: 8px;
}
#quote {
	font-size:105%;
	}
#quote B {
	background-color:#46BD2F;
	margin-top: 8px;
	display: block;
	}
#content{
	float: left;
	width: 66%;
  	background-image:url(/Assets/design_images/content.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#content ul ol{
	margin: -10px 40px -10px 17px;
	}
#content ul {
	list-style-type:disc;
}
.squareheadings {
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
}
#squareheadings {
	height: 35px;
	margin-top: 30px;
	vertical-align: middle;
	background-color:#265585;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
	padding-top:4px;
}
#squareheadings p {
	font-size: 120%;
	color:#CCCCCC;
	font-weight: bold;
	text-align: center;
}

#squareheadings2 {
	height: 40px;

}
#wrapper {
	margin: 0;
	}
#bodylarge {
	font-size: 110%;
	font-weight:bold;
}
#content a, 
#content a:visited {
	color: #009900;
	text-decoration: none;
	background-color: #F0F0F0;
	padding: 0px;
	font-size: 100%;
	margin: 0px;
}
#content a:hover {
	color: #030;
	background-color: #CBCBCB;
}
#fmi {
	clear:both;
	text-align:center;
	font-weight:bold;
	}
#fmi2{
	background-color:#265585;
	color: #FFFFFF;
	font-size: 120%;
	}
#fmi p {
	padding-top: 40px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}
.story {
	padding: 20px 10px 10px 10px;
	font-size:90%;
	}


/************* #footer styles ***************/

#footer{
	clear: both;
	background-image:url(/Assets/design_images/footer.gif);
	background-repeat:repeat-x;
	font-size: 85%;
	color:#999999;
	padding:10px;
}
#footerinfo{
	float:left;
	}
#footerinfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
#footerinfo a{
	text-decoration: none;
	color:#666666;
}
#footerinfo a:hover{
	color: #009900;
	border-bottom: dashed black 1px;
}
#WKYC {
	float:right;
	width: 40%;
	margin-right: 5px;
	margin-left: 12px;
	padding: 5px;
	color:#3300CC;
	font-weight: bolder;
	}
.title {
	text-align:center;
	font-weight:bold;
	font-size:105%;
}



/****************navigation styles*************/

#topnav {
	margin-top: 5px;
	font-size:120%;
	}
#topnav ul {
	list-style-type: none;
	margin-right: 5px;
	text-align: left;
	background-color: #FFF;
}
#topnav li {
	text-indent: 10px;
	vertical-align: middle;
	width: 170px;
	height: 22px;
	background-color:#18B4C5;
	border-bottom: 1px solid #FFFFFF;
}
#topnav a {
	display:block;
	height: 22px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
#topnav a:hover{
	background-color:#07D8E2;
	color: #FFFFFF;
}

#drops ul {
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	width: 138px;
	
}
#drops li {
	text-indent:5px;
	vertical-align: middle;
	width: 138px;
	background-color:#265585;	
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 3px 2px 3px;
}
#drops a {
	display:block;
	color: #FFFFFF;
	text-decoration: none;	
	width: 138px;
}

#drops a:hover{
	background-color: #07D8E2;
	color: #FFFFFF;
}
.extradec {
	background-color:#46BD2F;
	margin-top: 8px;
	font-size:110%;
	font-weight:bold;
	padding-left: 4px;
	padding-right: 4px;
	}
.QA {
	font-weight:bold;
	font-size:105%;
	}

blockquote{
	font-weight:600;
	background-color:#DDF4F6;
	padding: 5px;
	border: 2px solid;
	border-color:#666666;
}
#readmore h4 {
	text-align:center;
	padding: 10px;
	}
#readmore a {
	color:#333333;
	}
#readmore a:hover{
	font-weight:bolder;
	}
	
body ul{
	margin:0px;
	padding: 0;}
body ul ul{
	margin:40px 0 5px 20px;
}
body li {
	margin: 0 0 0 10px;
	padding-top:0;
	}
.week li{
	list-style-type:none;
	font-size: 110%;
	line-height: 1.3;
	border-bottom:2px solid #265585;
	padding: 8px;
	}
.bodytext {
	border: 0;
	padding: 2px;
}
.bodytext tr td {
	border-top: 1px solid #666666;
	padding: 3px;
	margin: 5px;
}
.bodytext tr td a {
	display:block;
	padding:3px;
}
.indentList {
	padding: 15px 10px 20px 20px;
	}
.bodytext li {
	padding: 3px;
}
.special {
	background-color:#0087c8;
	padding: 10px;
	margin: 5px 25px 5px 25px;
	color: #ffffff;
	font-weight: bold;
	
}
.numbers td{
	padding-top:15px;
	padding-right:20px;
	border-bottom: 1px solid #cccccc;
}
acronym, abbr, {
	cursor:help;
	border-bottom: 1px dashed #333;
}
.disclaimer {
	font-size:80%;
}
.clear {
	clear:both;
}