/* CSS Document */

/* All associated graphics copyright 2006, Mustard Seed Studios*/

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


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

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../img/lft_bkg.jpg);
	background-repeat: repeat-x;
	color: #730504;
	padding: 0;
	background-color: #730504;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #730504;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #730504;
}
a:link {
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;

}
a:active {
	text-decoration: none;
	color: #730504;


}	
a.td.image:link { 
background: url(..img/top_nav_bkg.jpg); 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #deb126;
	font-weight: normal;
	text-decoration: none;	
} 

a.td.image2:hover { 
background: url(img/top_nav__ro_bkg.jpg); 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	font-weight: normal;
	text-decoration: none;	

}
a.subnav:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.subnav:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
a.subnav:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}
a.subnav:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #deb126;
	font-weight: normal;
	text-decoration: none;

}
	
.floatleft {
    float: left;
	padding: 0 10px 10px 0px;
}
.floatright {
    float: right;
	padding: 0 0px 10px 10px;
}

/*
-----------------------------------------------------------------------------------------
TYPOGRAPHY ELEMENTS
-------------------------------------------------------------------------------------- */





.wht_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
}
.aspacer2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.leftsamll {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}
.leftsmall:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration: none;
	
}

.left_eventstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}

.left_eventstext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	font-weight:bold;
	text-decoration: underline;
}


.small_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	padding: 5px 20px 5px 20px;
	line-height: 14px;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	color: #730504;
}
.mainheaders {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 20px;
	color: #730504;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;

}