/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	background: #fff;
	}	
img {
	border: 0;
}
#container {
	width: 762px;
	margin: 0px 200px 20px 10px;
	background-color: #E0F8FE;
}
#headertop{
  margin: 0;
	background:#FFFFFF url(../images/bg2.gif) repeat bottom left;
	padding: 0 0 1px 0;
}
#header {
	padding: 5px 5px 5px 0px;
	width: 90%;
	background-color:#E0F8FE;
}
#contenthumb {
	padding: 0 0 0 15px;
	margin: 1px 100px 0 196px;
	background: #E0F8FE url(../images/topthumb.gif) no-repeat bottom left;
	height: 41px;
}

#content {
	background: #E0F8FE url(../images/bg1.jpg) repeat top left;
	float: right;
	width: 75%;
	padding: 0px 0 41px 0;
}
#contextbox {
  margin: 0px;
	padding: 0 0 0 46px;
	float: right;
	background-color: #fff;
	width: 91%;
}

#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 151px;
	background-color: #fff;
}
#sidebar ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#sidebar a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
  color: #666;
}
#sidemenu {
  text-align: left;
}
#sidebar #sidemenu ul {
  list-style: none;
}
#sidebar #sidemenu li {
  background: url(../images/bullet.png) #fff no-repeat 0 50%;
  font-size: 12px;
  padding-left: 17px;
}
#sidebar topspan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
}
#sidebar span {
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0 5px 5px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
}
#sidebar strong {
	font-weight: 600;
	}
#sidebar bottomimage {
	float: right;
	vertical-align: bottom;
	margin: 0 0 -5px 0;
}
#sidebar ul {
	list-style-type: none;
}
#footer {
	background: #FFFFFF url(../images/bottombg.gif) no-repeat top left;
	clear: both;
	padding: 5px 0 15px 0;
}
span.reallysmall {
	margin: 0 0 0 30%;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
span.headline {	
	display:inline;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	color: #666666;
}
#loginform {
	height: 91px;
	padding: 10px 3px 6px 8px;
	margin: 10px 8px 0px 6px;
	background-color:#F2FDFF;
	border-width: 1px;
	border-style: dotted;
	border-color: #ccc;
}

.findsitter {
	font-family: arial, serif;
	font-size: 12px;
	color: #999;
}

findsitter h2 {
	padding: 0 0 10px 0;
	font-size: 125%;
	color: #000;
}

.findsitter h3 {
	padding: 0 0 0 20px;
	font-size: 125%;
}

.findsitter fieldset {
	border: 1px solid #ccc;
	background: #ffc;
	padding: 0 20px;
}

.findsitter legend {
	position: relative;
	top: -1em;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #666;
	background: #E0F8FE;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 2px 4px;
}

.findsitter p {
	display: block;
	float: left;
	padding: 15px 15px 15px 0;
}

.findsitter p span {
	padding: 0 10px 0 5px;
	color: #666;
}

.findsitter label {
	padding: 0 15px 0 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #660000;
}

h3.pheader {
  margin: 0;
	background: #ddd;
	padding: 5px 10px 5px 10px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

p.pdata {
  margin: 0 0 5px 0;
  background: #ffc;
  padding: 10px 10px 5px 10px;
  border: 2px solid #ffff57;
  border-top: none;
}

p.pdata2 {
  margin: 0 0 5px 0;
  background: #fa3;
  padding: 10px 10px 5px 10px;
  border: 2px solid #f83;
  border-top: none;
}

span.darklight {
  background: #ffff57;
}
.yellowbox {
	border: 2px solid #ffff57;
	background: #ffc;
    padding:5px;
    font-weight:bold;
    font-size:.9em;
}	
span.error {
  font-size: 80%;
  color: red;
}

#container a:link, a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#container a:hover {
  color: #666;
}
