﻿
	* {
	vertical-align:top;
	padding: 0;
	margin: 0;
	border: solid 0px black;
}

body  {
	background: #E5C267;
	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 */
}
.twoColFixLtHdr #container { 
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff url(images/page/outerdivbackground.gif) repeat-y; /*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 8px 0 8px;
} 

.twoColFixLtHdr #sidebar1 {
	width: 344px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLtHdr #mainContent { 
	padding: 0 22px 10px 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
	line-height: 18px;
} 
.twoColFixLtHdr #footer { 
    background:url(images/page/footerbackground.jpg);
    height: 60px;
    width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

.twoColFixLtHdr #footertext {
    color: #bda566;
    font: 10px Arial, Helvetica, sans-serif;
    padding: 15px 0 0 170px;
}

.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;
}

#languageLinkDiv {
	text-align: right;
	padding: 7px 16px 0 0;
}

#topmenuDiv {
	padding: 27px 0 0 357px;
}

#topmenuTable tr td {
	padding: 0px 9px 0px 9px;
}

.topMenuTableTd{
    border-right: 1px solid #e6d6ac;
	color:#B51240;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}

.topMenuTableRightmostTd{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#B51240;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}

#pageTitle{
	background: url(images/page/titlebackground.jpg) no-repeat;
	margin: 65px 0px 0px 16px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 0 5px;
	height: 18px;
}

#leftNavDiv{
	padding-left: 66px;
}

#leftMenuTable tr td{
	color:#B51240;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#leftMenuTable tr td.section{
	color: #c89408;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.ullist{
	margin:0; 	
	padding:0; 
	margin-left: 25px;
}

.ullist ul{
	margin:0; 	
	padding:0; 
	margin-left: 25px;
}

.ullist li{
	list-style-image:url(images/page/bullet.gif);
}

.subtitle {
	color: #bc2e56;
	font-weight: bold;
}

.homepageTextBox{ 
	width: 212px;
	background:url(images/page/textbox1top.gif) no-repeat top #fff7eb;
	border:thin 2px #fedeaa;
	background-color:#fff7eb;
}

.textBoxText{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #a98013;
}