/* CSS Document */
TD{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

BODY{	
	background-image: url(images/bg_gradient.gif);	 
	background-repeat: repeat-x;
	margin: 0;
}


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;
	line-height: 16px;
}

h1 {font-family:'arial', Trebuchet MS, tahoma;
font-size:36px;
font-weight:bolder;
color:#18066E;
}
h1 a {text-decoration:none; color:#18066E;}
h1 a:hover {text-decoration:none;}

h2 {font-family:'arial', Trebuchet MS, tahoma;
font-size:16px;
font-weight:bolder;
color:#524492;
margin-bottom:3px;
}

.body_txt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height:18px;
}

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: #18066E; FONT-FAMILY: Arial
}

.sitenametitle {font-family:Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold; color:#FFFF00; text-decoration:none;}
.sitenametitle a {text-decoration:none; color:#FFFF00;}
.sitenametitle a:hover {text-decoration:none; color:#FFFF00;}


/* CSS Tabs */
#navcontainer {
        margin: 0;
        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 {
	float: left;
	text-align: center;
	padding: 0;
	margin: 10 35 0 0;
	display: inline;
	vertical-align: middle;
}

#navcontainer ul li a {       
        height: 32px;
        padding: 6px 0 0;
        color: #fff;
        text-decoration: none;
        display: inline;
        font: bold 12px Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover {
        color: #18066E;
}

#navcontainer a:active {
        color: #18066E;
}

#navcontainer li#active a {
        color: #18066E;
}


/*- 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: #18066E;
        padding: 5px 15px 0 25px;
		background:  #fff url(images/bullet.gif) no-repeat left;
		margin-left: 0px;
        }
