@charset "utf-8";
/* CSS Document */

/*---------Generic Styles-------------*/

body {
	background: #FFFFFF;
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:active {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

/*-------- Header --------------*/

#header {
	margin-bottom: 0em; padding-top: 1px;
	margin-left: 3em;
	background: #FFFFFF;
}

/*-------- Sidebar --------------*/

#sidebar {
	background: #FFFFFF;
	float: left;
	margin-left: 3em;
	width: 10em;
	border-top-style: none;
	/*border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: none;
	border-left-style: none;*/
}
#sidebar a {
	line-height: 1.8em;
}


/*-------Contetnt--------------*/

#content {
	background: #FFFFFF;
	font-size: 0.85em;
	float: left;
	width: 40em;
	margin-top: 2.1em;
	padding-left: 3em;
	padding-right: 3em;
	margin-right: 0em;
}

#content p {
	line-height: 1.6em;
	font-size: 1em;
}

#content h1 {
	color: #660000;
	font-size: 1.2em;
}
#content h2 {
	
}
#content h3 {
	
}
#content h4 {
	
}

.line1 {
color: #338877;
font-weight: bold;
}

.line2{
color: #999922;
font-style: italic;
}
.line3{}