body
{
	margin: 0px;
	font-size: x-small;
	color: gray;
	line-height: 18pt;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: white;
}

H2
{
	font-weight: bold;
	font-size: medium;
	color: #333366;
	font-family: Verdana, Arial, Sans-Serif;
}

H3
{
	font-weight: normal;
	font-size: medium;
	color: #333366;
	font-family: Verdana, Arial, Sans-Serif;
}

H4
{
	font-weight: bold;
	font-size: 12pt;
	color: #333366;
	font-family: Verdana, Arial, Sans-Serif;
	border-bottom: gray 1px dashed;
}

TD
{
	vertical-align: top;
}

A
{
	color: #666699;
	border-bottom: #666699 1px dashed;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

A:hover
{
	color: #6699cc;
	border-bottom: #6699cc 1px dashed;
	font-family: Verdana, Arial, Sans-Serif;
}

A.IMG
{
	border-bottom: 0px;
}

A.IMG:hover
{
	border-bottom: 0px;
}

.menuText
{
	font-size: 7pt;
	padding-bottom: 25px;
	padding-top: 25px;
	font-family: Verdana, Arial, Sans-Serif;
}

#header
{
	display: block;
	float: none;
	height: 101px;
	border-bottom: gray 1px dashed;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline;
	float: left;
	background-image: url(Images/Logo.gif);
	width: 250px;
	height: 100px;
}

#navBox
{
	position: absolute;
	top: 0px;
	left: 250px;
	display: inline;
	float: none;
}

#nav
{
	border-bottom: #666699 5px solid;
	height: 40px;
	background-color: #333366;
}

#navItem
{
	display: inline;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	float: left;
	border-left: #666699 5px solid;
	width: 100px;
	color: #9999cc;
	line-height: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	height: 35px;
}

#navItem a
{
	font-weight: bold;
	font-size: 8pt;
	color: #9999cc;
	line-height: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	border-bottom: none;
}

#navItem a:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: White;
	line-height: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	border-bottom: none;
}

#watermark
{
	BACKGROUND-POSITION-X: right;
	background-image: url(Images/Watermark.gif);
	background-repeat: no-repeat;
	background-color: white;
	width: 100%;
	height: 60px;
}

#bread
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	font-size: 7pt;
	color: gray;
	border-bottom: gray 1px dashed;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: whitesmoke;
}

#bread ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#bread ul li 
{
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#testimonial
{
	/* background-color: #EBE8DC; */
	background-color: #ECDFC4;
	border-bottom: gray 1px dashed;
}

#teaserBase
{
	width: 100%;
}

.teaser
{
	float: left;
	padding: 5px;
	margin: 10px;
	border-right: gray 1px dashed;
	font-size: 8pt;
	color: gray;
	line-height: 14pt;
	font-family: Verdana, Arial, Sans-Serif;
	width: 33%;
	height: 200px;
}

.teaserNoBorder
{
	float: none;
	padding: 5px;
	margin: 10px;
	font-size: 8pt;
	color: gray;
	line-height: 14pt;
	font-family: Verdana, Arial, Sans-Serif;
	/* width: 30%; */
	height: 200px;
}

#menu
{
	padding-right: 20px;
	padding-left: 20px;
	font-size: 8pt;
	float: left;
	padding-bottom: 20px;
	width: 30%;
	line-height: 24pt;
	padding-top: 20px;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: right;
}

#menu ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#menu ul li 
{
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
}

#menu ul li.dead
{
	font-weight: bold;
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
}

#content
{
	padding: 20px;
	float: left;
	width: 70%;
	color: #666699;
}

#footer
{
	float: none;
	padding: 5px;
	padding-left: 15px;
	margin: 10px;
	font-size: 7pt;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 10pt;
	border-top: gray 1px dashed;
}

.thumbnailRow
{
	border-top: dotted 1px #666699;
	padding-top: 1em;
	padding-bottom: 1em;
	vertical-align: top;
}

.thumbnailImage
{
	border: 1px solid #666699;
	cursor: hand;
	width: 120px;
}

.thumbnail
{
	display: inline;
}

.thumbnailComment
{
	vertical-align: text-top;
	font-size: 10pt;
	display: inline;
	color: #666699;
}

.smallText
{
	font-size: 7pt;
	color: gray;
	font-family: Verdana, Arial, Sans-Serif;
}