/* Style */

body
{
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 12px;
}

img
{
	vertical-align : bottom;
	border : 0px;
}

#content
{
	margin : auto;
	width : 740px;
}

#top
{
	border : 1px solid #006400;
}

#header
{
	padding : 6px 10px 6px 10px;
	font-family : georgia, serif;
	font-size : 35px;
	font-weight : bolder;
	color: #006400;
}

#header span
{
	color : #006400;
}

h3 {
	font: bold 18pt georgia, serif;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #006400;
}

h4 {
	font: bold 12pt georgia, serif;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: black;
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #006400;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006400;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #006400;
	}

#linkbar
{
	background-color : #006400;
}

#linkbar a
{
	font-family : Georgia, serif;
	font-size : 12px;
	display : block;
	padding : 6px 10px 6px 10px;
	color : white;
	text-decoration : none;
	font-weight : bold
}

#linkbar a:hover
{
	background-color : #F5F5F5;
	color: #006400;
	text-decoration : none;
	font-weight : bold;
}

#middle
{
}

#footer
{
	margin-top : 10px;
	font-size : 9px;
	text-align : center;
}

div.entry
{
	border : 1px solid #006400;
	margin-top : 10px;
}

div.title
{
	background-color : #006400;
	color : white;
	padding : 6px;
}

div.title a
{
	color : white;
}

div.main
{
	padding : 6px;
}

div.indent
{
	padding-left : 20px;
}

div.examplelist 
{
float: left;
width: 180px;
}


/*</group>*/