@charset "utf-8";
body  {
	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: #660099;
	background-color: #998FA3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img {
	border: #660099;
	}
	
img:hover {
	border-color:#FF0000;
}

img.twoColFixLtHdr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: #660099;
	border-bottom-width: 1px;
	}

hr {
	color: #660099;
}

a:link {
	color: #660099;
}

a:visited {
	color: #660099;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFF99;
}

a:active {
	color:#000000;
}

li {
	line-height: 120%
	}
		
#header img {
	border: none
	}
	
.twoColFixLtHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar; DEFAULT was 780px */
	background: #FFFFFF;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebarmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D8BFD8;
	font-size: 11pt;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #660099;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #660099;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660099;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltrt:hover {
	border-color:#FF0000;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.noborder {
	border:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.style1 {
	font-size: larger;
	font-weight: bold;
}

.style4 {
	color: #000000;
	}
	
.style6 {
	font-size: 130%;
	}

#namelist {
	line-height:50%
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu{
width: 210px; /*width of menu*/
}

.sidebarmenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.sidebarmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.sidebarmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.sidebarmenu ul li a{
	font: normal 16px Arial;
	color: #660099;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #D8BFD8;
}

.sidebarmenu ul li a:visited{
	color: #660099;
}

.sidebarmenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background: #D8BFD8;
}

#sidebarmenu a:link {
	color: #660099;
	border: 2px outset #FFFFFF;
	text-decoration:none;
	background-color: #D8BFD8;
}

#sidebarmenu a:visited {
	color: #660099;
	border: 2px outset #FFFFFF;
	text-decoration:none;
}

#sidebarmenu a:hover {
	color: #FF0000;
	background-color: #D8BFD8;
}

#sidebarmenu a:active {
	color:#00FF00;
	text-decoration: none;
	border: 2px inset #FFFFFF;
	background-color: #D8BFD8;
}


#footer a:link {
	color: #FFFFFF;
	border: 3px outset #FFFFFF;
	text-decoration:none;
	background-color: #664499;
}

#footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
	border: 3px inset #FFFFFF;
}

#footer a:active {
	color:#FFFFFF;
	text-decoration: none;
	border: 3px inset #FFFFFF;
}
.copyright {
	font-size: 11px;
	color: #FFFF33;
}
