/* Global styles
----------------------------------------------- */

a {
   text-decoration:none; 
   color:#B72038;
}

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-weight:normal;
   color:#000;
   font-size:13px;
   padding:0px 0px 10px 0px;
   margin:0px;
}

h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight:normal;
   color:#000;
   font-size:18px;
   line-height:24px;
   padding:5px 0px 15px 0px;
}

h3 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight:normal;
   color:#000;
   font-size:10px;
   line-height:14px;
}



blockquote	{
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	border-left: 1px solid #0073AD;
	}
	
	
/* Page Structure
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-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: 800px;
}


/* Body copy
----------------------------------------------- */

#bodycopy  {
   color:#000;
   font-size:13px;
}

/* Contact
----------------------------------------------- */

#contact  {
   color:#000;
   font-size:13px;
}