body {
	margin:0 10px 0 10px;
	color:#333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color:#ffffff;
	border-left:5px solid #ff9900;
	height: 100%;
/*	width: 100%;*/	
}

#layoutTable {
	border:0px;
	border-collapse:collapse;
	table-layout:fixed;
}

.layoutRow {
	vertical-align:top;
}

img {
	border:none;
	margin:0 5px 0 0;
}

p {
	margin:0 0 0.6em 0;
}

/*   dynamic content   */



#content {
	line-height: 1.6em;
}

#content a:link {
 text-decoration: none;
 color: #ff9900;
}
#content a:visited {
 text-decoration: none;
 color: #ff9900;
}
#content a:hover {
 text-decoration: underline;
 color: #333333;
}
#content a:active {
 text-decoration: none;
 color: #ff9900;
}

/*   dynamic menue   */


.mainMen{
	padding:10px 10px 10px 10px;
	border-top: 1px solid #ff9900;
	height: 15px;
	width:250px;
	color: #ff9900;
	font-weight:bold;
}
.mainMen a:link {
	text-decoration: none;
	color: #333333;
}
.mainMen a:visited {
	text-decoration: none;
	color: #333333;
}
.mainMen a:hover {
	text-decoration: none;
	color: #ff9900;
}
.mainMen a:active {
	text-decoration: none;
	color: #333333;
}


.subMen {
	width:250px;
	padding:4px 10px 4px 20px;
	color: #ff9900;
	font-weight:bold;
}
.subMen a:link {
	text-decoration: none;
	color: #333333;
}
.subMen a:visited {
	text-decoration: none;
	color: #333333;
}
.subMen a:hover {
	text-decoration: none;
	color: #ff9900;
}
.subMen a:active {
	text-decoration: none;
	color: #333333;
}
