/* CSS Document */

	@import url("basic.css");

	body {
	font-size: 62.5%; /* Sets base font size to 10px in most modern browsers */
	background-color: #fff;
	background-image: url(../images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	/*	Default link setup */
	a:link  {
	color: #00F;
	text-decoration: underline;
} 
	a:visited  {
	color: #900;
}
	a:hover {
	color: #CC0000;
	background-color: #FFFFCC;
}
	a:active  {  color: #333; }
	
	    a.external:link{
	padding: 0 15px 0 0;
	background-image: url(../images/external.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
            }
				    a.external:visited{
	padding: 0 15px 0 0;
	background-image: url(../images/external.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
            }
			
				    a.external:hover{
	background-image: url(../images/external.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
            }
			
/* PDF Links */		

  a.pdf:link{
	padding: 0 15px 0 0;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
            }
				    a.pdf:visited{
	padding: 0 15px 0 0;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
            }
			
				    a.pdf:hover{
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
            }

/* Word Links */		

  a.doc:link{
	padding: 0 15px 0 0;
	background-image: url(../images/word.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
            }
				    a.doc:visited{
	padding: 0 15px 0 0;
	background-image: url(../images/word.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
            }
			
				    a.doc:hover{
	background-image: url(../images/word.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
            }


/* medua Links */		

  a.media:link{
	padding: 0 20px 0 0;
	background-image: url(../images/media.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
            }
				    a.media:visited{
	padding: 0 20px 0 0;
	background-image: url(../images/media.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
            }
			
				    a.media:hover{
	background-image: url(../images/media.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
            }


	
.doNotDisplay {

  display: none !important;

}
	
	.doNotPrint {

  display: none !important;

}
	/* 	Sets up list styles early to avoid inheritance problems */ 	
	ul, ol {
	margin: 0 0 1.5em 0;
	font-size: 1.2em;
}
	
	li {
	margin-bottom: 0.4em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #333333;
	margin-left: 1em;
	line-height: 150%;
	padding-left: 12px;
	}
	
	ul ul {
	margin: 0.5em 0;
	font-size: 100%;
	}
	
	li li {
	color: #333333;
	font-weight: normal;
	padding-left: 12px;
	margin-bottom: 0.4em;
	line-height: 130%;
	font-size: 100%;
	}
/*	---------------------------------------------------------------
	CLEARING A FLOAT CONTAINER
	http://www.positioniseverything.net/easyclearing.html
	------------------------------------------------------------ */
	
	#wrapper:after, #primarynav:after, #footernav-wrap:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	overflow: hidden; /*Added to fix safari issue*/
	}
	
	#wrapper, #primarynav, #footernav-wrap {display: inline-table;}

	/* Hides from IE-mac \*/
	* html #wrapper, * html #primarynav, * html #footernav-wrap {height: 1%;}
	#wrapper, #primarynav, #footernav-wrap {display: block;}
	/* End hide from IE-mac */
	
		
/*	---------------------------------------------------------------
	MAIN STRUCTURAL DIVS
	------------------------------------------------------------ */
	
	#banner {
	background-color: #1140AB;
	text-align: center;
	height: 100px;
	margin-bottom: 10px;
	background-image: url(../images/bggradient.gif);
	background-repeat: repeat-x;
	}
	
	#wrapper {
	width: 760px;
	margin: 0 auto;
	}
	
	#maincol {
	float: right;
	width: 565px;
	text-align: left;
	}
	
	#sidebar {
	float: left;
	width: 175px;
	text-align: left;
	}
	
	/*	---------------------------------------------------------------
	PRIMARY NAVIGATION
	------------------------------------------------------------ */
	
	#primarynav { margin: 0 0 40px 0; }
	
	#primarynav li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	background-image: none;
	padding: 0;
	}
	
	#primarynav li a {
	border: 1px #ccc solid;
	width: 132px;
	\width: 146px;
	w\idth: 132px;
	display: block;
	padding: 1.5em 7px 7px 7px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	colour: #666;
	text-decoration: none;
	background: #fff url(../images/pn_bg.gif) no-repeat 50% 100%;
	color: #012885;
	}

	#primarynav li#pn-co {
	margin-right: 0;
	}
	
	#primarynav li a:hover {
	border: 1px #999 solid;
	colour: #000;
	}
	
	#primarynav li.selected a {
	border: 1px #fff solid;
	background-image: none;
	background-color: #FFFFBE;
	color: #000000;
	cursor: default;
	}
	
	
/*	---------------------------------------------------------------
	SECONDARY NAVIGATION
	------------------------------------------------------------ */	
	
	#secondarynav li{
	border-top: 1px #ccc solid;
	font-size: 110%;
	padding: 5px 0 0 0;
	margin-bottom: 5px;
	background-image: none;
	color: #666666;
	font-weight: 700;
	}
	
	#secondarynav li:first-child{
	border: none;
	padding-top: 0;
	}
	
	/*Fake :first-child for IE*/
	#secondarynav li.first-item {
	border: none;
	padding-top: 0;
	}
	
	#secondarynav li a{
	color: #012885;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	}
	
	#secondarynav li a:hover{
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFCC;
	}
	
	#secondarynav li.selected a{
	color: #FC4214;
	cursor:text;
	}
	
	#secondarynav li.selected a:hover{
	cursor: default;
	text-decoration: none;
	color: #F68B13;
	}
	
	
/*	---------------------------------------------------------------
	TERTIARY NAVIGATION
	------------------------------------------------------------ */	
	
	#tertiarynav{
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
	}
	
	#tertiarynav li{
	border: none;
	font-size: 1em;
	padding: 0 0 0 0;
	margin-bottom: 0.3em;
	font-weight: 700;

	}

	#tertiarynav li a{
	color: #2E84E5;
	text-decoration: none;
	font-weight: normal;
	}
	
	#tertiarynav li a:hover{
	color: #036;
	text-decoration: none;
	}
	
		#tertiarynav li.selected {
	color: #00FF00;
	font-weight: bold;
	}
	#tertiarynav li.selected a{
	color: #036;
	font-weight: bold;
	}
	
	#tertiarynav li.selected a:hover{
	mouse 
	text-decoration: none;
	cursor:auto
	}	
	
	
/*	---------------------------------------------------------------
	FOOTER
	------------------------------------------------------------ */	
	
	#footer {
	clear: both;
	margin: 30px 0 0 195px;
	padding: 0 0 50px 0;
	width: 565px;
	float: left; /*To stop vertical margin collapse*/
	}
	
	* html #footer {float: none;} /*Resets it in IE*/
	
	#footernav-wrap {
	border-bottom: 1px #ccc solid;
	padding-bottom: 4px;
	}
	
	#footernav {
	float: left;
	margin: 0;
	}
	
	#footernav li{
	float: left;
	display: inline;
	font-size: 90%;
	margin: 0 0.6em 0 0;
	padding: 4px 5px 0 0;
	background-image: none;
	border-right: 1px #ccc solid;
	}
	
	#footernav li a{
	color: #999;
	font-weight: normal;
	text-decoration: none;
	background-image: none;
	}
	
	#footernav li a:hover{
	color: #333;
	text-decoration: underline;
	}
	
	#footernav li#fn-sm {
	border: none;
	}
	
	#copyright {
	float: right;
	font-size: 90%;
	color: #999;
	padding-top: 4px;
	}
	
	#footer p#credit {
	font-size: 90%;
	color: #b3b3b3;
	text-align: right;
	margin-top: 0px;
	}
	
	#footer p#credit a { color: #b3b3b3; background-image: none; text-decoration: none; }
	#footer p#credit a:hover { color: #666; }/* CSS Document */

/* CSS Document */


/*	---------------------------------------------------------------
	HEADING STYLES
	------------------------------------------------------------ */
	
	h1 {
	font-size: 3.4em;
	letter-spacing: -1px;
	line-height: 100%;
	color: #21306b;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	}
	
	h2 {
	font-size: 2.5em;
	line-height: 100%;
	color: #21306b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C8;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	padding-bottom: 5px;
	}
	
	h3 {
	font-size: 2em;
	line-height: 100%;
	color: #111;
	margin: 0 0 0.4em 0;
	}
	
	h4 {
	font-size: 1.6em;
	line-height: 100%;
	color: #444;
	margin: 0 0 0.6em 0;
	}
	
	h5 {
	font-size: 1.4em;
	line-height: 100%;
	color: #036;
	margin: 0 0 0.4em 0;
	}
	
	h6 {
	font-size: 1.3em;
	line-height: 100%;
	color: #4c565a;
	margin: 0 0 0.4em 0;
	}
	

/*	---------------------------------------------------------------
	PARAGRAPH STYLES
	------------------------------------------------------------ */	
	
	p {
	font-size: 1.2em;
	line-height: 150%;
	color: #333333;
	margin: 0 0 1em 0;
	}
	
	p.intro {
	font-size: 1.5em;
	color: #666666;
	}
	
	p.intro a {color: #666;}
	p.intro a:hover {color: #996;}
	
	blockquote {
	float: right;
	width: 40%;
	margin: 0 0 2em 3em;
	border-left: 1px #ccc solid;
	padding: 0 0 1em 1em;
	}
	
	blockquote p{
	font-size: 1.4em;
	line-height: 140%;
	color: #21306b;
	margin: 0 0 1em 0;
	font-weight: 700;
	}


	table {
	border-collapse:collapse;
	}
	
	th {
	border: 1px #ccc solid;
	padding: 4px;
	font-size: 10px;
	color: #666;
	vertical-align:top;
	text-align:center;
	}
	
	td {
	border: 1px #ccc solid;
	padding: 4px;
	font-size: 10px;
	color: #666;
	vertical-align:top;
	}
	
	td p {
	font-size: 10px;
	color: #333;
	vertical-align:top;	
	}
.credits {
	font-size: 100%;
	font-style: italic;
	line-height: normal;
}
.spacer {
	background-image: url(../images/splitter.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 28px;
	text-indent: 10px;
	padding-top: 12px;
}
/*ul#inpagenav li a{
	list-style-type: none;
	text-decoration: none;
	background-color: #00FF00;
	background-image: url(../images/doublearrow.gif);

}*/

#inpagenav ul{
	list-style-type: none;

}


#inpagenav ul li a{
	padding-left: 20px;
	list-style-image: url(../images/doublearrow.gif);

}
#inpagenav ul li ul li a{
	background-image: url(../images/doublearrow.gif);
	background-repeat: no-repeat;
	background-position: left;

}
#maincol .spacer a {
	text-decoration: none;
	background-color: transparent;
}
#maincol .spacer a:visited {
	text-decoration: none;
}
/*Form Styling*/
/* Form styling */

.textarea1 {
	color:#333333;
	font-size:120%;
	background-color: #E5E5E5;

}



fieldset {
	border: 1px solid #21306B;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	padding-left: 20px;



}
.quote {
	margin-right: 50px;
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
}




legend {
	font-weight:bold;
	font-size: 150%;
	color: #21306B;
	padding-left:10px;
	padding-right:10px;
	background-color: #E3E3E3;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	border: 1px solid #21306B;

}


.submit {

	border: 1px solid #21306B;

	background-color: #E5E5E5;

}

.indent{
	padding-left:20px;
	color: #000000;
	}

.doubleindent{
	padding-left:40px;}
	

/*	---------------------------------------------------------------
	TABLE STYLES
	------------------------------------------------------------ */	
	
table.wimba {
  width: 100%;
  border-style: dotted;
  border-width: 1px;
  border-color: #7f7f7f;
  border-collapse: collapse;
}

table.wimba td {
  font-size:10pt;
  text-align: center;

  border-style: dotted;
  border-width: 1px;
  border-color: #7f7f7f;

  padding: 5px 10px 10px 10px;
}

table.wimba th {
  font-size:10pt;
  text-align: center;
  font-weight: bold;

  background: #CCCCCC;

  border-style: dotted;
  border-width: 1px;
  border-color: #7f7f7f;

  padding: 5px 10px 10px 10px;
}

table.wimba th.bold {
  font-size:10pt;
  color: #ffffff;
  background: #83909e;
}


