/* CSS Document */

/* Global styles
----------------------------------------------- */

a {
   text-decoration:none; 
   color:#B72A2D;
}

a:hover {
   text-decoration:underline;
   color:#770000;
}

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: "Lucida Grande", Arial, Helvetica, Verdana, serif;
   font-weight:normal;
   color:#333;
   padding:0px;
   margin:0px;
   font-size:24px;
   line-height:30px;
}

h2 {
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, serif;
   font-weight:normal;
   color:#000;
   margin-top:10px;
   margin-bottom:20px;
   padding-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #ccc;
}

h3 {
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, serif;
   font-weight:normal;
   color:#000;
   font-size:16px;
   line-height:20px;
}

h3 a:hover{
   color:#fff;
}

p {
   margin-top:10px;
}


blockquote	{
	padding: 0;
	padding-left: 0px;
	margin-left: 0px;
	border: 0;
	color:#666;
	}
	
.bullet {
color: #B72A2D;
}
	
	
/* Page Structure
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color:#E8E6E7;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-weight:normal;
	font-size:13px;
	color:#333;
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
}

#wrapper {
	margin: 0 auto;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	text-align: left; /* re-align the text to the left after the above hack */
	width: 760px;
}

.more {
font-size:11px;
}

.alertbox {
width:377px;
overflow:hidden;
background:#FFFFCC;
padding:15px;
}

.credit {
font-style:italic;
font-size:11px;
color:#666;
display:block;
margin-left:8px;
}

#links {
   font-family: Verdana, Arial, Helvetica, serif;
   font-size:10px;
   text-align: left; /* re-align the text to the left after the above hack */
}

	

/* Leftnav
----------------------------------------------- */

#leftnav {
   font-family: Verdana, Arial, Helvetica, serif;
   font-size:10px;
   border-bottom:#FFF solid 10px;
}
#leftnav ul {
   list-style-type:none;
   display:inline;
}
#leftnav ul.nav1 li {
   background:#fff url("images/leftnav1.gif") no-repeat 7px 0px;
   padding:7px 10px 10px 24px;
   font-weight:bold;
}
#leftnav ul.nav2 li {
   background:#fff url("images/leftnav2.gif") no-repeat 0px 8px;
   padding:5px 0 2px 12px;
   font-size:9px;
   font-weight:normal;
   border-bottom:none;
}
#leftnav ul li a {
   text-decoration:none;
   color:#B82B2D;
}
#leftnav ul li a:hover {
   text-decoration:underline;
   color:#770000;
}
#leftnav ul.nav2 li a {
   font-weight:normal;
}


/* Body copy
----------------------------------------------- */

#bodycopy  {
   color:#000;
   font-size:13px;
}

/* Contact
----------------------------------------------- */

#contact  {
   color:#000;
   font-size:13px;
}

/* Footer
----------------------------------------------- */

#footer {
   font-family: Verdana, Arial, Helvetica, serif;
   font-size:10px;
   line-height:15px;
   text-align:center;
   padding-top:10px;
   padding-bottom:10px;
}

#footer td table {
   text-align:center;
}

/* Breadcrumb
----------------------------------------------- */

#breadcrumb {
   font-family: Verdana, Arial, Helvetica, serif;
   font-size:10px;
   text-align: left; /* re-align the text to the left after the above hack */
   padding-top:10px;
   padding-left:10px;
}

#breadcrumb td table {
	text-align: left; /* re-align the text to the left after the above hack */
}
ul.bodybullet {
 margin-left:1.5em; margin-top:0px; margin-bottom:0.1px; padding-left:0px;
 }
