* { margin: 0; padding: 0; }

html, body { height: 100%; min-height: 100%; }

img { border: 0px; }

p { margin-bottom: 1em; }

ul, ol {
	margin-left: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

ul { list-style-type: disc; }

p, div {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	line-height: 1.1em;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0.1em;
}

h1 { color: #cc0033; }
h2, h3, h4 { color: #aa0033; }

#contentdiv {
	min-height: 100%;
	[if lt IE 8] height: 100%;
	width: 900px;
}

#navcontent {
	position: absolute;
	top: 210px;
	left: 5px;
	width: 180px;
	padding: 0px 10px;
}

#innercontent {
	position: absolute;
	top: 200px;
	left: 205px;
	padding: 10px;
	width: 680px;
}

#footer {
	position: relative;
	bottom: -10px;
	height: 25px;
	width: 680px;
	text-align: left;
	margin: 30px 0px;
	color: #999999;
	font-size: 0.8em;
	padding-top: 5px;
	border-top: 1px #999999 dotted;
}

.feature {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.1em;
}

.fine {
	font-family: "Arial Unicode MS", "Franklin Gothic Medium", Futura, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	line-height: 1.1em;
}

.breadcrumb {
	font-family: "Arial Unicode MS", "Franklin Gothic Medium", Futura, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
	line-height: 1.1em;
}

.navelement_0, .navelement_1 {
	font-family: "Arial Unicode MS", "Franklin Gothic Medium", Futura, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.5em;
	border-bottom: 1px #AAAAAA dotted;
}

.navelement_1 { text-indent: -0.65em; margin-left: 13px; padding-left: 6px; font-size: 0.9em; line-height: 1.3em; padding-top: 1px; padding-bottom: 1px; }

.navelement_img { border: 0px; padding-bottom: 5px; }

a:link, a:visited, a:hover, a:active { font-weight: normal; text-decoration: underline; }
a.finelink:link, a.finelink:visited, a.finelink:hover, a.finelink:active { font-weight: normal; text-decoration: none; }
a.navlink_0:link, a.navlink_0:visited, a.navlink_0:hover, a.navlink_0:active { font-weight: normal; text-decoration: none; }
a.navlink_1:link, a.navlink_1:visited, a.navlink_1:hover, a.navlink_1:active { font-weight: normal; text-decoration: none; }

a:link			{ color: royalblue; }
a:visited	{ color: royalblue; }
a:hover		{ color: #4d4d4d; }
a:active		{ color: darkblue; }

.featurebox {
	width: 680px;
	margin: 15px 0px;
}

.featurebox_top			{ width: 680px; height: 65px; }
.featurebox_middle		{
	padding: 10px 65px;
	width: 550px;
	height: auto;
	background-image:  url('/images/feature_box_middle.gif');
	background-repeat:  repeat-y;
	font-family: Georgia, "Palatino Linotype", Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}

.featurebox_bottom	{ width: 680px; height: 40px; }

