body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
	position : absolute;
	left : 209px;
	top : 170px;
	margin-right: 60px;
}
#content h1{
	color : #3F9CD9;
	font-size:21px;
}
#content h2{
	color : #3F9CD9;
	font-size:16px;
}
#content ul li{
	line-height:20px;

}
div.navigation {
	background-image:url(images/sidebar.jpg); 
	width:190px; 
	height:493px;
	margin:0;	
}
div.navigation ul {
	margin:0;
	padding:30px 0 0 22px;
}
div.navigation ul li {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	font-size:16px;
	font-weight:bold;
}
div.navigation ul li a{
	text-decoration:none;
	color:#000;
}
div.navigation ul li a:hover{
	text-decoration:underline;
}
H1{
	background-color : transparent;
	color : #3F9CD9;
}

H2{
	background-color : transparent;
	color : #3F9CD9;
}

H3{
	background-color : transparent;
	color : #3F9CD9;
	text-align: center;
	width: 100%;
}

p,th,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
	color : Black;
}

dt {
	padding-bottom: 3px;
}

dd {
	padding-bottom: 5px;
	font-size: 90%;
}
table {
	border: 1px black solid;
}

th {
	font-size: 90%;
	font-wieght: bold;
}

td {
	font-size: 90%;
}

a:link,a:active,a:visited { 
	text-decoration: none;
	color : #0000ce; 
	background-color: transparent;
}
a:hover	{ 
	text-decoration: underline; 
	color : #0000ce; 
	background-color: transparent;
}

a.nav.hidden:link,a.nav.hidden:active,a.nav.hidden:visited { 
	text-decoration: none;
	color : #ffffff; 
	background-color: transparent;
}
a.nav.hidden:hover	{ 
	text-decoration: none; 
	color : #ffffff; 
	background-color: transparent;
}

hr	{ 
	height: 0px; 
	border: solid #33ccff 0px; 
	border-top-width: 1px;
	}
abbr, acronym{
  border-bottom: 1px dotted #333;
  cursor: help;
}
fieldset {
	padding : 8px;
	border : inset ;
	color: black;
	background-color : White;
	margin : 0% 8% 0% 8%;
}
legend {
	font-size : 1.2em;
	font-weight : bold;
}

.copyright {
	font-size : .7em;
	color : Black;
	background-color: transparent;
	text-align : left;
	width: 450px;
}
.hidden {
	font-size: 1px;
	color: white;
	background-color: transparent;
}
.author {
	font-size : .7em;
	text-align: right;
}
