body,td,th {
	color: #393939;
	font: 15px/17px "Trebuchet, Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body {
	background-color: #FFF;
}


a:link {
	color: #4c0886;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:visited {
	color: #4c0886;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #154a86;
	text-decoration: underline;
}

.text-11 {
	font-size: 11px;
	line-height: 13px;
	color: #393939;
}

.text-12 {
	font-size: 12px;
	line-height: 15px;
	color: #393939;
}

.text-13 {
	font-size: 13px;
	line-height: 16px;
	color: #393939;
}

.text-14 {
	font-size: 16px;
	line-height: 20px;
	color: #393939;
}

.text-16 {
	font-size: 16px;
	line-height: 22px;
	color: #393939;
}

.text-18 {
	font-size: 18px;
	line-height: 24px;
	color: #393939;
}

.Header-1 {
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #393939;
}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
color: white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 8px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align: right;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

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

.arrowlistmenu ul li a{
color: #fa1715;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #4c0886;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #6f6241;
background-color: #F3F3F3;
}
.twoColFixLtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;
	text-align: center;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	line-height: 11px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 190px; /* 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 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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 */
	font-size: 10px;
	text-align: center;
}

.copyright {
	font-size: 9px;
	line-height: 9px;
	color: #6e6e6e;
}

.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;
}

.image_float_right {
	float: right;
	margin: 10px;
	text-align: justify;
}

.image_float_left {
	float: left;
	margin: 10px;
}
