/**
* CSS
* 
* @version 1.0
*/
* {
	margin: 0;
	padding: 0;
}

.menutitle{
cursor:pointer;
font-family: Georgia, "Times New Roman", Times, serif; color:black; font-style:normal; font-weight: bold; 



}

.submenu{
<!--margin-bottom: 0.5em;-->
font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
	padding-bottom:15px;
	margin: 0 0 0px 0;
	font-style:italic;
}
 
body  { color:#666666; font-size: 11px; font-family: Georgia, Times, serif; line-height: 15px; background-color: #F8F8FF; }
 
body.section-1 { }
body.section-2 { }
body.section-3 { }
 
a:link  { color:#666666; text-decoration: none }
a:active  { text-decoration: none }
a:visited  { color: #666666; text-decoration: none }
a:hover  { color: #000000; text-decoration: line-through }
 
a img  { border: none medium }

img { padding: 0 0 1px }
 
#menu  {
	background-image: url(tile.gif);
	background-color: #DCDCDC;
	position:fixed;
	top: 20px;
	bottom: 0;
	left: 20px;
	width: 185px;
	height: 75%;
	overflow: auto
}
 
#menu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
	padding-bottom:15px;
	margin: 0 0 0px 0;
	font-style:italic;
}
 
#menu ul li.section-title  { font-family: Georgia, "Times New Roman", Times, serif; color:black; font-style:normal; font-weight: bold }
 
#content    { background-color: none; margin: 15px 0 0 240px; top: 50px; height: auto; width: auto }
 
.container  {
	padding: 10px 10px 10px
}

 
#content p    { margin-bottom: 5px; width: 400px }
 
p {
    margin: 0 0 15px 0
}

br {
	margin: 0 0 0
}
 
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-family: Georgia, "Times New Roman", Times, serif; color:black; font-style:normal; font-weight:bold; font-size: 11px;  padding: 0 0 5px }
h4 { font-family: Georgia, "Times New Roman", Times, serif; color:black; font-style: italic; font-weight:normal; font-size: 11px;  padding: 0px 0 5px }
 
#img-container	 {
	padding: 5px 5px 5px;
	margin: 5px 0 5px 240px;
	top: 0;
	height: 100%;
	width: 600px
}
#img-container p	  { margin: 0 0 0; padding: 0 0 5px; width: 400px }

#once { clear: left; }
