body {
font-family: Tahoma, Geneva, Kalimati, sans-serif;
font-size: 13px;
margin: 0;
}

#navigation {
position: absolute;
left: 0;
width: 240px;
padding: 0px;
border-right: 1px dashed black;
border-bottom: 1px dashed black;
background: #EFD3E7;
}

#content {
margin-left: 230px;
padding: 20px;
}

p {
font-size: 15px;
}

h1 {
font-size: 20px;
font-weight: bold;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
color: #2B3E42;
background-color: #D5E1DD;
border: 1px dotted #194E84;
}

h4 {
font-size: 14px;
margin: 5px;
margin-left:25px;
padding-top: 5px;
padding-bottom: 0px;
}

h5 {
font-size: 17px;
color: black;
margin: 5px;
background-color: #EFD3E7;
border: 1px dotted #747E80;
text-align: center;
}

a:link { 
	color: #37414A;
        text-decoration: none;
	}
a:visited { 
	color: #37414A;
        text-decoration: none;
	}
a:hover { 
	color: #1F242A;
	text-decoration: underline;
        font-weight: bold;
	}
a:active { 
	color: #663300;
        text-decoration: none;
	}

ul
{
list-style: circle;
font-size: 14px;
color: #2B3E42;
}

.thumbnail
{
float: left;
width: 130px;
border: 0px solid #999;
margin: 2px 4px 3px 6px;
padding: 0px;
text-align: center;
}


.clearboth { clear: both; }
