body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Myriad Web Pro", Verdana, Arial, Helvetica, sans-serif;
	background-color: #E2E2E2;
}
#mainContent {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
h1 {
	font-size: large;
	display: inherit;
}
.nav {
	font-size: 110%;
	font-weight: bolder;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.nav2 {
	font-size: 95%;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/redline.png);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sidebar2 {
	font-size: 11px;
	text-align: left;
	padding: 5px 10px 15px 10px;
	border-left: 1px dotted #666666;
}
.footer {
	padding: 0 10px 0 20px;
	font-size: 65%;
} 
.footer a a:visited {
	color: #FFFFFF;
} 
.footer a a:hover {
	color: #FF9900;
	font-weight:bolder
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bold-blue {
	font-size: medium;
	color: #10007B;
	font-weight: bolder;
}
