/* stylesheet.css */

/*style rule for the page body */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

#topbanner {
	background-color: #;
	position: absolute;
	height: 111px;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	background-position: left top;
	background-repeat: no-repeat;
}
#topbanner2{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #b50c44;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 111px;
	padding-left: 10px;
	background-position: left top;
	background-repeat: no-repeat;
}

#main {
	position: absolute;
	width: 100%;
	margin-top: 250px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
a.top:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	font-size: 1em;
}
a.top:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #550055;
	text-decoration: none;
	font-size: 1em;
}
a.top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
	font-size: 1em;
}
a.top:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #D91134;
	font-size: 1em;
}
a.main:link {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight:normal;
	color: #000099;
	text-decoration: none;
}
a.main:visited {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
a.main:hover {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #000099;
}
a.main:active {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #000099;
}#banner_heading {
	position: absolute;
	background-image:  url(stylesheet.css);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	left: 10px;
	top: 15px;
	font-family: "Lucida Bright", "Bookman Old Style", "Comic Sans MS", "Bradley Hand ITC", sans-serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	background-color: #DFD9FD;
}
#main .MsoNormal em span {
	color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

