* {
	padding: 0;
	margin: 0;
}

body {
	background-color:#cccccc;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-image: url(images/ihbg.gif);
	background-repeat: repeat;
}

td {
	font-size: 0.75em;
}

pre {
	font-family: courier;
	font-size: 0.9em;
}

ul {
	margin-left:30px;
	margin-bottom: 10px;	
}

a:link {
	text-decoration:none;
	font-weight : bold;
	color: #006600;
} 

a:active {
	text-decoration:none; 
	font-weight : bold;
	color: #006600;
} 

a:visited {
	text-decoration:none;
	font-weight : bold; 
	color:#006600;
} 

a:hover {
	text-decoration:none;
	font-weight : bold;	
	background-color: #FF0000; 
	color:#FFFFFF
} 

a img {
	border:0;
}

blockquote {
	margin:1em;
	padding:.5em;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

blockquote p {
	margin:.2em;
}

#MainContainer {
	min-width: 600px;
	max-width: 1000px;
	margin: 0.5em auto;
	padding: 0;
	overflow: hidden;
	text-align:left;
	background-color:#eeeeee;
}

* html #MainContainer {
width:expression(((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth :
document.body.clientWidth)
> 1100 ? "1000px" : (((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth :
document.body.clientWidth) < 605 ? "600px" : "auto"));
}

#MainDiv {
	padding: 1em 2em 2em 2em;
}

#MainDiv p {
	margin-bottom: 10px;
}

#MainDiv h2 {
	font-size:1.4em;
	margin-bottom: 5px;
	margin-top: 20px;
}

#TopDiv {
	background:#cc0000;
	text-align:left;
}


#TopNav {
	margin:0 5px 0 5px;
	padding:3px;
	background:#66CC66;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #cc0000;
}

#TopNav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#TopNav li {
	margin:0;
	padding:.25em;
	display:inline;
}

#TopNav li a, #TopNav li a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

#TopNav li a:hover, #TopNav li a:active {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
	background-color:#ff0000;
}

#TopDiv h1 {
	font-family: Arial Black, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:2.4em;
	white-space: nowrap;
	padding:8px;
	line-height:150%;
	color: #ffffff;
	display: inline;
	font-variant: normal;
}

#TopRight {
	text-align:right;
	margin: 0 1em 0 0;
	padding: 0;
}

#FootDiv {
	clear:both;
	padding:0;
	margin:0 1em 0 1em;
	text-align:center;
}


#FootDiv p {
	color:#808080;
	line-height:1.1em;
	margin:15px 0 0 0;
	padding:0 0 3px 0;
}

.junior{
	font-family : "Comic Sans MS", Arial, sans-serif;
}

.icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-position-y: top;
}
.excel-file { background-image: url(images/icons/excel.gif) }
.help-file { background-image: url(images/icons/help.gif) }
.hot-file { background-image: url(images/icons/hot.gif) }
.page-file { background-image: url(images/icons/page.gif) }
.pdf-file { background-image: url(images/icons/pdf.gif) }
.photo-file { background-image: url(images/icons/camera.gif) }
.text-file { background-image: url(images/icons/text.gif) }
.web-file { background-image: url(images/icons/web.gif) }
.word-file { background-image: url(images/icons/word.gif) }

