body {
	background-image:url("../img/bkgdline.gif");
	background-position:left top;
	background-repeat:repeat;
	background-color: #002a51;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-right: 0%;
}

#all {
	background-image:url("../img/footbk.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color: transparent;
	width: 780px;
	min-height:90%;
	margin: 0px auto;
	font-family:"Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 100%;
	border: 0px solid green;
}

.bkgdimg	{
	background-color: #ffffff;
	background-image:url("../img/p1build4.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	width:auto;
	height:auto;
}

#hdr {
	background-image:url("../img/hdr-p1v2.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #ffffff;
	width:780px;
	height:146px;
	font-family:times,serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	font-style:italic;
	text-align: left;
	line-height: 120%;
	border: 0px dotted cyan;
}

#hdline	{
	position:absolute;
	top:118px;
	width:768px;
	text-align:center;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-style:normal;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
}

.pgname	{
	float:right;
	width:auto;
	height:50px;
	margin-top:40px;
	padding-right:40px;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	font-weight:normal;
	line-height: 1em;
}

.pgname2	{
	float:right;
	width:auto;
	height:50px;
	margin-top:20px;
	padding-right:40px;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	font-weight:normal;
	line-height: 1em;
}

#menubar {
	background-color: #ffffff;
	width:780px;
	height:44px;
	margin:0;
	padding:0;
	border-bottom: 0px none;
}

#fullcol	{
	background-color: #ffffff;
	width:780px;
	min-height:400px;
	margin-top:0px;
	padding:0;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight:normal;
	font-style:normal;
	text-align: left;
	line-height: 120%;
	border: 0px dotted cyan;
}

#content {
	background-color: transparent;
	width: 780px;
	margin: 0px auto;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 100%;
	border: 0px solid green;
}

#leftcol	{
	clear:left;
	float:left;
	background-color: #ffffff;
	width:300px;
	min-height:400px;
	height:auto;
	margin-top:-2px;
	padding:0;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight:normal;
	font-style:normal;
	text-align: left;
	line-height: 120%;
	border: 0px dotted cyan;
}

#leftcol2	{
	clear:left;
	float:left;
	background-color: #ffffff;
	width:300px;
	min-height:400px;
	height:500px;
	margin-top:-2px;
	padding:0;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight:normal;
	font-style:normal;
	text-align: left;
	line-height: 120%;
	border: 0px dotted cyan;
}

#ritecol {
	float:right;
	background-color: #ffffff;
	margin-top:-2px;
	padding-top:6px;
	width:480px;
	min-height:400px;
	height:auto;
	font-family:"Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	line-height: 110%;
	border: 0px dotted red;
}

#foot {
	background-image:url("../img/foot.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:transparent;
	width:780px;
	height: 110px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	border: 0px solid orange;
}

.footer {
	background-color:transparent;
	border: 0px solid #ffffff;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {  /*for nav submenu items*/
	display: block;
	background-color: #002a51;
	width:98px; /* nav a width + (nav a border x2) = nav li width = nav li ul width = nav li ul ul width */
	height:38px;
	border-bottom: 2px solid #d44230;
	font-family:arial,sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	word-spacing:-2px;
	text-decoration: none;
}

#nav a:hover {  /*for submenu items*/
	background-color: #d9d9d9;
	color: #d44230;
	text-decoration: none;
	border-bottom: 2px solid #d44230;
}

#nav li { /* all list items */
	float: left;
	width: 98px; /* width needed or else Opera goes nuts :: nav li width = nav li ul width = nav li ul ul width */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 98px; /* see nav li width  */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	top:auto;
	left:auto;
}

.menuc	{
	background-image:url("../img/tab-frame.gif");
	background-position:center top;
	background-repeat:no-repeat;
	background-color:transparent;
}

.menuc:hover	{
	background-color:#d9d9d9;
}

.hdr-rust	{
	float:right;
	background-image:url("../img/tab-frame2.gif");
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #d44230;
	width:480px;
	height:38px;
	margin:0;
	padding:0;
	border-bottom: 2px solid #d44230;
	font-family:georgia, times, serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	line-height:3.2em;
}

.hdr-rust2	{
	float:right;
	background-image:url("../img/tab-frame2.gif");
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #d44230;
	width:480px;
	height:38px;
	margin:0;
	padding:0;
	border-bottom: 2px solid #d44230;
	font-family:georgia, times, serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	line-height:1.3em;
	vertical-align: middle;
}

.hdr-rust3	{
	float:right;
	background-image:url(../img/tab-frame2.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-color: #d44230;
	width:480px;
	height:38px;
	margin:0;
	border-bottom: 2px solid #d44230;
	font-family:georgia, times, serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	line-height:1.4em;
	vertical-align: middle;
	padding: 0px;
}

h1	{
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003486;
	text-align:left;
	line-height: 1em;
	margin-top:0px;
	padding:1px 6px;
}
a.phonelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.phonelink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h2	{
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003486;
	text-align:left;
	line-height: 1.1;
	margin-top:0px;
	padding:1px 6px;
}

.bttn	{
	background-image:url("../img/bttnoff.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-color: transparent;
	width:131px;
	height: 30px;
	margin:0px;
	padding:0px;
	line-height:210%;
	text-align:center;
	border: 0px solid orange;
}

a.bttn 	{
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	text-align:center;
	text-decoration:none;
}

a.bttn:hover {
	display:block;
	background-image:url("../img/bttnglo.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color: transparent;
	color: #6666cc;
	text-decoration:none;
}

hr {
	width: 90%;
	border-top: 1px solid #1e3b81;
	background-color: transparent;
	text-align:center;
}

tr	{
	vertical-align: top;
}

td p {
	background-color:transparent;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:center;
	padding:0;
	border: 0px none;
}

.text {
	background-color:transparent;
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:left;
	text-indent:32px;
	padding-left:6px;
	padding-right:6px;
	border: 0px solid #ffffff;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
}


.text a	{
	color:#1e3b81;
	font-weight:normal;
	text-decoration:underline;
	border: 0px solid #ffffff;
}

.text a:hover {
	background-color:#CDD4F2;
	color:#1e3b81;
	text-decoration: none;
	border: 0px solid #ffffff;
}

/* form styles */

.req	{
	color:#d44231;
}
form p {
  	clear: left;
  	margin: 0;
  	padding-top: 4px;
  	font-weight:bold;
}
form p label {
  	float: left;
  	width:16%;
}
fieldset {
  	border: 2px outset #d44230;
  	margin: 0px 5px;
  	padding: 10px;
}
legend {
  	font-weight:bold;
 	padding: 6px;
 	background-color: #ffbfb8;
}
input {
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	color: #00008B;
	font-weight: normal;
	text-decoration: none;
  	border: 1px inset #00008B;
  	width: 230px;
	height:14px;
	background-color: #efefef;
}
input.btn {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #002a51;
	border: 3px outset #999999;
  	width: 120px;
	height:22px;
	margin:8px 10px;
}
input.btn:hover {
	font-weight: normal;
	color: #002a51;
	text-decoration: none;
	background-color: #efefef;
	border: 3px inset #999999;
}
textarea {
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	width: 360px;
	height: 210px;
	margin-top:8px;
  	border: 1px inset #00008B;
	background-color: #efefef;
	text-decoration: none;
}
select {
	font-family:"Lucida Grande", Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002a51;
	text-decoration: none;
	width:130px;
	height:23px;
  	border: 1px inset #00008B;
  	background-color: #efefef;
	list-style-type: square;
}

