body {
	margin : 0px;
}

.nav {
	background-image : url("images/nav_background.gif");
	background-repeat : repeat-y;
	background-color : #ffffff;
}

.main {
	padding : 15px;
}
.discl {
	padding : 5px;
}

.homeTopText {
	font-family : "Times New Roman", Times, serif;
	font-size : 24px;
	font-weight : bold;
	color : #004080;
}

.homeMainText {
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
	font-weight : regular;
}

.homeMainText:first-letter {
	font-family : "Times New Roman", Times, serif;
	font-size : 26px;
}

.regular {
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
}

.smallText {
	font-family : "Times New Roman", Times, serif;
	font-size : 10px;
}