/* get rid of 2 pixel border that surrounds images in table cells! */
img {display:block}


/*links*/
a:link.leftnav, a:visited.leftnav {
	font-family:Arial, sans-serif;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	color:#5575D1;
	text-decoration:none;
}

// same as above, but WITH AN ARROW
a.leftnavSUB{
	font-family:Arial, sans-serif;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	color:#5575D1;
	text-decoration:none;
	background: url(images/right.gif) no-repeat 97% 50%;
/*
	list-style-type: none;
*/
}
a:hover.leftnav {
	font-family:Arial, sans-serif;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	color:#b4b4b4;
	text-decoration:none;
}

a:link, a:visited{
	color:#064cd6;
	text-decoration:none;
}
a:hover{
	color:#b4b4b4;
	text-decoration:none;
}

/*body*/
body {
	background-color:#5575D1; /*#e3ebe3;*/
}

/*p*/
p{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#626262;
	text-align:left;
}

/* box in the nav bar with the name/addr/phone */
p#addressbox{
	font-family: Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#black;
	text-align:center;	
}

p.light{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#999999;
	text-align:left;
}

p.large{
	font-family: Arial, sans-serif;
	font-size:16px;
	color:#626262;
	text-align:left;
}

p.medium{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#666666;
	text-align:left;
}

p.navtext {
    font-family: Ariel, sans-serif;
	padding: 0px;
	color:#999999;
	margin-left: 25px;
	margin-right: 25px;
	font-size: small;
	text-align: left;
}

.fineprint{
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#626262;
	text-align: center;
}

/*tables*/
table.contentbody, tr.contentbody, td.contentbody {
	background-color: white;
}

table.contentnav, tr.contentnav, td.contentnav{
	background-color: #e4e4e4;	/*#427785*/
}

table.contentfooter, tr.contentfooter, td.contentfooter{
	background-color: #ffffff;	/* same as body background */
}

table.contentheader, tr.contentheader, td.contentheader{
	background-color: white;	/* was #dadada; same as body background */
}

td.border { 
border-color: #3366cc; 
border-width: 2px; 
border-style: solid;
padding: 6px;
}

/*ul*/
li{
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#626262;
}

ul{
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#626262;
	text-align:left;
}

/*Headings*/
h1{
	font-family: Arial, sans-serif;
	font-size:18px;
	color:#5575D1;
	text-align:left;
}

h1.center{
	font-family: Arial, sans-serif;
	font-size:18px;
	color:#696969;
	text-align:center;
}

h2{
	font-family: Arial, sans-serif;
	font-size:16px;
	color:#427785;
	text-align:left;
}


h2.center{
	font-family: Arial, sans-serif;
	font-size:16px;
	color:#696969;
	text-align:center;
}

h2.red{
	font-family: Arial, sans-serif;
	font-size:16px;
	color:red;
	text-align:left;
}

h2.blue{
	font-family: Arial, sans-serif;
	font-size:16px;
	color:#5575D1;
	text-align:center;
	padding:4;
}

h2.blue_left{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#5575D1;
	text-align:left;
	padding:4;
}

h3{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#696969;
	text-align:left;
}

h3.center{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#696969;
	text-align:center;
}

h3.blue{
	font-family: Arial, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#5575D1;
	text-align:left;
}

h3.center_red{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#cc3333;
	text-align:center;
}

