p {
	margin:0px;
	margin-bottom:6px;
	padding:0px;
	color:#333333;
	font-family:Arial;
	font-size:12px;
}
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size:17px;
	clear:both;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	margin-bottom:3px;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size:15px;
	clear:both;
	text-align:left;
	text-decoration:none;
	color:#4D4D4D;
	padding:0px;
	margin:0px;
	margin-bottom:2px;
	margin-top:5px;
}
h3 {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	clear:both;
	text-align:left;
	text-decoration:none;
	color:#5D776E;
	padding:0px;
	margin:0px;
	margin-top:2px;
}
body {
	background-color:#5D776E;
	text-align:center;
	padding:0px;
	margin:0px;
}
.container {
	width:888px;
	margin: 0 auto;
	text-align:left;
}

.top {
	background:url(images/top.gif) no-repeat;
	height:20px;
	padding-top:7px;
	text-align:right;
	padding-right:15px;
	color:#FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}
.top a {
	color:#FFFFFF;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}
.top a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}
.top a:visited {
	color:white;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}
.header {
	height:125px;
	padding-right:18px;
	padding-left:4px;
}
.logo {
	height:125px;
	width:133px;
	background:url(images/logo.gif) no-repeat;
	float:left;
	margin-left:1px;
}

.main_body{
background:url(images/main_bg.gif) repeat-y #5D776E center;
}
/*Nav*/
.nav {
	background:url(images/nav_bg.gif) no-repeat;
	height:50px;
	width:724px;
	float:right;
	margin-top:59px;
	font:bold;
}
.nav ul {
   margin:0px;
   margin-left:14px;
   padding:0px;
   list-style:none;
}
.nav li {
	text-align:center;
	height:40px;
	float:left;
	font-size:13px;
	font-family: arial, helvetica, sans-serif;
	font-weight:lighter;
	margin-right:5px;
	padding: 5px 9px;
	color:#FFFFFF;
	background:url(images/nav_separator.gif) right no-repeat;
}
.nav a {
    float:left;
	font-weight:lighter;
	height:27px;
    text-decoration:none;
    color:#FFFFFF;
	font-weight:bold;
	padding-top:13px;
}
.nav a:visited{
  color:#FFFFFF;
  text-decoration:none;
	font-weight:bold;
}
  .nav a:hover {
  color:#E2253C;
  text-decoration:none;
	font-weight:bold;
}
/*Nav Left*/
.nav_left {
	width:200px;
	margin:0px;
	padding:0px;
	float:left;
	margin-left:20px;
}
.nav_left_top {
	height:20px;
	margin:0px;
	padding:0px;
	background:url(images/menu_top.gif) no-repeat;
}
.nav_left_main {
	margin:0px;
	padding:0px;
	background:url(images/menu_bg.gif) repeat-y;
	padding-left:8px;
	padding-right:8px;
}
.nav_left_main ul {
   margin:0px;
   padding:0px;
   list-style:none;
   text-align:center;
}
.nav_left_main li {
	text-align:left;
	height:28px;
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	padding-left:10px;
}
.nav_left_main a {
    float:left;
    display:block;
    text-decoration:none;
    color:#FFFFFF;
	float:none;
	font-weight:bold;
}
.nav_left_main a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.nav_left_main a:hover {
	color:#E2253C;
    text-decoration:none;	
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
}
.nav_left_btm {
	height:20px;
	margin:0px;
	padding:0px;
	background:url(images/menu_btm.gif) no-repeat;
}


.top_heading {
	background:url(images/top_heading.gif) no-repeat;
	height:30px;
	width:850px;
	float:left;
	margin-top:0px;
	margin-left:12px;
	padding-top:5px;
	padding-left:10px;
	font:bold;
	font-family:Arial;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:5px;
}

/*Carousel*/
#carousel2 {
	padding:0px;
	marin:0px;
	margin-left:18px;
}
#carousel2 ul {
	list-style: none;
}
#carousel2 ul li {
	background:url(images/car_top.gif) repeat-x;
	width: 232px;
	height: 236px;
	padding:0px;
	padding-left:18px;
	padding-right:18px;
	padding-top:7px;
}
#carousel2 .jcarousel-scope {
    position: relative;
	padding:0px;
	/*padding-left: 36px;
	padding-right:36px;*/
	padding-left:18px;
    width: 832px;
	background:url(images/carousel_bg.gif) repeat-x;
	height:251px;
}
#carousel2 .jcarousel-next {
    position: absolute;
    top: 0;
    right: 0;
	width: 35px;
	height: 251px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(images/next.gif) no-repeat center;
}
#carousel2 .jcarousel-next:hover {
    background-image: url(images/next.gif);
}

#carousel2 .jcarousel-next-disabled, #carousel2 .jcarousel-next-disabled:hover {
    background-image: url(images/next.gif);
    cursor: default;
}

#carousel2 .jcarousel-prev {
    position: absolute;
    top: 0;
    left: 0;
	width: 36px;
	height: 251px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(images/previous.gif) center no-repeat;
}
#carousel2 .jcarousel-prev:hover {
	background-image: url(images/previous.gif);
}

#carousel2 .jcarousel-prev-disabled, #carousel2 .jcarousel-prev-disabled:hover {
    background-image: url(images/previous.gif);
    cursor: default;
}
/*Main Content*/
.main {
	padding:12px;
	font-size:11px;
	color:#333333;
}

.main h1{
font-family:Arial;
color:#666666;
font-size:14px;
}

.main_left {
	width:410px;
	float:left;
	background:url(images/main_separator.gif) repeat-y right;
	padding-right:8px;
	padding-left:20px;
	text-align:justify;
}
.main_left a {	
	color:#E3253B;
	font-weight:bold;
	text-decoration:none;
}
.main_left a:hover {	
	color:#5E776E;
	font-weight:bold;
	text-decoration:none;
}
.main_left a:visited {	
	color:#5E776E;
	font-weight:bold;
	text-decoration:none;
}
.main_right {
	width:410px;
	float:right;
	text-decoration:none;
}
.main_right a {	
	color:#5E776E;
	font-weight:bold;
	text-decoration:none;
}
.main_right a:hover {	
	color:#5E776E;
	font-weight:bold;
	text-decoration:none;
}
.main_right a:visited {	
	color:#5E776E;
	font-weight:bold;
	text-decoration:none;
}
/*Other*/
.other_left {
	width:560px;
	float:left;
	background:url(images/main_separator.gif) no-repeat right;
	padding-right:8px;
	padding-left:20px;
	color:#c1c1c1;
}

.other_left p {
	margin-top:8px;
	margin-bottom:8px;

}

.other_left a {	
	color:#E3253B;
	font-weight:bold;
	text-decoration:none;
}
.other_left a:hover {	
	color:#c1c1c1;
	font-weight:bold;
	text-decoration:none;
}
.other_left a:visited {	
	color:#E3253B;
	font-weight:bold;
	text-decoration:none;
}
.other_right {
	width:260px;
	float:right;
	text-decoration:none;
}
.other_right a {	
	color:#5E776E;
	font-weight:bold;
	text-decoration:none;
}
.other_right a:hover {	
	color:#5E776E;
	font-weight:bold;
	text-decoration:none;
}
.other_right a:visited {	
	color:#5E776E;
	font-weight:bold;
	text-decoration:none;
}



.become_member {
	background:url(images/become_member.gif) no-repeat;
	height:109px;
	width:394px;
	float:right;
	padding:6px;
	color:#CCCCCC;
	font-weight:bold;
}

.become_member p {
	margin-right:100px;
}

.event_background {
	margin-top:10px;
	background:url(images/events_bgrd.gif) no-repeat;
	height:109px;
	width:394px;
	float:right;
	padding:6px;
	color:#CCCCCC;
	font-weight:bold;
}

.event_background p {
	margin-right:100px;
}

/*Footer*/
.footer {
	height:15px;
	background:url(images/footer.gif) no-repeat;
	padding:20px;
}
.design {
	float:left;
	width:400px;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}

.design a {
	text-decoration:none;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}

.copyright {
	float:right;
	padding-right:0px;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
}