/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 li{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

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

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: normal;
 color: #ea1505;
 border-bottom: 1px solid #002789;
}

.main-title {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 22px;
 font-weight: normal;
 color: #ea1505;
 border-bottom: 1px solid #002789;
 margin: 0 0 20px 0;
 padding: 0;
 }

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

li{
 font-size: 110%;
 padding-top: 5px;
 }
 
  hr{
  color: #8093C4;
  height: 1px;
 }
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#bodytext{
	font-size: 85%;
}				

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
}

#navBar{
	float: left;
	margin: 0;
	padding: 0;
	width: 175px;
	background-image: url(images/navbar/dotlinedown.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#content{
	float: left;
	margin: 0 0 0 0px;
	background-image: url(images/pagebg_colourful.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#footer{
	clear: both;
	font-size: 12px;
	background-color: #003197;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 760px;
	height: 20px;
	vertical-align: baseline;
	text-align: center;
	padding: 2px;
	margin: 0px;
	line-height: 20px;
}


#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#kids{
	clear: both;
	width: 760px;
	height: 72px;
	vertical-align: baseline;
	background-image: url(images/kids.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	width: 570px;
}

/************** image styles *****************/

.imageborders {
	border: 2px solid #003197;
	margin: 20px
}

.imageMargin {
	margin-right: 8px;
} 

.heading {
	display: none;
}

.fineprint {
	color: #DDD;
	font-size: 70%;
}
