@charset "utf-8";
/* CSS Document */
html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #e1ddd9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	padding:0px 20px;
	margin:0px;
}
	
#content {
	border:1px solid #564b47;
	background-color:#fff;
	background-image: url(images/bckgrnd.jpg);
	height: 650px;
	text-align: left;
}

#content #navi {
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;
	float:right;
	width:250px;
	background-color:#FFC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-left: 2px;
}

#content2 {
	border:1px solid #564b47;
	background-color:#fff;
	text-align: justify;
	padding-left: 10px;
	padding-right: 0px;
	color: #000;
	font-style: italic;
}

#content2 #navi {
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;
	float:right;
	width:250px;
	background-color:#FFC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
}
.largetext {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#links {
}
#links ul {
	list-style-type: none;
	width: 150px;
	text-align: center;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 1px 0;
}

#links li a {
	color: #990000;
	display: block;
	font: bold 120% Arial, Helvetica, sans-serif;
	padding: 1px;
	text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 150px;
}

#links li a:hover {
	background-color: #9CF;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 115%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 110%;
}
#content #navi h2 center {
	text-align: center;
}
#content #navi h2 {
	text-align: left;
}
#content2 p font {
	color: #000;
}
#content2 p a {
	font-size: large;
}
#content2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
}
.red {
	color: #F00;
}
