body {
	font-family: "arial","helvetica",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 86%;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: #F2B500;
}
#outside {
	border-top: 10px solid rgb(255, 153, 51);
	border-bottom: 2px solid rgb(255, 153, 51);
	margin-left: 5%;
	margin-right: 5%;
	background-color: White;
}
#outside h1 { margin: 1% 1% 1% 8px;
color: rgb(255, 153, 51);
font-weight: normal;
letter-spacing: -1px;
}
#top-nav { margin: 5px 0pt 0pt;
float: right;
}
#top-nav a { color: rgb(255, 153, 51);
font-size: 120%;
margin-left: 5px;
margin-right: 5px;
text-decoration: underline;
}
#top-nav a:hover { color: rgb(221, 0, 0);
}
#middle-nav { margin: 13px 0pt;
padding: 6px;
background-color: rgb(119, 119, 119);
color: rgb(255, 255, 255);
}
#middle-nav a { border: 1px solid rgb(119, 119, 119);
padding: 3px;
margin-left: 5px;
margin-right: 5px;
color: rgb(255, 255, 255);
text-decoration: none;
}
#middle-nav a:hover { border: 1px solid rgb(255, 255, 255);
background-color: rgb(136, 136, 136);
color: rgb(255, 153, 51);
}
#right-col { padding: 5px;
float: right;
width: 29%;
margin-top: 10px;
}
.ul-menu { border-style: solid;
border-color: rgb(204, 204, 204);
border-width: 1px 1px 3px;
margin-top: 8px;
margin-bottom: 8px;
color: rgb(102, 102, 102);
}
ul.ul-menu { margin: 0pt;
padding: 0pt;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
ul.ul-menu li { border-bottom: 1px solid rgb(204, 204, 204);
}
ul.ul-menu a { margin-left: 5px;
color: rgb(102, 102, 102);
text-decoration: none;
}
ul.ul-menu a:hover { color: rgb(221, 0, 0);
}
span.slide { float: right;
margin-right: 3px;
}
.info { padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
background-color: rgb(238, 238, 238);
text-align: justify;
}
.info h4 { margin: 0pt;
color: rgb(255, 153, 51);
}
.info p { margin: 3px 0pt;
}
.info ul { margin: 0pt;
padding: 5px;
}
.info li { list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
.info a { color: rgb(255, 153, 51);
text-decoration: underline;
}
.info a:hover { color: rgb(221, 0, 0);
}
#main { padding: 5px;
margin-right: 29%;
margin-top: 10px;
color: rgb(119, 119, 119);
}
#main h2 { margin: 0pt;
color: rgb(255, 153, 51);
}
#main a { color: rgb(255, 153, 51);
text-decoration: underline;
}
#main a:hover { color: rgb(221, 0, 0);
}
#bottom-nav { margin-top: 15px;
margin-bottom: 15px;
text-align: center;
color: rgb(119, 119, 119);
font-size: 90%;
}
#bottom-nav a { margin-left: 5px;
margin-right: 5px;
color: rgb(102, 102, 102);
text-decoration: none;
}
#bottom-nav a:hover { text-decoration: underline;
}
#footer { margin: 0pt;
padding: 5px;
background-color: rgb(255, 153, 51);
color: rgb(255, 255, 255);
}
#footer h5 { margin: 0pt;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid grey;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

font.headline     { font-family : Tahoma, serif; font-size : 25pt; color : #000000; font-weight : bold; background-color: transparent; }
font.iheadline    { font-family : Tahoma, serif; font-size : 10pt; color : #FFFFFF; font-weight : bold; background-color: transparent; }

table.top         { width: 100%; border-bottom : 1px solid #000000; background-color: transparent; }
table.bottom      { width: 100%; border-top : 1px solid #000000; font-family : Tahoma, serif; font-size : 8pt; background-color: transparent; }
table.index       { background-color : #EEEEEE; color : #000000; border : 1px solid #000000; font-family : Tahoma, serif; font-size : 8pt; }
table.directories { font-family : Tahoma, serif; font-size : 10pt; background-color: transparent; }
table.files       { font-family : Tahoma, serif; font-size : 10pt; background-color: transparent; }
table.menu        { font-family : Tahoma, serif; font-size : 10pt; background-color: transparent; }
table.upload      { font-family : Tahoma, serif; font-size : 8pt; background-color: transparent; }
table.output      { font-family : Tahoma, serif; font-size : 8pt; background-color : #EEEEEE; color : #000000; }

td.iheadline      { background-color : #F2B500; color : #000000; border-bottom : 1px solid #000000; }
td.fbborder       { border-right : 1px solid #000000; background-color: transparent; }

#pagewidth{
	width: 640px;
	text-align: justify;
	min-width: 500px;
	margin-left: 30px;
	margin-right: auto;
} 

