/* CSS Document */
TD{	
	font-family: tahoma;
	font-size: 13px;
	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;
}

#menu2 h4 {display:block;height:25px;margin:0px 1px;padding:5px 10px 0 10px;background:#09938D;}

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;font-size:17px;color:#f31a41;margin-bottom:-3px;}
h3 {font-family:arial;font-size:15px;color:#f31a41;margin-bottom:-5px;}

.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: #555;
height:50px;
}

.txt_copyright a {
	color: #555;
}

.txt_copyright a:hover{
	color: #aa0000;
	text-decoration: none;
}

	
#menu2 h4 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #fff; FONT-FAMILY: "Arial"
}

h1 {
	FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #09938d; FONT-FAMILY: "Arial"; margin-bottom:5px;margin-top:0px;
}

.sitenametitle {font-family:'arial', Trebuchet MS, tahoma; font-size:36px; 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;
}

ul#nav {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

ul#nav li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

ul#nav 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";
}

ul#nav li a:hover {
        color: #0c8486;
        background: #fff;
}

ul#nav a:active {
        background: #f26c4f;
        color: #fff;
}

ul#nav li#active a {
        background: #f26c4f;
        color: #fff;
}


/*- Left Menu --------------------------- */

#menu2 {
        width: 205px;
        margin: 0 3px 0 5px; 		
		font: normal 11px 'tahoma';			
        }

#menu2 p {padding:15px;}

#menu2 ul {padding:10px 5px;margin:0px;list-style:none;}

#menu2 li a {
        height: 22px;font-weight:bold;
        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;
        }

#content img {border:2px solid #aaa;}
#content a:hover {color:red;}

blockquote {font-style:italic;}

fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:380px;background:#eee;}
fieldset#contact-form label {font-size:14px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:360px;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:30px;}
