/* CSS Document */

body {background-color:#c0c0c0;
padding:0px;
margin:0px;
}

.small {font-size:10px;color:#999999;}
.purple {
	width:160px;
	background-color:#e7f4d6;
	margin:20px 5px 20px 5px;
	border: 1px solid #000000;
	font-size:12px;
}

ul, li {
	padding:10px;
	list-decoration:none;
	list-style-image: none;
	list-style-type: none;
}

.purple ul, .purple li {padding:5px 0px 0px 10px;
}

h1 ,h2 {font:Geneva, Arial, Helvetica, sans-serif;
font-size:18px; color:#333333;
background-color:#ededeb;
width:400px; padding:4px;}

h3 {font:Geneva, Arial, Helvetica, sans-serif;
font-size:14px; color:#666666;
background-color:#92c64d;
width:400px; padding:3px;}

blockquote {font:Geneva, Arial, Helvetica, sans-serif;
color:#686f5a; font-weight:bold;font-size:14px;}

#wrapper {
	width:740px;
	background-image:url(toolbox/wrapper-repeat.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #000000;
}

#header {
	height:30px;
	background-attachment: scroll;
	background-image: url(toolbox/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner{
	height:196px;
	background-attachment: scroll;
	background-image: url(toolbox/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content{width:443px;
padding:5px 25px 0px 25px;
float:left;
}

#content a:link,  #content a:visited{color:#006600}
#content a:hover, #content a:active {color:#FF3300;
}

#navigation{
width:17px;
padding:5px 20px 0px 20px;
float:left;

list-style-type: none;}

#navigation ul,#navigation ul ol {
margin: 0;padding: 8px 8px 20px 8px;
list-style: none;}

#navigation h2 {
width:140px;
font-size: 12px;
font-weight: bold;
margin: 3px 0 0 0;
padding: 2px;
color: #dde0e8;
background: #111;
border:1px solid #a17787;}


#navigation a:link,  #navigation a:visited{
	color:#f78a4e;
	text-decoration: none;
}
#navigation a:hover , #navigation a:active {color:#e7f4d6;
}

#navigation .purple a:link,  #navigation .purple a:visited{
	color:#000;
	text-decoration: none;
	padding:4px;
}
#navigation .purple a:hover , #navigation .purple a:active {color:#686f5a;
}

#footer {
	clear:both;
	height:58px;
	background-attachment: scroll;
	background-image: url(toolbox/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}