@charset "utf-8";

* {
	padding:0;
	margin: 0;
	}
#clear {
	clear:both;
	}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #660000;
}
#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCC;
	margin: 0 auto;
	background-image: url(IMAGES/sidebar1_bg.gif);
	background-repeat: repeat-y;
}
#container a {
	text-decoration: none;
	color: #FF0000;
}

/* ----------------- header styles ---------------*/
#header {
	position: relative;
	height: 80px;
	background-color: #CC0000;
	padding-left: 20px;
	color: #660000;
}
#header h1 {
	line-height: 60px;
}


#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom:0;
	float: left;
	list-style: none;
	background-color: #CC0000;
	background-image: url(IMAGES/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 900px;
	}

#header ul li{
	float:left;
	}
#header ul a {
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	background-image: url(IMAGES/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 1.2em;
	padding-bottom: 0;
	padding-left: 1.1em;
}
#header ul a.first {
	background: none;
	}


#header #img {
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;

}
#header #current {
	color: #B7FFC9;
}

#mainNav a:hover {
	color:#FFCC00;
	}

#mainNav #current a{
	color: #B7FFC9;
	}
#sidebar {
	background-color: #B7FFC9;
	float: right;
	width: 216px;
	position: relative;
	padding: 5px;
	color: #660000;
}
	
#mainContent {
	background-color: #FFFFCC;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 650px;
	color: #CC0000;
	float: left;
}
#mainContent a {
	color: #006600;

}
#files a {
	color: #006600;
}

#mainContent p {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}
#mainContent li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}

#notes {
	float: right;
	width: 450px;
	right: 0px;
	top: 0px;
	position: relative;
	padding: 0px;
}

#notes p {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(IMAGES/backgound2.gif);
	text-align: center;
	word-spacing: normal;
}



#files {
	width: 450px;
	background-color: #FFFFCC;
	float: left;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#files p {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	background-image: url(IMAGES/backgound2.gif);
	text-align: center;
	word-spacing: normal;
}
#FilesContainer {
	background-image: url(IMAGES/backgound2.gif);
	width: 900px;
	float: left;
	
}
#FilesContainer p {
	text-align: center;
	padding: 5px;
	color:  #CC0000;
	border: thin solid #660000;
}

#FilesContainer a {
	color: #006600;

	}
	
#files1 {
	width: 200px;
	float: left;

}
#files1 p {
	border-right-width: 0px;
}
#files2 {
	width: 100px;
	float: left;
}
#files2 p {
border-left-width: 0;
border-right-width: 0;
}
#files3 {
	width: 150px;
	float: left;
}
#files3 p {
border-left-width: 0;
}

#files4 {
	width: 200px;
	float: left;
}
#files4 p {
border-right-width: 0px;
}
#files5 {
	width: 100px;
	float: left;
}
#files5 p {
border-left-width: 0;
border-right-width: 0;
}
#files6 {
	width: 150px;
	float: left;
}
#files6 p {
border-left-width: 0;
}

#footer {
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
	clear: none;
	background-color: #CC0000;
	color: #660000;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;

}

#footer a {
	color: #B7FFC9;
}



#FilesNav a {

	display: inline;
}


#FilesNav li {
	text-decoration: none;
	display: inline;
	border: thin dashed #CC0000;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-color: #FFFF99;
	float: left;
}
#footer #statcounter {
	float: right;
	padding: 0.5em;
}
#footer #email {
	float: left;
}
#header #email {
	float: right;
	position: absolute;
	right: 10px;
	top: 0px;
	line-height: 60px;
}

#mainContent img {
	float: left;
	margin: 10px;
}
