

/*CSS created April 20/08 by Mousetrap Web Developmentr*/


/* Begin basic design styles */
			
body	{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #fff; 
	margin-left: 1%; margin-right: 1%;
	color: #000;
		}
	
.outerbox	{
	border: solid; 
	border-width:0px; 
	border-color: #000;
	padding: .5em .5em .5em .5em; /*TRBL */
	}

p	
	{
	font-size: 80%; 
	line-height: 17px;
	}
h1 	
	{
	font-size: 100%;
	font-weight: bold;
	color: #336;
	}
	
h2 	
	{
	font-size: 90%;
	padding-top: 0em;
	color: #000;
	}
	
h3 	
	{
	font-size: 75%;
	color: #000;
	}
	
th 	
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	vertical-align: top;
	}

td 	
	{
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align: top;
	}
	
ul 	
	{
	font-size: 80%;
	list-style-type :disc;
	}

ol 	
	{
	font-size: 80%;
	}
	
li 	
	{
	color : #000;
	line-height: 110%;
	padding-bottom: .5em;
	}
	
ul li ul {
	font-size: 100%;
		}
	
ol li ol {
	font-size: 100%;
			}
	
ol li ul {
	font-size: 100%;
			}
			
.title
	{
	background-color: #fff;
	border-bottom: 1px  solid #000;
	}			
.banner
	{
	background-color: #fff;
	border-bottom: 1px  solid #000;
	}	
			
#mainContent
	{
	background-color: #fff;
	padding-left: 5px;
	}	
			
#mainContent a:link	
	{
	color: #006;
	text-decoration: underline;
	}
		
#mainContent a:hover 	
	{
	color:#000;
	background-color: #ddd;
	text-decoration: underline;
	}
	
	
	
.embed	
	{
	margin-left: 11em;
	}
		
.small 	
	{
	font-size: 70%;
	}	
			
.footer
	{
	background-color: #fff;
	border-top: 1px  solid #000;
	}	
/* End basic design styles */	

/* Begin colours */
.red	{color: #900;}
.bkgrd {color: #DDD;} 
.white 	{color: #fff;}
.yellow	{color: #000; 
		background-color: Yellow;
		}

/* End colours */	
	
/* Begin Navigation Styles  */

#leftNav	
	{
	background-color: #fff;
	/* background: url(images/logo.gif) bottom left no-repeat;  */
	padding-bottom: 100px;
	}

	
ul.sectNav , ul.sectNav li {
	/* Layout */
	margin: 0px;
	padding: 0;
	display: block;
	width: 180px;

	/* Design */
	list-style-type: none;
	}
	
ul.sectNav li a {
	/* Layout */
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	width: 100%;
	background-color: #fff;

	/* Design */
	text-decoration: none;
	color: #000;
	font-weight : bold;
	}
	
ul.sectNav li a:hover {
	/* Layout */

	/* Design */
	background-color: #336;
	color: #fff;
	
	}
	
	
	
ul.sectNav li ul li a {
	/* Layout */
	display: block;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 0px;
	width: 100%;
	background-color: #fff;

	/* Design */
	text-decoration: none;
	color: #336;
	font-weight : bold;
	}
	
ul.sectNav li ul li a:hover {
	/* Layout */

	/* Design */
	background-color: #ddd;
	color: #000;
	
	}
	
html>body ul.sectNav li a {
	/* Layout */
	width: auto;
	
	/* Design */
	}
	
/* ~~~~~~~~~~~~  End Navigational Styles  ~~~~~~~~~~~~*/



