/* CSS Document */

/* Global styles
----------------------------------------------- */

a {
   text-decoration:none; 
   color:#969B2C;
}

a:hover {
   text-decoration:underline;
   color:#404040;
}

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:#000;
   margin-top:20px;
   font-size:18px;
   line-height:24px;
}

h2 {
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, serif;
   font-weight:normal;
   color:#404040;
   margin-top:10px;
   font-size:15px;
   line-height:18px;
}

h3 {
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, serif;
   font-weight:normal;
   color:#fff;
   margin-top:10px;
   font-size:18px;
   line-height:24px;
}

h3 a:hover{
   color:#fff;
}

p{
	padding: 0;
	margin: 0;
	color:#404040;
}


blockquote	{
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	border-left: 2px solid #969B2C;
	}
	
	
/* Page Structure
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-weight:normal;
	font-size:13px;
	color:#000;
	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;
}


/* Body copy
----------------------------------------------- */

#bodycopy  {
   color:#000;
   font-size:13px;
}

/* Contact
----------------------------------------------- */

#contact  {
   color:#000;
   font-size:13px;
}

/* Footer
----------------------------------------------- */

#footer {
   color:#969B2C;
   font-size:11px;
   text-align:center;
   padding-top:10px;
   padding-bottom:10px;
}

#footer td {
   text-align:center;
}

/* Address
----------------------------------------------- */

#address {
   color:#404040;
   font-size:11px;
   line-height:15px;
   text-align:center;
   padding-top:10px;
   padding-bottom:10px;
}

#address a {
   color:#969B2C;
}

#address a:hover {
   color:#404040;
}