@charset "UTF-8";
h1,
h2, h3{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	font-style: italic;
}
h1 {
	font-size: 14px;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 20px;
	margin: 0px;
}
p {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
}
#header {
	width:180px;
	float:left;
	text-align:left;
	display: inline;
	margin-bottom: 10px;
	margin-left: 15px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
#header a {
	text-decoration: none;
	color: #000;
}
#header a:hover {

}
#header a:visited {
	text-decoration: none;
}




/* Begin Sidebar */
#navigation {
	width:180px;
	float:left;
	text-align:left;
	display: inline;
	margin-bottom: 30px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	margin-left: 15px;
	}
#navigation ul li {
	list-style-type: none;
	font-size: 12px;
	list-style-image: none;
}
#navigation ul, #navigation ul ol {
	margin: 0;
	padding: 0;
	}
#navigation ul {
	display: pointer;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#mainLeft {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#navigation a {
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	background-image: url(images/nav/bg.gif);
}
#navigation a:visited {
	text-decoration: line-through;
}

