body {
	background: #f0f9fb url(../images/bkg.gif);
	font-size: 90%;
}
ul, li, dl, a, p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
#contentwrapper {
	width: 627px;
	margin: 0 auto;
}
#branding {
	background: url(../images/reflections-logo.gif) no-repeat;
	height: 135px;
	margin: 0px 0px 0px 35px;
	text-indent: -9999em;
}
#nav {
	text-align: right;
}
#nav ul#navlist {
	list-style: none;
}
#nav ul#navlist li {
	display: inline;
	border-right: dotted 1px #fff;
	padding-right: 3px;
}
#nav ul#navlist li.navlast {
	border-right: none;	
}
#nav ul#navlist li a {
	color: #fff;
	text-decoration: none;
	font-style: italic;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 4px 0px 2px;
}
div.border { /*This div wraps around the content div*/
	border: 1px solid #ffffff; /*Creates a white line around the content area.*/
	margin-top: .75em; /*Creates a little space above the div to separate it from the navigation.*/
}
div.content {/*Main content area.*/
	margin: 5px; 
	padding: 1em 30px; 
	background-color: #fff;
	font: 85%/19px "Tahoma", "Verdana", "sans-serif"; 
	color: #473b30;
}
div.content h1 {
	font: italic 1.75em "Georgia", "Times New Roman", "Times", "serif" ;
	color: #800040;
}
div.content h2 {
	color: #800040; 
	font-size: 120%; 
	font-variant: small-caps 
}
div.content h3 {
	color: #800040; 
	font-size: 110%; 
	font-variant: caps; 
	font-weight: bold; 
	line-height: 25px; 
}
div.content p {
	margin: 0px 0px .75em 0px;
}
div.content img.picleft {
	margin: 5px 10px 0px 0px;
	float: left;
}
div.content span.pink {
	color: #800040;
	font-weight: bold;
}

br{font-size:15px}

div.content a {
	color: #473b30; 
	text-decoration: underline;
} 
div.content a:hover {
	color: #800040; 
	text-decoration: none;
} 
div.content a.linkreturns {
	text-align: right;
	border-top: 1px dotted #800040;
	margin: 1em 0px 0px 0px;
}
div.content ul.bulletlist { 
	margin: 0; 
	padding:0; 
	list-style:none; 
}
div.content ul.bulletlist li { 
	color: #473b30; 
	font-size: 11px; 
	line-height: 18px; 
	background: url(../images/bullet.gif) left top no-repeat; 
	padding: 0 0 10px 15px; 
}
div.content ul.bulletlist li a { 
	color: #473b30; 
	text-decoration: underline;
}
div.content ul.bulletlist li a:hover {
	color:#800040; 
	text-decoration:none;
}
div.content ul {
	
}
div.content hr {
	margin: 30px 0pt 20px;
	background-color: #a7c5d4;
	color: #a7c5d4;
	height: 3px;
	border: 1px dotted #a7c5d4;
}
div.content label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
div.content input, textarea {
	color: #000;
	background: #e7f3f8;
	border: 1px solid #a7c5d4;
}
div.content input.submit {
	color: #fff;
	background: #009999;
	border: 2px outset #99d6d6;
	margin-left: 7em;
}
#friendslogos { /*For the div that floats to the right on the Friends page that contains the logos*/
	width: 180px;
	float: right;
	margin-left: 30px;
}
#friendslogos img {
	float: right;
	margin: 6px;
}
#footer {
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #473b30;
	border-top: 1px dotted #b00058;
	margin: 2em auto 1em auto;
	padding: 0px .5em;
}

