@charset "UTF-8";
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #00 U0000; /* 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 */
	background-color: #000000;
	background-image: url(images/background2.jpg);
	background-repeat: repeat;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
.tableBottomBorder {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #643B82;
}
.twoColFixLtHdr #container #mainContent .style1 {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #421353;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #4C4C4C;
}
h1  {
	color: #CAB041;
	font-size: 170%;
}
h2 {
	color: #643B82;
}

.homeh1
{
	font-size: 300%;
	color: #643B82;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
}
.lessSpace {
	margin-top: -20px;
	margin-bottom: -20px;
}

.hometext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D0B535;
	vertical-align: top;
}

h3, h4, h5, h6 {
	color: #41214F;
	text-align: left;
	padding-left: 20px;
}

a {
	color: #5c2872;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}
.MenuBarHorizontal A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.twoColFixLtHdr #container {
	width: 1020px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #efe9ff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #643B82;
	border-right-color: #643B82;
	border-bottom-color: #643B82;
	border-left-color: #643B82;
	background-image: url(images/bkgrnd_cont.jpg);
} 
.twoColFixLtHdr #container #sidebar1 {
	text-align: left;
}
.twoColFixLtHdr #header {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #7F6E28;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 270px;
}
.twoColFixLtHdr #sidebar1 img {
	border: 1px solid #643B82;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 p {
	padding-right: 20px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 90%;
	color: #63397d;
	background-color: #d0b440;
} 
.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;
}
.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;
}

img
{
	padding: 4px;
}
.twoColFixLtHdr #container #sidebar1 #Lsidebar {
	padding-right: 50px;
}

.twoColFixLtHdr #header td
{
	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;
}
.noBorder {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
