/* CSS Document */
/*
---------------------------------------
GLOBAL Settings
---------------------------------------
*/
html
{
	font-family:Arial, Helvetica, sans-serif;
	/*color:#666666;*/
	color:#000000;
	font-size:12px;
	margin:0px;
}
body
{
	margin:0px;
	text-align:center;
}
div
{
	text-align:left;
}
img
{
	padding:0px;
	margin:0px;
	border:0px;
}


a:link.link1, a:visited.link1
{
	color:#00502D;
	text-decoration:none;
	font-weight:bold;
}
a:link, a:visited
{
	color:#00502D;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#00502D;
	text-decoration:none;
	text-decoration:underline;
	font-weight:bold;
}


.bottom-banner a:link , .bottom-banner a:visited 
{
	color:#ffffff;
	text-decoration:underline;
	font-weight: bold;
}
.bottom-banner a:hover
{
	color:#cccccc;
}


li
{
	list-style-image:url(../images/bullet.png);
}
.bullet
{
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:12px 6px;
}
/*
---------------------------------------
Layout Content Settings
---------------------------------------
*/

.border-right
{
	border-left:1px solid #00502D;
	border-right:1px solid #00502D;
	border-bottom:1px solid #00502D;
	padding-bottom:3px;
	width:758px;
	margin:0 auto;
/*	background-image:url(../images/images/border_right.gif);
	background-position:0px;

	background-repeat:repeat-y;
	*/
}
.border-bottom
{

	width:800px;
/*	background-image:url(../images/images/border_bottom.gif);
	background-repeat:no-repeat;
	*/
}
.main-frame
{
	
	width:752px;
	margin-left: 3px;
	
	/*background-image:url(../images/images/left_navigation_bg.gif);
	background-repeat:repeat-y;*/
}
.top-banner
{
	background-image:url(../images/images/glenwood_logo.gif);
	background-repeat:no-repeat;
	background:#00502D;
	height:80px;
	width:745px;	
	background-position:580px 4px;
	padding-right:7px;
	padding-top:4px;
	text-align:right;
}

.bottom-banner
{
	clear:both;
	background:#00502D;
	/*background-image:url(../images/images/bottom_bg.gif);*/
	font-size:10px;
	width:752px;
	padding-top:14px;
	padding-bottom:14px;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
}
.top-navigation
{
	width:752px;
	margin-top:3px;

	background-image:url(../images/images/navigation_bg.gif);
	background-repeat:repeat-x;
	padding-top:1px;
	padding-bottom:1px;
	height:-10px;
}
.left-navigation
{
	width:156px;
	float:left;
	margin:0px;
	padding:0px;
}
.home
{
	width:752px;
}
.content
{
	margin-right:0px;
	margin-bottom:3px;
	width:516px;
	float:right;
	background:#F3F2F1;
	/*background:#FBFBFB;*/
	padding-top:30px;
	padding-left:35px;
	padding-right:35px;
	padding-top:20px;
	padding-bottom:30px;
	margin-top: 3px;
}
.top-image
{
	width:586px;
	float:right;
}
/*
---------------------------------------
Document Content Settings
---------------------------------------
*/
.toc
{
	border:0px solid #000000;
	width:520px;
}
.toc td
{
	border:0px;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	vertical-align:top;
	padding:4px;
}

.toc_head
{
		background:#00502D;
		color:#FFFFFF;
}


h1
{
	font-size:16px;
	padding-bottom:10px;
	color:#00502D;
}
h2
{
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
	color:#00502D;
}
/* Titel Green */
.documentBgTitel1
{
	background:#00502D;
	color:#ffffff;
	font-weight:bold;
	padding-left:4px;
	margin-top:40px;
}

.documentUnderlinedTitel1
{
	color:#00502D;
	background-image:url(../images/images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
	margin-bottom:14px;
	padding-bottom:2px;
	padding-top:20px;

}
.documentBox1
{
	background-image:url(../images/images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	
}


