/* CSS Document */
body{
margin: 0;
font: 100% Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
width: 800px;
text-align: left;
margin: 0 auto;
border: 1px solid #F4C6F1;
}

#masthead {
height:120px;
}

#banner {
height:30px;
background: #A12191;
font-size: 80%;
color: #FFFFFF;
line-height: 2em;
padding-left: 20px;
}

#nav {
	padding-top:40px;
	width: 213px;
	float: left;
	height: 360px;
	padding-right: 5px;
	background-image: url(Graphics/fader.gif);
}

#content {
	width:565px;
	padding-top: 2em;
	float: right;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: right;
	font-style: italic;
	margin-bottom: 1em;
}

p {
	font-size: 75%;
	color: #666666;
	line-height: 1.5em;
	margin-bottom: -0.5em;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}
h1 {
	color: #A12191;
	font: lighter 130% Georgia, "Times New Roman", Times, serif;
	margin-bottom: -0.7em;
	margin: 0px;
	padding: 0px;
}

.h1_space {
	color: #A12191;
	font: lighter 130% Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-bottom: 1em;
}

h2 {
	font-size: 100%;
	color: #A12191;
	font-weight: lighter;
	margin-bottom: -0.7em;
	/*margin: 0px;*/
	padding: 0px;
}

.h2_space {
	font-size: 100%;
	color: #A12191;
	font-weight: lighter;
	margin-bottom: -0.7em;
	padding: 0px;
	margin-top: 3em;
}

h3	{
	font-size: 90%;
	color: #A12191;
	font-weight: lighter;
	margin-bottom: -0.5em;
	padding: 0px;
	}
li {
	font-size: 75%;
	color: #666666;
	/*line-height: 2em;*/
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
}
.ol {
	list-style-type: lower-alpha;
	padding-left: 2em;
	left: 2em;
}
#content a:link, a:visited {
	text-decoration: none;
	color: #666666;
}
#content a:hover {
	text-decoration: underline;
	color: #0000CC;
}

.no_space {
	margin-bottom: -1em;
}
.no_space_dbl {
	margin-bottom: -3em;
}

/*the following affects #nav links only */

#nav li{
	font-size: 75%;
	color: #333333;
	line-height: 2em;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a:link, a:visited {
	color: #A12191;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #0000CC;
}
#nav a:active {
	text-decoration: none;
}
