body,td,p,li,input,ul,li,form {
	font-family: trebuchet ms;
	font-size: 12px;
}
body {
	background-color: #959595;
}
.topNavBar {
	background-image: url(images/topGradient.gif);
	background-repeat: repeat-y;
	height: 50px;
	width: 530px;
	vertical-align: bottom;
	color: #FFFFFF;
	padding-left: 5px;
}
.leftNavArea {
	background-image: url(images/navGradient.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: top;
}
.mainContentArea {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	vertical-align: top;
	background-color: #FFFFFF;
}
.bottomNav {
	height: 50px;
	background-image: url(images/bottomGradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 8px;
	background-color: #FFFFFF;
}
a.whiteLink,a.whiteLink:active,a.whiteLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteLink:hover {
	text-decoration: underline;
}
.pageHead {
	font-size: 15px;
	font-weight: bold;
	font-style: oblique;
	border-bottom: 1px dotted #0458a5;
}