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

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

body{
	font-family: Arial,sans-serif;
	font-size:13px
	color: #006666;
	line-height: 1.3;
	margin: 15px;
	padding: 0px;
	background-color: #000000;
}

a:link, a:visited, a:hover {
	color: #CCFFFF;
	text-decoration: none;
	background-color: #000000;
	font-size: 13px;
}

a:hover {
	text-decoration: none;
	color: #CCFFFF;
	background-color: #FFFFFF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px;
	padding: 0px;
	color: #FFFFFF;
	font-size: xx-large;
	font-style: normal;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #339999;
}

h2{
 font-size: 17px;
 color: #006666;
}

h3{
	font-size: 18px;
	color: #006666;
	font-weight: bolder;
}

h4{
 font-size: 13px;
 font-weight: bolder;
 color: #99CC00;
}

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

ul{
	list-style-type: disc;
	color: #009966;
	font-size: 14px;
	background-color: #FFFFFF;
	white-space: normal;
	width: auto;
	text-transform: none;
	text-align: left;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 20px;
	padding-top: 20px;
	text-indent: 20px;
}

ul ul{
	list-style-type: disc;
	background-color: #DFF8DC;
}

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

label{
	font: 100% Arial,sans-serif;
	color: #336633;
	font-style: normal;
}

im.thum{
	border-color: #000000;
	border-width: 1px;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	color: #000000;
	background-color: #000000;
	border-top-color: #009966;
}

#navBar{
	margin: 0px 79% 0 0;
	padding: 0px;
	background-color: #DFF8DC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #006666;
	border-bottom-color: #006666;
	border-top-color: #006666;
	border-right-color: #006666;
	border-right-style: solid;
	border-right-width: thin;
	border-color: #006633;
	visibility: visible;
	float: none;
	border-left-color: #000000;
	border-left-width: medium;
	position: static;
	left: 20px;
	top: 160px;
	overflow: visible;
}

#content{
	float:right;
	width: 77%;
	margin: 0;
	padding: 0 0% 0 0;
	background-color: #FFFFFF;
	color: #336666;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 36px;
	background-color: #333333;
	text-align: left;
	letter-spacing: normal;
	border-bottom-width: thin;
	border-bottom-color: #FFFFCC;
	font-style: normal;
	font-weight: normal;
}

#dhtmlmenu{
	margin:10px;
	background-colour: #333333
	
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #00CC00;
	background-color: #FFFFFF;
}


/************* #globalNav styles **************/

#globalNav{
	color: #6666FF;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	background-color: #333333;
	font-size: 12px;
	font-weight: lighter;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
	background-color: #CC6666;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #339933;
	background-color: #000000;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 10px;
	color: #00CC33;
	background-color: #FFFFFF;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	margin: 0px 5px 5px 20px;
	font-size: 14px;
	float:right;
	color: #339966;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: normal;
	vertical-align: top;
}

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

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 5px 5px 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .table styles ***************/

.table{
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	float:right;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.table h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.table img{
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.table  a:link{
	background-color: #FFFFFF;
}

.table a:visited{
	background-color: #FFFFFF;
}

.table a:hover{
	background-color: #CCFFFF;
	color: #003333;
	visibility: visible;
}

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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	position: static;
	top: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.story img{
	float:right
	padding: 10px 0px 0px 0px;
	margin: 30px 5px 5px 20px;
}

.story p{
	padding: 10px 0px 10px 20px;
	font-weight: normal;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #17CF3D;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	color: #33CCFF;
	background-color: #DFF8DC;
}

#search form{
	margin: 5px;
	padding: 0px;
	color: #FF0033;
	background-color: #DFF8DC;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #DFF8DC;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	background-color: #33CC00;
	color: #CCFFFF;
	float: none;
	background-attachment: scroll;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #33CC00;
	color: #33CC00;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	background-color: #99FF99;
	border-top-color: #FFFFFF;
	border-right-color: #CCFFCC;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	background-color: #DFF8DC;
	color: #336633;
	
]
	

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 5px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	color: #333366;
	background-color: #DFF8DC;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #336699;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	background-color: #CCFFFF;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #339933;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CCFFFF;
	padding: 2px 0px 2px 10px;
	color: #003333;
	visibility: visible;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color: #00CC66;
	background-color: #DFF8DC;
}

.relatedLinks h5{
	padding: 10px 0px 2px 0px;
	background-color: #DFF8DC;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-color: #DFF8DC;
	border-top-color: #DFF8DC;
	border-top: none;
}

#advert img{
	display: block;
	background-color: #333333;
	border-top-color: #DFF8DC;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	color: #003366;
	background-color: #DFF8DC;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	background-color: #DFF8DC;
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#iframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	align: center;
	float: none;
	position: relative;		
}
