@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #778D99;
}
#container  {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-bottom: 30px;
}
#mainContent  h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CA0202;
	text-decoration: none;
}
#mainContent  h1 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CA0202;
	text-decoration: none;
}
#mainContent  h1 a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
#mainContent  h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#mainContent  li{
	font-size: 11px;
	white-space: normal;
}
#mainContent  p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#mainContent  strong em {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0202;
	text-decoration: none;
}
#mainContent  em  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
#container #mainContent table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#container #mainContent #menu {
	background-color: #DBDCDE;
	border: 1px solid #000;
	margin-left: 30px;
}
#container #mainContent #menu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #03C;
	text-decoration: none;
}
#container #mainContent #menu a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006;
	text-decoration: none;
}
#footer    {
	height: auto;
}
#container #mainContent p strong {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #009;
}
#container #mainContent ol li strong {
	color: #009;
}
