@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;
	color: #000000;
	background-color: #CCCCFF;
}

table.container {
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: 2px;
	margin: 20px auto 0 auto;
	background-color:#FFFFFF;
}

#header {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 4px #660066 solid;
}

#navigation {
	margin: 10px auto 10px auto;
	width: 200px;
	border-right: 2px #333333 solid;
}

#navigation p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 0 15px 0 15px;
}

#navigation a:link {
	color: #660099;
	text-decoration: none;
}
#navigation a:visited {
	color: #660099;
	text-decoration: none;
}
#navigation a:active {
	color: #660099;
	text-decoration: underline;
}

#navigation a:hover {
	color: #660099;
	text-decoration: underline;
}

#mainContent {
	margin: 10px auto 10px auto;
	width: 580px;
	border: 1px #999999 solid;
}

#mainContent a:link {
	color: #660099;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #660099;
	text-decoration: underline;
}
#mainContent a:active {
	color: #660099;
	text-decoration: none;
}

#mainContent a:hover {
	color: #660099;
	text-decoration: none;
}

#mainContent h1 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #660066;
	border-bottom: 2px #660066 solid;
}

#mainContent h2 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #663366;
	border-bottom: 1px #663366 solid;
	font-size: 16px;
}

#mainContent ol {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent ul {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 0 15px 0 15px;
	text-align: justify;
}
#footer {
	height: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	padding-right: 20px;
	border-top: 1px #333333 solid;
	color: #333333;
}

#footer p {
	padding-top: 7px;
	padding-bottom: 7px;
}
