/* CSS Document */

/*
 * The # is used to specify an ID element.
 * The ID can only be used by one element. 
 *
 * The . is used to specify a CLASS element.
 * CLASS is used for multiple instances or tags. 
*/
body {
  background-color: #EEEEE7;
}

td.left_column {
  background-color: #47627a;
}

td.center_column {
	background-color: #47627a;
	text-align: justify;
}

td.right_column {
  background-color: #47627a;
}

#mainlinks a:hover {
  color: #42433c;
}

.currentpage {
  color: #42433c;
}

#TA_Link {background-color: #7b1f02!important; font-size: 11px!important; text-align: center!important;}

.TA_ruser{color:#999999!important;}


.event_link{
	color: #6487a5!important;
	font-weight: bold;
}
	
.event_hol {
	color: #84ccff;
	font-weight: bold;
}

.event_festiv {
	color: #f6adda;
	font-weight: bold;
}	


input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#main_content b{
 font-weight:bold;
color:#273a49;
}

#main_content b a{
text-decoration:underline;
color:#273a49;
font-weight:bold;}

h1{
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	}

#message
{
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	float: left;
	width: 300px;
	position: relative;
	left: 120px;
	top: 40px;
	z-index:0;
}

#mainlinks li {
padding-right: 26px !important;
}

/*new styles for the footer links.Changed on 02 February to accomodate the NEW HTML structure to suit the W3CS Standards*/

#bar_3 {
  width: 850px;
  font-size: 9px;
  color: #848B5E;
  padding-top: 13px;
  padding-bottom: 5px;
}
#bar3_links {
  padding:0px 0px 0px 0px;
  margin: 0px;
   list-style-type: none;
}
/*
.bar3_nav_divide {
  padding-left: 3px;
  padding-right: 3px;
  color: #848B5E;
}*/
#bar3_links li {
float:left;
 background:url(../images/nav-bg.gif) no-repeat right bottom;
 height:12px;
 padding:0px 7px 0px 10px;
 margin:0px;
}


#bar3_links a:link,#bar3_links a:visited,#bar3_links a:active {
  color: #848B5E;
  text-decoration: none;
}
#bar3_links a:hover {
  color: #848B5E;
  text-decoration: underline;
}
.bar3_currentpage {
  color: #848B5E;
}
.no-bg{
	background:none !important;
	
}

.pd-left{
	padding-left:229px;
	
}
.pd-left2{
	padding-left:235px;
	
}


 a.comodo:link, a.comodo:visited,a.comodo:active,a.comodo:hover { color: #585C4F; font-weight: normal;}
 
 .comodo-img{
	 padding-left:50px; 
 }
