/* Will be added to ALL pages on website */

/* BASE SECTION: Will probably not change for any websites */

* {
	margin: 0px;
	padding: 0px;
}

html { 
	overflow: -moz-scrollbars-vertical!important;
	overflow-y: scroll;

} 

img {
	border: 0px;	
	display: block;
}

ul, li {
	list-style: none;
}

table {
	border-spacing: 0;
}

td {
	text-align: left;
}

/* Useful classes */

div.clearer /* Clears floats */
{
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 0px;	
}

/* Fix for ASP Menu in IE8*/
.submenu
{
    z-index: 100;
}