﻿body
{
	font-family:'Segoe UI' , Tahoma, Sans-Serif;
	font-size: 9pt;
	color:#000000;
	margin:10px auto 10px auto;
	padding:0px;
	width:75%;
	min-width:800px;
}
.text
{
	font-family:'Segoe UI', Tahoma, Sans-Serif;
}
.code
{
	font-family:Consolas, 'Courier New', Courier, Monospace;
}
.special
{
	color:#ff0000;
}
.struck
{
	text-decoration:line-through;
}
a:link
{
	color:#0000cc;
	text-decoration:none;
}
a:visited
{
	color:purple;
	text-decoration:none;
}
a:hover, a:active
{
	text-decoration:underline;
}
p.strongtext
{
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
p.lighttext
{
	color:#555555;
}
#banner
{
	width:800px;
	height:75px;
	margin:0px auto 20px auto;
}
#header
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	margin-bottom: 20px;
}
#links
{
	float: right;
}
#links form
{
	margin:0px;
	padding:3px;
	display:inline;
	background-color:Aqua;
	width:300px;
}
#content
{
	margin-top:50px;
	clear:both;
}
#footer
{
	margin-top:35px;
	clear:both;
	text-align:center;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#dddddd;
}
#footer p
{
	color:#555555;
}
#footer a:link, #footer a:visited
{
	color:#555555;
	text-decoration:none;
}
#footer a:hover, #footer a:active
{
	color:#555555;
	text-decoration:underline;
}
img
{
	border: none;
}	
img.tour
{
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
}
div.body
{
	margin-left:160px;
	padding-left:0px;
}
div.nav
{
	background-color:#EEEEEE;
	float:left;
	width:100px;
	padding:10px;
	margin-bottom:10px;
	margin-right:0px;
}
div.featurel, div.featurer
{
	clear:both;
	border-top:solid 1px silver;
	padding-top:15px;
}
div.featurel img
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
div.featurer img
{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
div.gallery
{
	margin-left:100px;
}
div.image
{
	margin:2px;
	border:1px solid #bbbbbb;
	height:auto;
	width:auto;
	text-align:center;
	float:left;
}
div.image img
{
	display:inline;
	margin:3px;
}
div.description
{
	text-align:center;
	border-top:1px solid #bbbbbb;
	font-weight:normal;
	width:150px;
	margin:2px;
}
div.sidebar
{
	margin:2px 2px 2px 20px;
	padding:5px;
	border:1px solid #bbbbbb;
	height:auto;
	width:auto;
	text-align:left;
	float:right;
	background-color:#ddeeff;
}
div.sidebar h3
{
	margin-top:0px;
}
div.sidebar ul
{
	padding-left:0px;
}
div.downloadform
{
	background-color: #99CCFF;
	padding: 10px;
	width: auto;
	float: left;
}
ol li
{
	margin-bottom:0.5em; /*spacing between list items*/
}
ul
{
	list-style-type:square;
}
ul.nobullets
{
	list-style-type:none;
	list-style-position:outside;
	margin:7px 0px 0px 0px;
}
ul.noindent
{
	padding-left:0px;
	list-style-position:inside;
}
form.downloadform
{
	background-color:#eeeeee;
	padding:10px;
	width:500px;
}
h1
{
	font-family: 'Segoe UI', Tahoma, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
}
h2
{
	font-family: 'Segoe UI' , Tahoma, Sans-Serif;
	font-size: 12pt;
	font-weight:normal;
	color: #000066;
}
h2 a:link
{
	text-decoration:none;
	color: #000066;
}
h2 a:visited
{
	text-decoration:none;
}
h2 a:hover, h2 a:active
{
	text-decoration:underline;
}
h3
{
	font-family: 'Segoe UI' , Tahoma, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
h4
{
}
