﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:black;
	background-color: white;
	margin-top: 25px;
}
#container {
	width: 825px;
	margin: 0 auto;
}
#masthead {
	width: 825px;
	margin-top: 0px;
	margin-right: 10px;	
	margin-bottom: 0;
	margin-left: 12px;
	overflow: auto;
	background-image:url('../logo.gif');
	background-repeat:no-repeat;
}
#page_top {
	width: 560px;
	text-align:center;
	margin-left:220px;
	overflow: auto;
}
#content {
	float:left;
	padding: 0px;
	margin-left:220px;
	background-color: white;
}
#content_left {
	width:400px;
	float:left;
	padding-right:5px;
}
#content_right {
	width:200px;
	margin-left:405px;
	float:right;
	position:absolute;
	padding-left:5px;
}
#wpf {
	line-height:150%;
	font-weight:bolder;
	font-size:10.0pt;
	font-family:Arial
}
#content_right img {
	padding-top:8px;
	border:0px;
}
#page_top p {
	font-style: italic; font-family: Calligraph421 BT; font-size:medium;
}

#page_top hr {
	color:#EF5A98;	height:4px; background-color:#EF5A98;margin-top:10px;
	border-bottom-style:none;
}

#masthead img {
	float: left;
	left:200px;
	border:0px;
}
#content h2 {
	font-size:large;
	font-style:italic;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
}
#content h3 {
	font-size:medium;
	font-weight:bold;
	text-align:center;
	margin-top:0;
	margin-bottom:10px;
}
#content h4 {
	font-size:small;
	font-weight:bold;
	text-align:center;
}
#content h5 {
	font-size:small;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:10px;
}
#content li {
	margin-bottom:15px;
}
#content a {
	font-weight: bold;
	text-decoration:underline;
	color:#EF5A98;
}
#content a:hover {
	font-weight: bold;
	text-decoration: none;
}
#content dt {
	font-size:medium;
	font-weight:bold;
	padding-bottom:15px;
	color: white;
	}
#content a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#content p{
	line-height:150%;

}
/* Styles for Footer */
#footer p {
	font-size:small;
	font-weight:normal;
	margin: 2px;
	padding: 2px;
}
#footer a {
	text-decoration: underline;
	color:white;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
}
#footer_tag {
	font-size:x-small;
}
#footer_tag p {
	font-size:x-small;
}
#footer_tag a {
	font-size:x-small; 
	color:white;
}
#content dl {
	text-indent:40px;
	text-align:center;
}
#content dt {
	font-weight:bold;
}