@charset "utf-8";
html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #DFECF2;
	margin: 0px;
	padding: 5px;
	font-size: small;
}

#shadowdiv {
	filter:shadow(color:gray);
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	/* min-height: 97%; */
	min-height: 100%;
	height: 100%
	padding-bottom: 10;
	padding-left: 10;
}

#container { /* div you want to stretch */
	background-color: #fff;
	min-height: 95% !important;
	width: 800px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
[if lte IE 6]>
<style type="text/css">
#shadowdiv {
height: 100%;
}

</style>
<![endif]#navbar {
}

/* **************************************************************** */

/* THIS IS WHERE ALL THE STYLES FOR THE HEADER AND FOODER DIVS ARE */

/* **************************************************************** */

#footer {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 790px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding: 5px;
	border-bottom-style: solid;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	/*min-height: 5%*/;
	font-weight: bold;
	height: 15px;
}
#footer a {
	color: #000;
	text-decoration: none;
}

#header {
	height: 104px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* **************************************************************** */

/* THIS IS WHERE ALL THE STYLES FOR THE SIDE NAVIGATION BAR DIV ARE */

/* **************************************************************** */

#sidebar {
	width: 100px;
	padding-left: 5px;
	float: left;
	padding-right: 5px;
}
#sidebar ul {
	list-style-type: none;
	White-space: nowrap;
	text-align: Left;
	padding: 0px;
	margin: 0px;
	color: #000;
}

#sidebar ul li a {
	font-size: small;
	color: #386AD9;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#sidebar ul li a:hover {
	font-size: medium;
	color: #000;
	text-decoration: none;
}
#sidebar ul li a:active {
	font-size: small;
	color: #000;
	text-decoration: none;
}
#sidebar ul li a:visited {
	font-size: small;
	color: #90C;
	text-decoration: none;
}
#sidebar ul li a:visited:hover {
	font-size: medium;
	color: #000;
	text-decoration: none;
}
#sidebar ul li a:visited:active {
	font-size: small;
	color: #000;
	text-decoration: none;

/* **************************************************************** */

/* THIS IS WHERE ALL THE STYLES FOR THE MAINCONTENT DIV ARE LOCATED */

/* **************************************************************** */

}
#maincontent {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 110px;
	
}
#maincontent a {
	font-size: small;
	color: #386AD9;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#maincontent a:hover {
	font-size: medium;
	color: #000;
	text-decoration: none;
}
#maincontent a:active {
	font-size: small;
	color: #000;
	text-decoration: none;
}
#maincontent a:visited {
	font-size: small;
	color: #90C;
	text-decoration: none;
}
#maincontent a:visited:hover {
	font-size: medium;
	color: #000;
	text-decoration: none;
}
#maincontent a:visited:active {
	font-size: small;
	color: #000;
	text-decoration: none;
}

#maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
}
#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.contentimage {
	float: right;
	margin: 8px;
}

/* **************************************************************** */

/* THIS IS WHERE ALL THE STYLES FOR GENERAL FORMATTING ARE LOCATED */

/* **************************************************************** */


.float-left {
	float: left;
}
.float-right {
	float: right;
}.FancyText {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.BoldText {
	font-weight: bold;
}
.AlertText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #F03;
	text-decoration: blink;
	font-weight: bold;
}

