/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #ffffff;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color:  #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}
/* General font families for common tags */
font,th,td,p 	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
hr				{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
li 				{ list-style-image: url(http://ctjja.org/images/blt_small.gif); margin-left: 20px; }
a				{ text-decoration: none; color: #D87513; }
a:hover			{ text-decoration: underline; color : #E0A46A; }
/* <td> in left nav and control snippets*/
.leftnav				{ font-weight: normal; font-size: 12px; color : #ffffff;}
.leftnav a				{ font-weight: bold; font-size: 12px; color : #000000 ; text-decoration: none; }
.leftnav a:hover		{ font-weight: bold; font-size: 12px; color : #000000 ; text-decoration: underline; background-color: #FFF6D1; }
.leftnavon				{ font-weight: bold; font-size: 12px; color : #000000; text-decoration: underline; }
.leftnavon a			{ font-weight: bold; font-size: 12px; color : #000000; text-decoration: underline; }
.leftnavon a:hover		{ font-weight: bold; font-size: 12px; color : #000000; text-decoration: underline; background-color: #FFF6D1; }
.leftsubnav				{ font-weight: normal; font-size: 10px; color : #000000;}
.leftsubnav a			{ font-weight: normal; font-size: 10px; color : #000000; text-decoration: none; }
.leftsubnav a:hover		{ font-weight: normal; font-size: 10px; color : #000000; text-decoration: underline; background-color: #FFF6D1; }
.leftsubnavon			{ font-weight: normal; font-size: 10px; color : #000000;}
.leftsubnavon a			{ font-weight: normal; font-size: 10px; color : #000000; text-decoration: underline; } 
.leftsubnavon a:hover	{ font-weight: normal; font-size: 10px; color : #000000; text-decoration: underline; background-color: #FFF6D1; }
.leftnavboxed
{
border-style: solid;
border-width: 2px;
border-color: #cccccc;
background-color: #999999;
padding: 4px;
margin: 8px;
}
/* <P> in bottom nav & <SPAN> after core content*/
.footer 		{ font-weight: normal; font-size: 10px; color : #333333; }
.footer a		{ text-decoration: none; color: #3C49F1;}
.footer a:hover	{ text-decoration: underline; color : #8287CE; }
/* <tr> in header*/
/*.topnav			{ font-weight: normal; font-size: 100%; color : #FFFFFF; text-decoration: none; }*/
.topnav a		{ font-weight: normal; font-size: 100%; color : #FFFFFF; text-decoration: none; }
/* <td> in index*/
/*.splash a		{ font-weight: normal; font-size: 12px; color : #CCCCCC; text-decoration: none; }*/
/* <td> in header*/
.banner			{ background-color: #ffffff; }
/*.topnav a		{ font-weight: normal; font-size: 100%; color : #FFFFFF; text-decoration: none; }*/
/* <tr> above content*/
.title h1		{ font-weight: normal; font-size: 140%; color : #ff9900;}
.title h2		{ font-weight: normal; font-size: 120%; color : #ff9900;}
.title			{ color: #DE6A0B; font-size: 150%; font-weight: normal;} 
.title a		{ text-decoration: none; color: #3C49F1;}
.title a:hover	{ text-decoration: underline; color : #8287CE; }
.titlesub			{ color: #EE822A; font-size: 120%;} 
.titlesub a		{ text-decoration: none; color: #3C49F1;}
.titlesub a:hover	{ text-decoration: underline; color : #8287CE; }
/* <span> around core content*/
/*.content 		{ color : #000000;}*/
.content		{ font-weight: normal; font-size: 12px; color : #000000;}
.content h1		{ font-weight: normal; font-size: 16px; color : #ff9900;}
.content h2		{ font-weight: bold; font-size: 14px; color : #000000;}
.content a		{ text-decoration: none; color: #3C49F1; }
.content a:hover{ text-decoration: underline; color : #8287CE; }
/* Promos in pull-boxes */
.promo			{ color: #444660; font-size: 10px; } 
.promo a		{ text-decoration: none; color: #3C49F1;}
.promo a:hover	{ text-decoration: underline; color : #8287CE; }
.countdown		{ color: #000000; font-size: 120%;}
.cookie			{ color: #444660; font-size: 10px;} 
.cookie a		{ text-decoration: none; color: #3C49F1;}
.cookie a:hover	{ text-decoration: underline; color : #8287CE; }
.fastfact { text-decoration: none; color: #DE6A0B; font-weight: bold; }
.boxed
{
border-style: solid;
border-width: 1px;
border-color: #000000;
background-color: #FFFFFF;
padding: 4px;
margin: 8px;
}
/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
font-weight: bold; 
font-size: 22px; 
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; 
line-height : 120%; 
color : #000000;
}