/* CSS Document */
*	{
	padding: 0;
	margin: 0;
}
body	{
	padding: 0;
	margin: 0;
	font-size: .8em;
	font-family: verdana, arial, sans-serif;
	line-height: 150%;
 	background: #eee url(../images/fade.png) bottom fixed repeat-x;
}
.contact ul li {
padding-left: .5em;
background: #fff url(../images/disc.png) 0 .7em no-repeat;
}
ul	{
	list-style: none;
}
kbd, code	{
	font-size: 1.2em;
}

#banner	{
	background: url(../images/banner.png) no-repeat;
	height: 100px;
}

#wrapper	{
	margin: 0 auto;
	width: 800px;
}
#nav {
 /*padding: 5px;*/
 margin-top: 20px;
 display: block;
 width: 20%;
 float: left;
}

#nav a.top	{
	border-top:1px solid #999;
}
html>nav li a	{
 	margin: 0;
 	width: auto;
 	display: block;
 }
#nav a, #nav a:visited	{
	padding: 3px 0px 3px 10px;
	display: block;
	color: #000;
 	text-decoration: none;
	width: 98%;
	border-bottom: 1px solid #999;
}

#nav a:active, #nav a:focus, #nav a:hover	{
	color: #000;
	background: #eee;
	text-decoration: none;
}

#nav ul	{
	display: block;
	list-style: none;
	margin: 0;
	/*padding: 10px 0 10px 0;*/
}

#nav ul li	{
	display: block;
	padding: 0;
}

#maincontent	{
	margin-left: 22%;
	padding: 10px;
}

.childimage	{
	background: url(../images/parentswchild.jpg) 170px 0 no-repeat;
}


#sub	{
 	background: #fff url(../images/body_fade.png) top repeat-x;
}

#maincontent p	{
	margin-bottom: 20px;
}
#maincontent p.first	{
	padding-top: 60px;
}
#maincontent p.firstMain	{
	padding-top: 20px;
}
#maincontent ol	{
	list-style-type: lower-alpha;
	margin-left: 25px;
}
#maincontent ol li	{
	padding-bottom: 10px;
}
#maincontent ol ol	{
	list-style-type: lower-roman;
}
#maincontent ol ol li	{
	padding: 0px;	
}
#maincontent ul.showlist 	{
	margin-bottom: 20px;
}
.showlist li	{
	list-style: square;
	margin-left: 25px;
}
.mainimage	{
	padding-top: 0px;
}
#maincontent a, #maincontent a:visited	{
	color: #CC3300;
	background: transparent;
	text-decoration: none;
}
#maincontent a:active, #maincontent a:focus, #maincontent a:hover	{
	color: #CC3300;
	background: transparent;
	text-decoration: underline;
}
.contact ul	{
	margin-top: 60px;
	margin-bottom: 20px;
}

.space	{
	padding-bottom: 15px;
}

.attention  {

font-size: 1.2em;
}
.hidden	{
	position: absolute;
	margin-left: -2000px;
	margin-top: -2000px;
}
h1	{
	position:relative;
	top: 140px;
	left: 185px;
	font-size:1.4em;
	padding-bottom: 10px; 
}
h2	{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}
h3	{
	font-size: 1.2em;
	font-weight: normal;
}

.floatbox	{
	float: right;
	margin: 10px 0 10px 30px;
}
.floatbox h2	{
	margin: 0;
	padding: 0 0 5px 3px;
	color: #000;
	background: url(../images/heading.png) no-repeat;
}
.floatbox h3	{
	padding: 3px 3px 5px 3px;
	background: url(../images/heading3.png) no-repeat;
}
.floatbox ul	{
	padding-left: 3px;
	display: block;
	/*background: #FFFFcc;*/
	background: url(../images/ltbrownBack.png) repeat-x;
}
.smimg	{
	position: relative;
	top:150px;
}
span.italic	{
	font-style: italic;
}
#maincontent dt	{
	font-weight: bold;
}
#maincontent dd	{
	padding-bottom: 15px;
}
.ending	{
	border-top: 1px dotted #000;
	padding-top: 10px;
}


#footer	{
	color: #666;
	background: #fff;
	text-align: center;
	border-top: 1px solid #eee;
}
#footer ul	{
	margin:0;
	padding: 0 3em 0 3em;
}
#footer li	{
	display: inline;
	background: #fff url(../images/disc.png) 0 .5em no-repeat;
	padding-left: .8em;
}
#footer li.nobullet	{
	background: transparent;
}
li.available 	{
	font-family: georgia, serif;
	font-size: 1.4em;
	
}
#footer a, #footer a:visited	{
	color: #CC3300;
	background: #fff;
	text-decoration: none;
}
#footer a:active, #footer a:focus, #footer a:hover	{
	color: #CC3300;
	background: #fff;
	text-decoration: underline;
}
