/* CSS Document */

html, body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#666666;
	background-image: url(images/bkg.gif);
	}
a {
	color: #666699;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: none;
}
#main-container{
	width:1000px;
	margin:0px auto;
	background-color:#FFFFFF;
	}

#head{
	width:100%;
	}
#logo{
	background-image:url(images/ctp_logo.jpg);
	width:250px;
	height:102px;
	background-repeat:no-repeat;
	margin-left:70px;
	}
#bdy-container{
	width:860px;
	margin:0px auto;
	}

#top-navi{
	width:860px;
	background-color:#333333;
	height:25px;
	color:#FFFFFF;
	line-height:25px;
	text-align:center;
	border-bottom:solid 1px #FFFFFF;
	}
#top-img{
	background-image:url(images/nav_pics.jpg);
	width:860px;
	height:160px;
	}	
#bdy-txt{
	width:100%;	
	}
#ftr{
	height:48px;
	text-align:right;
	background-image: url(images/ftr_bkg.jpg);
	background-repeat: no-repeat;
	}
	
	
/*--------------------class----------------------------*/

.top-navi{
	text-decoration:none;
	padding:0px 10px 0px 10px;
	color:#FFFFFF;
	}
.top-navi:hover{
	padding:0px 10px 0px 10px;
	color:#99FF00;
	}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666699;
	padding-top:30px;
	font-weight:bold;
	}
.txt{
	line-height:24px;
	text-align:justify;
	padding-bottom:10px;
	}
.txt-hilite{
	line-height:24px;
	text-align:left;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
.contact{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:12px;
	padding-left:12px;
	}
.ftr-txt{
	padding-right:25px;
	height:48px;
	line-height:48px;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	}
.ftr-lnk{
	height:48px;
	line-height:48px;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	}
.ftr-lnk:hover{
	height:48px;
	line-height:48px;
	text-align:right;
	color:#FFFF66;
	font-size:10px;
	}
.sub-head{
	font-size:14px;
	font-weight:bold;
	color:#669900;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}

.border-solid         {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
}
.border-solid-bottom  { border-bottom: 1px #bbbbbb solid; }
.border-solid-top     { border-top:    1px #bbbbbb solid; }
.border-solid-left    { border-left:   1px #bbbbbb solid; }
.border-solid-right   { border-right:  1px #bbbbbb solid; }
.border-dashed        { border:        1px #bbbbbb dashed; }
.border-dashed-bottom { border-bottom: 1px #bbbbbb dashed; }
.border-dashed-top    { border-top:    1px #bbbbbb dashed; }
.border-dashed-left   { border-left:   1px #bbbbbb dashed; }
.border-dashed-right  { border-right:  1px #bbbbbb dashed; }

