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

body {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
}

td {
	font-size : 12px;
}

ul {
margin: 0 0 8px 25px;
}

ol {
margin: 0 0 8px 25px;
}

.menu {
	color : #fff;
	font-weight : bold;
	text-decoration : none;
}

a.menu:hover {
	color : #FFED03;
}

.register {
	color : #00457C;
	font-weight : bold;
	text-decoration : none;
}

a.register:hover {
	color : #F89828;
}

p {

margin: 0 0 8px 0;

}

.heading {
	padding : 4px;
	color : #fff;
	font-weight : bold;
}

.mainBody {
	padding : 15px;
	padding-top : 0px;
}

h1 {
	color : #00457C;
	font-size : 18px;
	margin: 8px 0;
}

.column {
	padding : 5px;

}

.page_title {
	color : #ff9933;
	font-weight : bold;
	font-size : 18px;
}

.credit {
	color : #333366;
	font-size : 9px;

#footerstyle {
padding: 5px;
}

#space { clear: both; margin: 0; padding: 0; }

/* from http://www.positioniseverything.net/easyclearing.html --------------------- */

.clearfix:after {

    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



