* {
	white-space: normal;
	}
body, form {margin:0px; padding:0px;}
table {border-collapse:collapse;}
table td {white-space:normal;}
img {margin:0px;padding:0px;}

input, textarea, select {
	font-family:arial;
	font-size:10pt;
	}
.green {color:#3FC047;}
.dblue {color:#4885C6;}
.lblue {color:#BBE1F6;}
.greenback {background-color:#3FC047;}
.dblueback {background-color:#4885C6;}
.lblueback {background-color:#A5D6F5;}
.white{color:#FFFFFF;}

.title{
	font-size:24px;
	padding-bottom:2px;
	}
a {
    color:#4885C6;
	text-decoration:none;
	}
a:hover{
    text-decoration:underline;
	}
#main{
	width:972px;
	margin-left:auto; margin-right:auto;
	}
#menu{
	width:207px;
	margin-left:8px;
	padding:10px;
	font-size:18px;
	font-family:'Comic Sans MS',cursive;

	}
#menu a {
	display:block;
    color:#4885C6;
	text-decoration:none;
	padding:5px 0 5px 3px;
	}
#menu a:hover, #menu .current{
    color: #FFFFFF;
	}
#greenbar{
width:573px;
height:42px;
background:url('/images/greenbar.png');
background-repeat:no-repeat;
font-family:'Comic Sans MS',cursive;
padding-top:4px;
}
#content{
	padding:0 20px 10px 20px;
	font-size:12pt;
	font-weight:normal;
	font-family:'Times New Roman', Times, serif;
	}
#footer{
	margin-top:15px;
	font-size:9pt;
	font-family:'Times New Roman', Times, serif;
	}
#sources{
	font-size:9pt;
	}