/* CSS Document */
TD{	
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin:0px; padding:0px
	line-height:16px;
	
}

BODY{	
	background-image: url(images/mainbg.gif);	 
	background-repeat: repeat-x;
	margin: 0;
	background-color:#e9f2f9;
}


td.leftcolumntitle {
	 margin:0 1px;
}

span.columntitle {
	display:block;
	height:25px;
	margin:0px 1px;
	padding:5px 10px 0 10px;
}

p {padding:10px 0 10px 0; margin:0;}

h1 {font-family:'arial', Trebuchet MS, tahoma;
font-size:36px;
font-weight:bolder;
color:#0b8b89;
}
h1 a {text-decoration:none; color:#0b8b89;}
h1 a:hover {text-decoration:none; color:#f5665a;}

h2 {font-family:'arial', Trebuchet MS, tahoma;
font-size:16px;
font-weight:bolder;
color:#f31a41;
margin-bottom:3px;
}

.body_txt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height:15px;
}

.txt_copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;	
	color: #333;
	text-decoration: none;
}

.txt_copyright a{
	color: #333;
	text-decoration: none;
}

.txt_copyright a:hover{
	color: #ff0000;
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.titlebold {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #fff; FONT-FAMILY: "Arial"
}

.titlebold2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #09938d; FONT-FAMILY: "Arial"
}

.sitenametitle {font-family:'arial', Trebuchet MS, tahoma; font-size:20px; font-weight:bold; color:#0b8b89; text-decoration:none;}
.sitenametitle a {text-decoration:none; color:#0b8b89;}
.sitenametitle a:hover {text-decoration:none; color:#f26c4f;}


/* CSS Tabs */
#navcontainer {
        margin: 0;
        padding: 4px;
        height: 37px;
		width:100%;
		text-align:center;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {       
        width: 78px;
        height: 27px;
        padding: 10px 0 0 0;
        margin: 0 0 0 0;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 12px "arial";
}

#navcontainer ul li a:hover {
        color: #0c8486;
        background: #fff;
}

#navcontainer a:active {
        background: #f26c4f;
        color: #fff;
}

#navcontainer li#active a {
        background: #f26c4f;
        color: #fff;
}


/*- Left Menu --------------------------- */

#menu2 {
        width: 205px;
        margin: 0 3px 0 5px; 		
		font: bold 11px 'tahoma';			
        }

#menu2 li a {
        height: 22px;
          voice-family: "\"}\"";
          voice-family: inherit;
        text-decoration: none;
		background:  url(images/bullet.gif) no-repeat left;
        }

#menu2 li a:link, #menu2 li a:visited {
        color:#484848;
        display: block;
        background:  url(images/bullet.gif) no-repeat left;
		margin-left: 0px;
        padding: 5px 15px 0 25px;
        }

#menu2 li a:hover, #menu2 li #current {
		display:block;
        color: #09938d;
        padding: 5px 15px 0 25px;
		background:  #fff url(images/bullet.gif) no-repeat left;
		margin-left: 0px;
        }
