body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.header {
        font-size: larger;
        font-variant: small-caps;
        font-weight: bold;
}

.centerstrong 
{
     font-weight: bold;
     text-align:center;
     
     
}


table.photoalbum 
{
    width:100%;
    border:none;
    text-align:center;
    font-style:italic;
    font-size:smaller; 
}

table.photoalbum td
{
    text-align:center;
    vertical-align:middle;
    padding-bottom:10px;
}


table.linkcontainer td {
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
	
}

td.logo_area{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.logotext{
	text-align: center;
	font-variant: small-caps;
	font-size: larger;
	font-weight: bold;
	letter-spacing: 8px;
}

td.middle_spacer {
	width: 800px;
	background-color: #666666;
}
td.shadow_right {
	background-image: url(../images_template2/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../images_template2/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 5px;
	background-image: url(../images_template2/bg_content.jpg);
	background-repeat: repeat;
	vertical-align: top;
}
td.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

td.horizontal_center {
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../images_template2/header_bg.jpg);
}
td.header_column {
	height: 120px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: large;
	background-image: url(../images_template2/header2_bg.jpg);
	background-position: top;
}
td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	background-image: url(../images_template2/bg_content.jpg);
	background-repeat: repeat;
}

td.left_content a:active,a:visited,a:link
{
color:#0000FF;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	
}
a.main_link:hover{
	color: #FFFFFF;
	background-color: #333333;

}

a.sub_link:active,a.sub_link:visited,a.sub_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 14px;
	text-align: left;
	padding: 0 10px 0 10px;
	border: 1px inset #333333 ;
	 filter:alpha(opacity=70);  /* IE7 doesn't inherit opacity from td element, so add here again */
	
	
}


a.sub_link:hover{
	background-color:#333333;
	width: 100%;
}

a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
}

div.bottom_content a{
	color: #FFFFFF;
}

div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: left;
	font-variant: small-caps;
}


ul.suckerfish,ul.suckerfish li,ul.suckerfish li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  
}
ul.suckerfish {
  border-right: 0px solid #000; /* to fix IE5.0/Win bug */
}

ul.suckerfish li {
  float: left;
  width: 100%;
}



ul.suckerfish li ul {
  position: absolute; 
  width: 15em;
  left: -999em;
  height: auto;
  
}
ul.suckerfish li:hover ul,ul.suckerfish  li.sfhover ul {
  left: auto;
}



