/* CSS Document */


#header {
	padding: 2px 2px;
	background: #FFFFFF url(images/side_bg.gif) repeat-y right;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	max-width:1000px;
; margin:   0px 10px 10px
}

#sidebar {
	float: left;
	width: 20%;
	background: #FFFFFF url(images/wave.gif);
	margin: 8px 5px;
; clip:  rect(   )
; color: #FFFFFF
}

#content {
	margin-left: 22%;
	padding-left: 10px;
	max-width: 600px;
}

#footer {
	clear: both;
	padding: 5px;
	background: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-size: smaller;
	color: #666666;
	max-width: 1000px;
; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	letter-spacing: 0.05em;
}
h1 {
	border-bottom-style: none;
	border-bottom-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
; border-bottom-width: 1px
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
ul {
	list-style-type: circle;
	padding-left: 0px;
	margin-left: 0px;
	color: #666666;
	letter-spacing: 0.05em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	letter-spacing: 0.2em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#sidebar li a {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000033;
	display: block;
	padding: 2px;
	border: 1px #CCCCCC solid;
}
html>body #sidebar li a {
width: auto;
}
#sidebar li a:hover {
	color: #000000;
	background-color: 0080FF;
}
#content img {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content li {
	padding-bottom: 10px;
	list-style-type: none;
	list-style-position: inside;
	font-size: 10pt;
	padding-left: 20px;
	border: 1px none #999999;
	text-indent: -1em;
}
h2 {
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: -10px;
}
