@charset "utf-8";
/* CSS Document */

body
	{
		margin: 0;
		padding: 0;
		background-color: #fff;
	}
#wrapper
	{
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
		color: #030932;
		background-color: #fff;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
a:link, a:visited
	{
		font-weight: bold;
		text-decoration: underline;
		color: #001287;
	}
a:hover, a:active
	{
		font-weight: bold;
		text-decoration: none;
		color: #001287;
		background-color: #d4e5f6;
	}
#header
	{
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
		background-image: url(images/hdr-gradient.jpg);
		background-repeat: repeat-x;
		height: 100px;
	}
#header a:link, #header a:visited, #header a:hover, #header a:active
	{
		text-decoration: none;
		background-color: transparent;
	}
#navbar_top
	{
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
		height: 32px;
		color: #f2f2f2;
		background-color: #001287;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #f2f2f2;
	}
#burrito-wrapper
	{
		padding: 0 0 12px 0;
		width: 980px;
		text-align: center;
		margin: 0 auto;
		background-image: url(images/sidebars.gif);
		background-repeat: repeat-y;
		border-right: 2px solid #001287;
		border-bottom: 2px solid #001287;
		border-left: 2px solid #001287;	
	}
#burrito-wrapper h1
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 170%;
		margin: 0 auto;
	}
#left-bar
	{
		float: left;
		width: 160px;
		padding: 24px 0 0 0;
	}
#left-bar ul
	{
		margin: 0;
		padding: 0;
		width: 160px;
		display: block;
		text-align: left;
	}
#left-bar ul li
	{
		list-style-type: none;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		border-top: 1px dotted #001287;
	}
#left-bar ul li.last
	{
		border-bottom: 1px dotted #f2f2f2;
	}
#left-bar ul li.special
	{
		margin-top: 24px;
		border-bottom: 1px dotted #f2f2f2;
		border-top: 1px dotted #f2f2f2;
	}
#left-bar ul li a:link, #left-bar ul li a:visited
	{
		color: #f2f2f2;
		background-color: #001287;
		padding: 8px 12px;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
#left-bar ul li a:hover, #left-bar ul li a:active
	{
		color: #001287;
		background-color: #fff;
		padding: 8px 12px;
		display: block;
	}
#left-bar a:link, #left-bar a:visited, #left-bar a:hover, #left-bar a:active
	{
		text-decoration: none;
		background-color: transparent;
	}
#right-bar
	{
		float: right;
		width: 148px;		
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 80%;
		margin: 0 auto 1em auto;				
		color: #f2f2f2;		
		padding: 24px 5px 0 5px;
		text-align: center;
	}
#burrito-wrapper #right-bar h1
	{
		padding: 2px;
		margin: 0 auto -.4em auto;
		font-variant: small-caps;
		color: #001287;
	}
#burrito-wrapper #right-bar h3 a
	{
		font-weight: bold;
		font-style: italic;
		color: #001287;
		font-size: 90%;
		line-height: 120%;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-decoration: none;
		background-color: transparent;
		padding: 0 12px;
	}
#burrito-wrapper #right-bar p
	{
		padding: 2px;
		margin: 0 auto 0 0;		
		color: #001287;
	}
#burrito-wrapper #right-bar p.desc
	{
		padding: 2px;
		margin: 2px auto 0 0;
		font-style: italic;
		font-size: 90%;
		line-height: 130%;
	}
#burrito-wrapper #right-bar h6
	{
		padding: 0 2px;
		margin: 0 auto 0 0;
		font-weight: bold;
		color: #001287;
		font-size: 85%;
		line-height: 130%;
	}
#burrito-wrapper #right-bar h5
	{
		padding: 2px;
		margin: 1.1em auto 0 0;
		color: #001287;
		background-color: #f2f2f2;
		font-size: 110%;
		font-variant: small-caps;
		border: 1px dotted #001287;
	}
#burrito-wrapper #right-bar h5 a:link, #burrito-wrapper #right-bar h5 a:visited
	{
		text-decoration: none;
		color: #001287;
	}
#burrito-wrapper #right-bar h5 a:hover, #burrito-wrapper #right-bar h5 a:active
	{
		text-decoration: none;
		color: #001287;
		background-color: #f2f2f2;
	}
#content
	{
		margin: 0 180px 0 190px;
		font-size: 95%;
		line-height: 135%;
		text-align: left;		
		padding: 2px 0 0 0;
	}
#content h1
	{
		color: #001287;
		margin: 0 auto .15em auto;	
		font-variant: small-caps;
		line-height: 115%;
	}
#content h2
	{
		color: #001287;
		margin: 0 auto .2em auto;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 110%;
		font-weight: normal;
	}
#content p
	{
		margin: 0 auto 1em 0;
		line-height: 150%;
	}
#content p.first
	{
		margin: 3px auto 1em 0;
		line-height: 150%;
	}
#content p.nomarg
	{
		margin: 0 auto;
	}
#content p.right
	{
		text-align: right;
	}
#content p.center
	{
		text-align: center;
	}
#content #crumbs p
	{
		margin: 0 auto 16px 0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
#content #crumbs a
	{
		font-weight: bold;
	}
#content a
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 95%;
	}
#content a.trans
	{
		background-color: transparent;
	}
#content #crumbs a:link, #content #crumbs a:visited
	{
		color: #001287;
		background-color: transparent;
		text-decoration: none;
		font-size: 100%;
	}
#content #crumbs a:hover, #content #crumbs a:active
	{
		color: #001287;
		background-color: transparent;
		text-decoration: underline;
		font-size: 100%;
	}
#content img
	{
			border: 2px solid #001287;
			font-size: 80%;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#content img.right
	{
			float: right;
			margin: 6px 12px 6px 24px;
	}
#content img.pullquote
	{
			float: right;
			margin: 6px 12px 6px 24px;
			border-top: 1px dotted #001287;
			border-bottom: 1px dotted #001287;
			border-left: none;
			border-right: none;
			padding: 7px 0;
	}
#content img.pullquote01
	{
			border-top: 1px dotted #001287;
			border-bottom: 1px dotted #001287;
			border-left: none;
			border-right: none;
			padding: 7px 0;
	}
#content img.left
	{
			float: left;
			margin: 6px 24px 6px 0;
	}
#content div.center
	{
			margin: 1em 32px 1em 0;
			text-align: center;
	}
#content .special
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 95%;
		color: #001287;
		text-transform: uppercase;
	}
#content table.form p
	{
		margin: 2px auto;
	}
#content td.field
	{
		width: 120px;
		padding-right: 20px;
		font-weight: bold;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 95%;
		color: #001287;
	}
#content #pullquote
	{
		float: right;
		width: 200px;
		border-left: 1px dotted #001287;
		border-bottom: 1px dotted #001287;
		padding-left: 4px;
		margin-left: 20px;
	}
#content #pullquote p
	{
		float: right;
		width: 180px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height: 140%;
		color: #001287;
		text-align: right;
		margin: 0 0 .5em 0;
	}
#clearone
	{
		clear: both;
		height: .1em;		
	}
#footer
	{
		width: 500px;
		text-align: center;
		margin: 0 auto;
		padding: 18px 0 12px 0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 88%;
		clear: both;
	}
#footer p
	{
		margin: 0 0 1.5em 0;
	}
#footer p.address
	{
		font-size: 92%;
		margin: 1.5em 0 0 0;
	}
#footer img
	{
		margin: 0 1em;
	}
#footer a:link, #footer a:visited
	{
		font-weight: bold;
		text-decoration: none;
		color: #001287;
	}
#footer a:hover, #footer a:active
	{
		font-weight: bold;
		text-decoration: none;
		color: #001287;
		background-color: #d4e5f6;
	}
#footer .none a:link, #footer .none a:visited, #footer .none a:hover, #footer .none a:active
	{
		text-decoration: none;
		background-color: transparent;
	}
#freefind
	{
		margin-bottom: 12px;
		padding: 0 8px;
	}
#freefind form input
	{
		color: #000;
		background-color: #fff;
		font-weight: bold;
		font-size: 12px;
	}
#constant
	{
		margin-top: 20px;
	}
.italic
	{
		font-style: italic;
	}
.black
	{
		color: #000;
	}
.smaller
	{
			font-size: 90%;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.rom
	{
		font-style: normal;
	}
.small-rom
	{
			font-size: 85%;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-style: normal;
	}