﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	min-width: 1200px;
}

#masthead {
	background: url('pix/tt1kl.png') no-repeat;
	height: 124px;
	background-color: #000000;
	color: #CCCCCC;
}

#logo {
	height: 80px;
	width: 498px;
	padding-left: 40px;
	padding-top: 30px;
	float: left;
}

#headertext {
	margin-left: 750px;
	height: 124px;
	font-size: small;
	padding-top: 10px;
	padding-right: 10px;
}

#top_nav {
	background: url('pix/navpix.png')repeat-x;
	background-image:url('pix/navpix.png');
	height: 22px;
	padding-left: 40px;
	padding-top: 6px;
	font-size: small;
}

#pnavi {
	background-color: #999999;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
     -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#plikenavi {
	background-color: #999999;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
     -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#p1centerstyle {
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #E2E9E9;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;

}
#p1leftstyle {
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #E2E9E9;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;

}
#p1leftstyletransparent {
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #E2E9E9;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	opacity:0.5;filter: alpha(opacity=50);	

}
#p1leftstyletransparent:hover {
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #E2E9E9;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	opacity:1;filter: alpha(opacity=100);		
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #E2E9E9;
	font-size: small;
}

#right_col {
	width: 200px;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #E2E9E9;
	font-size: small;
}

#page_content {
	margin-left: 250px;
	margin-right: 220px;
	font-size: small;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#footer {
	clear: both;
	font-size: small;
	text-align: center;
	margin-bottom: 10px;
}
a:link { color: #000000; text-decoration:none; font-weight:bold;}

a:visited { color: #000000; text-decoration:none; font-weight:bold;}

a:hover {  color: #000000; text-decoration:underline; font-weight:bolder;}

#page_content a:link { color: #333333; text-decoration:none; font-weight:bold;}

#page_content a:visited { color: #333333; text-decoration:none; font-weight:bold;}

#page_content a:hover {  color: #000000; text-decoration:underline; font-weight:bolder;}

#footer a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#pnavi a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#pnavi a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#pnavi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#pnavi:hover {
	padding-bottom:10px;
	padding-top:10px;
}

.text-underline {
	 text-decoration: underline;
}
.border0 {
	 border-width: 0px;
}


