/* 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/bgstrip.gif);	 
	background-repeat: repeat-x;
	margin: 0;
	background-color:#cccccc;
}

a {
text-decoration: none;
color: #996633;
border: none;
}

a:hover {
text-decoration: underline;
color: #996633;
border: none;
}

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:#cc9966;}

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: 13px;
	font-weight: normal;
	color: #666666;
	line-height:18px;
}

.caption_txt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	color: #666666;
	line-height:13px;
}

.txt_copyright {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;	
	color: #666666;
	text-decoration: none;
}

.txt_copyright a{
	color: #666666;
	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: 16px; COLOR: #cc9966; FONT-FAMILY: "Arial"
}

.sitenametitle {font-family:'arial', Trebuchet MS, tahoma; font-size:36px; font-weight:bold; text-decoration:none;}
.sitenametitle a {text-decoration:none;}
.sitenametitle a:hover {text-decoration:none;}


/* CSS Tabs */
#navcontainer {
        margin: 0;
        padding: 3px;
        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: 126px;
        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: #ffffff;
        background: #996633;
}

#navcontainer a:active {
        background: #cc9966;
        color: #fff;
}

#navcontainer li#active a {
        background: #cc9966;
        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;
        }

