body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial,sans-serif;
	color: #333333;
	background-image: url(images/bgHoriz.gif);
	background-repeat: repeat-x;
	background-color: #678FC2;
}

#leftNav a:link, #leftNav a:visited, #leftNav a:hover {
	color: #006699;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

#leftNav a:hover {
	text-decoration: underline;
}

#leftNav ul {

}

#leftNav li {
	list-style: none; 
	background: url(images/listArrows.gif) no-repeat top left; 
	/*list-style-position: outside;
	list-style-image: url(images/listArrows.gif);*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px 
}

#footer {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

#footer a:hover {
	text-decoration: underline;
} 

p,td {font-family:Arial, Helvetica, sans-serif;
font-size: 12px; color:#333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #436BB0;
}

h2{
 font-size: 114%;
 color: #436BB0;
}

h3{
 font-size: 100%;
 color: #436BB0;
}

h4{
 font-size: 12px;
 color: #436BB0;
 text-transform:uppercase;
}

h5{
 font-size: 100%;
 color: #436BB0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


