@charset "UTF-8";

/**************************  MENU  *************************/

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font-family: "Trebuchet MS";
	font-size:15px;
	color: #550F18;
/*	background-image:url(../images/titlebar.png);
*/	background-repeat:repeat-x;
	background-position: center left;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 2px 3px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
font-family: "Trebuchet MS";
font-size:12px;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
line-height:18px;
}

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

.arrowlistmenu ul li a{
color: #000000;
background-image:url(../images/arrowbullet.png); background-repeat:no-repeat; background-position: center left;
/*background-image:url(../images/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;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #550F18;
}


/**************************  MENU  *************************/








body {
	margin-top: 15px;	
}

h2 {font-family: "Trebuchet MS";
	font-size: 19px;
	line-height: 22px;
	color: #192D84;
	margin:0px; font-weight:normal;
}
h3 {font-family: "Trebuchet MS";
	font-size: 17px;
	line-height: 22px;
	color: #192D84;
	text-align:center; 	margin:0px;

}
h1 {font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 24px;
	color: #192D84;
		margin:2px; font-weight:normal;

}
.black{color:#000000; font-size:13px;}
.font_15pt{ font-size:15px;}

.td_main {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 17px;
}
.nav2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 17px;
}

a:link {
	color: #192D84;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #192D84;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #192D84;
}


h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 23px;
	color: #192D84;
}
.copy_mainblue {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 17px;
	color: #192D84;
}

.border {
	border: 1px solid #5BC6E8;
}



h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 28px;
	color: #192D84;
	margin-bottom:-18px;
}

.copy_main2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 19px;
}

.copy_main2 a:link {
	color: #192D84;
	text-decoration: none;
}
.copy_main2 a:visited {
	text-decoration: none;
	color: #192D84;
}
.copy_main2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.copy_main2 a:active {
	text-decoration: none;
	color: #192D84;
}
.copy_mainbluecaption {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	color: #192D84;
}
