body { 
	margin: 0px 0px 0px 0px;
	font-family: "Century Gothic", Arial, sans-serif;
}

#leftcontent {
	width: 198px;
	margin: 0px 0px 0px 0px;
	background-image: url("left_border.gif");
	background-repeat: repeat-y;
}

#maincontent {
	margin: 0px 0px 0px 0px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 4px dashed #000;
	border-right: 4px dashed #000;
	vertical-align: top;
}

a 			{ font-weight: bold; text-decoration: none; }
a:link 		{ color: #600; }
a:visited 	{	}	
a:hover 	{ text-decoration: underline; }
a:active 	{ text-decoration: underline; }
	
#status {
	font-size: small;
	text-align: right;
}
	
#rightcontent {
	width: 200px;
	margin: 0px 0px 0px 0px;
	background-image: url("right_border.gif");
	background-repeat: repeat-y;
	vertical-align: top;
}

#toc {
	float: right;
	width: 100px;
	background-color: #ff8;
	border: 4px dashed #cc0;
	padding: 20px 20px 20px 20px;
	margin: 20px 20px 20px 20px;
}

#toc a { 
	color: #00f;
	font-size: small;
	white-space: nowrap;
	padding-right: 20px;
	display: block;
}

table {
	border-spacing: 0px;
}

p.warning {
	color: red;
}

p.small {
	font-size: x-small;
	text-align: center;
}

div.window { 
	display: block; 
	border-style: solid; 
	border-color: #000000; 
	background: #ffffff; 
	padding: 10px; 
	border-width: 1px; 
	line-height: 24px; 
}
div.header { 
	display: block; 
	border-style: solid; 
	border-color: #000000;
	background: #c0c0c0; 
	padding: 5px; 
	border-width: 1 1 0 1px; 
	font-weight: bold; 
}
