@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: 0px;
	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: #663399;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}


.twoColFixLt #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #663399;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #663399;
	border-bottom-style: solid;
}




/*- Menu 3--------------------------- */
	
#menu3 {
	width: 187px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #e2e2f3;
	border-size: 1px;
	border-width: 1px;
	margin-left: 8px;
	}
	
#menu3 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #663399;
	display: block;
	background:  url(menu3.gif);
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #442C72;
	background:  url(menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 204px;
	border-right-color: #663399;
	border-left-color: #663399;
	border-right-width: 2px;
	border-left-width: 2px;
	margin-left: 12px;
	border-right-style: solid;
	border-left-style: solid;
	background: white;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #663399;
	padding: 0px;
	margin-top: 0px;
	border-top-width: 0px;
	border-top-style: none;
}

.twoColFixLt #container #sidebar1 p {
	margin-left: 12px;
}

.twoColFixLt #container #sidebar1 p a:link {
	color:#663399;
	text-decoration: none;
}
.twoColFixLt #container #sidebar1 p a:visited {
	color:#663399;
	text-decoration: none;
}
.twoColFixLt #container #sidebar1 p a:hover {
	color:#683699;
	text-decoration: none;
	background-color: #FFFFCC;
}


.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;
}
.twoColFixLt #container2 {
	background-color: #FFFFFF;
	margin: 4px;
	padding: 6px;
}

.twoColFixLt #mainContentwrapper {
	background-color: #663399;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLt  #mainContent  {
	font-size: 95%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 220px;
	line-height: 1.7em;
}
.twoColFixLt #mainContent h2 {
	font-size: 220%;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.twoColFixLt #container #mainContent p a:link {
	color:#663399;
	text-decoration: none;
}
.twoColFixLt #container #mainContent p a:visited {
	color:#663399;
	text-decoration: none;
}
.twoColFixLt #container #mainContent p a:hover {
	color:#683699;
	text-decoration: none;
	background-color: #FFFFCC;
}
.input {
    border: 1px solid #006;
    background: #E9D9FA;
}
.button {
	border: 2px solid #663399;
	background: #E9D9FA;
}
.button:hover {
	border: 2px solid #f00;
	background-color: #FFFFCC;
}
.alert {
    color:#FF0000;
	font-size:110%;
}
