html {
	width:100%;
	overflow:scroll;
	}
body { 
	background: #fcfddf;
	font-family: arial, sans-serif
}
img {
	border: 0px none;
}
img.inline {
	border: 1px solid black;
	background-color: #dddddd;
	margin-right:1em;
	padding: 2px; 
}
img.right {
	margin-right:0em;
	margin-left:1em;
}
h1 {
	margin: 10px; 
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}
h2 {
	text-align: center;
}
h3 {
	font-weight: bold;
}
td {
	border-style: none;
	vertical-align: top;
}
table {
	max-width:99%;
}
p, td {
	color: #3366cc;
}
p.footer {
	text-align: center;
	color: #6699ff;
	font-size: x-small;
}
a:link {
	color: #3366fc;
	text-decoration: none;
}
a:visited {
	color: #3366fc;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
 	margin:10px 200px 10px 200px; 
	}
#main {
	min-width:950px;
	border:1px solid black; 
	background:#fff;
 	margin-top:   20px;
	margin-bottom:20px;
	margin-left:  15px;
	margin-right: 15px;
	padding:3px;
}
#menu {
	border-right:1px solid black; 
	border-bottom:1px solid black;
	border-top:1px solid black;
	float:left;
	position:relative;
	left:-3px;
	background:#eee;
	width:160px;
	white-space:nowrap;
	padding-top:10px;
	padding-left:5px;
	}
#menu ul {
	font-size:14px;
	font-weight:bold;
	color:black;
	list-style: none;
	position:relative;
	left:-32px;
	padding-top:10px;
	}
#menu a {
	font-weight:500;
}
#menu a:hover {
	font-weight:bold;
	text-decoration: none;
	}
#top {
	text-align:center;
	width:100%;
	overflow:hidden;
 	margin-top:10px; 
	margin-bottom:10px;
	}
#content {
	width:760px;
	overflow:auto;
	margin:  0;
	padding: 5px;
	padding-top: 0;
	}
.external {
	background: transparent url("/images/external.png") no-repeat scroll right center;
	padding-right:13px;
}
.breadcrumb {
	font-size: smaller;
	border-bottom: 1px solid silver;
	margin-top: 0;
}
.underlined td {
	border-bottom: 1px solid silver;
}
td.noborder {
	border: none;
}
