/* Global styles
----------------------------------------------- */

a {
   text-decoration:none; 
   color:#79ADC2;
}

a:hover {
   text-decoration:underline;
   color:#0073AD;
}

a span {
   font-weight:bold;
}

a img {
   border:0;
}

hr {
   color:#79ADC2;
   height:1px;
}

form {
   margin:0px;
   padding:0px;
}

table {
   text-align:left;
}

th {
   text-align:left;
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:16px;
   color:#0073AD;
   padding:5px 0px 5px 0px;
}

blockquote	{
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	border-left: 1px solid #0073AD;
	}


/* Page Structure
----------------------------------------------- */

html body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin:0px 0px 0px 0px;
   background:#ddd;
   text-align:center;
   font-size:11px;
}

#page  {
   width:760px;
   color:#000;
   background:#FFF;
   margin:0px auto;
   text-align:left;
}

#space {
   padding:4px 4px 4px 4px;
}


.nav_panel  {
   text-align:left;
   text-transform:lowercase;
}

.content_panel  {
   width:368px;
   margin:0px auto;
   text-align:center;
}

.right_panel  {
   text-align:left;
}


/* Top Nav
----------------------------------------------- */

#top_nav {
  width:752px;
  background:#660000;
  border-top:4px solid #FFF;
  border-bottom:4px solid #FFF;
}


#top_nav td {
  padding:0px;
  font-size:1em;
  font-weight:bold;
  color:#FFF;
}


/* Body copy
----------------------------------------------- */

#bodycopy  {
   font-size:11px;
   line-height:15px;
   color:#000;
}


/* Text size
----------------------------------------------- */

.textsize  {
   font-size:11px;
   line-height:15px;
   color:#000;
}


/* title
----------------------------------------------- */

.title {
   width:100%;
   height:34px;
   background:#79ADC2;
   color:#fff;
   margin:0px auto;
   border-bottom:4px solid #FFF;
   text-align:left;
}

.title h1 {
   font-family: Arial, Helvetica, sans-serif;
   margin:0px auto;
   text-transform:lowercase;
   font-size:13px;
   font-weight:normal;
   color:#fff;
   padding:0 0 0 11px;   
}

.title a {
  font-weight:bold;
  color:#fff;
}

.title a:hover {
   font-weight:bold;
   text-decoration:underline;
   color:#0073AD;
}

 
/* Leftnav
----------------------------------------------- */

#leftnav ul {
   list-style-type:none;
   margin:0;
   padding:0;
}

#leftnav ul.nav1 li {
   padding:20px 0px 0px 0px;
   font-weight:bold;
}




/* Footer
----------------------------------------------- */


.footer {
  width:752px;
  background:#79ADC2;
  border-top:4px solid #FFF;
}

.footer td {
  font-size:10px;
  color:#FFF;
}

.footer span {
  color:#fff;
}

.footer p {
  margin:8px 0 10px 13px;
 line-height:16px;
}

.footer a {
  font-weight:bold;
  color:#fff;
}

.footer a:hover {
   font-weight:bold;
   text-decoration:underline;
   color:#0073AD;
}

