/* CSS Document */
/* Class and tag details */
html,body{margin:0;padding:0}
body{
	font: 100% helvetica,arial,sans-serif;
	text-align:center;
	background-image:  url(img/bkg-reeds-int.jpg);
	background-repeat: repeat-x;
	background-color: #8BBDC7;
}
a{
	color: #7C1C7D;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #05749D;
	text-decoration: underline;
	font-weight: bold;
}

/* Layer details */

div#container{
width:800px;
margin:0 auto;
}
div#container2{
	width:800px;
	margin:0 auto;
	}
#header{
	text-align:left;
	margin-top: 6px;
	}
div#logo{
	float:left;
	margin-left:0;
	margin-top:0;
	}
div#wrapper{
	background-color: #A4DEE8;
}
div#content {
	line-height:1.1;
	background-color: #C8F1FC;
	padding-top: 16px;
	padding-bottom: 18px;
	padding-left: 18px;
	text-align: left;
}
div#navigation{
	text-align: left;
	background-color: #A4DFEE;
	vertical-align: middle;
	width: 570px;
	float: right;
	padding-top: 5px;
	height: 40px;
}
div#navigation img{
	border-color: #7C1C7D;
}	
div#navigation table{
	border: solid #7C1C7D 1px;
	color: #400E40;
	cellspacing:0;
	vertical-align: middle;
	border-style: solid;
	width: 550px;
}	
div#footer{
	background-color: #0887B6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	color: #FFFFFF;
}
div#backtotop{
	text-align: right;
	font-size: 75%;
	padding: 12px 12px 12px 12px;
}
.copy80 {
	font-size: 80%;
	color: #666666;
}
.header {
	font-size: 120%;
	font-weight: bold;
	color: #09859F;
	font-variant: small-caps;
	padding-top: 8px;
}
.copy90 {
	font-size: 90%;
}
TD.vertSep {background: #7C1C7D; width: 1px;}
TD.horizSep {background: #7C1C7D; height: 1px;}
TD.topBt {
	line-height: 1.1em;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}
A.topBt:link {text-decoration: none; display: block; color: #400E40; padding: 6px;}
A.topBt:visited {text-decoration: none; display: block; color: #09859F; padding: 6px;}
A.topBt:hover {text-decoration: none; display: block; color: #09859F; padding: 6px;}
