@charset "utf-8";
/* CSS Document */

body {
	font-family: myriad, arial, sans-serif;
	color: #1a1a1a;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	background-image:url(/graphics/background_gradient.jpg);
	background-color: #76695b;
	background-repeat:repeat-x;
}

.white {
	color: #ffffff;
}

.tan{
	color: #e2ded0;
}

.light_blu{
	color: #5a96ac;
}

h1 {
	color: #273744;
	font-size: 18px;
	text-transform: uppercase;
}
	
h2 {
	color: #273744;
	font-size: 14px;
}
	
h3 {
	color: #273744;
  	font-size:12px;
   }

a:link, a:visited {
	color: #5a96ac;
	text-decoration: none;
}    

a:hover {
	color: #2d4f5c;
	text-decoration: none;
	border-bottom: 0px;
}

a.nav:link, a.nav:visited {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 0px;
}

a.nav:hover {
	color: #aedee4;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 0px;
}

a.nav2:link, a.nav2:visited {
	margin-left: 10px;
	line-height: 26px;
	color: #273744;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 0px;
}

a.nav2:hover {
	margin-left: 10px;
	line-height: 26px;
	color: #60a5b1;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 0px;
}

a.nav3:link, a.nav3:visited {
	color: #273744;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 0px;
}

a.nav3:hover {
	color: #5a96ac;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 0px;
}


a.copy:link, a.copy:visited {
	color: #5a96ac;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 0px;
}

a.copy:hover {
	color: #2d4f5c;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 0px;
}

.copyright{
	color: #5a96ac;
	font-family: Myriad, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
}


.img_left {
	border: 0;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.img_right {
	border: 0;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
