/* CSS Document */

html { 
	min-height: 100%; 
	margin-bottom: 1px;  
}

body   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.5em;
	min-width: 760px;
	margin:0;
	background-image: url(images/pftw_logo.png);
	background-repeat: no-repeat;
	background-position: 390px 380px;	
}
#masthead {
	color: #006699;
	width:100%;
	height: 70px;
	margin-bottom: 0;
	border-bottom-width:.21em;
	border-top-style: none;
	border-right-style: 0;
	border-bottom-style: none;
	border-left-style: 0;
	border-bottom-color: #006699;
}	
.mastcontent {
	float:left;
	margin-left:120px;
	margin-top: 22.4px;
	height: 3em;
	width: 20em;
	
}

#wrapper {
	position: relative;
	
	
}
#column_wrapper {
	background-image: url(images/wrapperslice.png);
	background-repeat: repeat-y;
	
}

#left {
	width:200px;
	float: left;
	margin-top:0;
	margin-right:5px;
	padding: 0;
	
			
}
#center {
	height:38.0em;
	width: 140px;
	float: left;
	margin:0;
	margin-top:0;
	margin-right:3.0em;
	padding-left: 0;
	padding-right: 0;
	padding-top:0;
	padding-bottom:0;
	background-repeat: repeat;	
		
}


#right {
	padding:0;
	margin-left: 353px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
		
}

#rightsample {
	padding:0;
	margin:0;
	width:300px;
	float:left;
	
	
	
}
.contentleft {
	font-size: 12px;
	line-height: 1.5em;
	margin-top:0;
	margin-left: 1.5em;
	padding-top:1.5em;
	float:left;
	
}
.contentleftproject {
	font-size: 12px;
	line-height: 1.5em;
	margin-top:0;
	margin-left: 1.5em;
	padding:0;
	float:left;
	height:150px;
	width:138px;
	
}

.contentleftproject	a {
	font-size: 12px;
	line-height: 1.5em;
	margin-top:0;
	margin-left: 0;
	padding:0;
	float:left;
	height:150px;
	width:138px;
}
.content {
	margin-top: 0;
	margin-right: 2.0em;
	font-size: .85em;
	line-height: 1.5em;
	padding-top: 1.0em;
	padding-left:40px;
	
}
#right .content {
	width:85%;
	margin-top: 0;
	margin-right: 0;
	font-size: .85em;
	line-height: 1.5em;
	padding-top: 1.0em;
	padding-left:0;
	float:left;
	
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	background-image: url(images/clearfloat.png);
	background-repeat: repeat;	
}

.hdiv {
	clear: both;
	height: 3px;
	line-height: 0;
	font-size: 0;
	background-image: url(images/hdiv.png);
	background-repeat: repeat;	
}

.hdivsep {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
	
}

#footer .content {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

	
#footer {
	color: #FFFFFF;
	background-color: #006699;
	margin:0;
	font-size: 0.80em;
	font-style: bold;
	background-image: url(images/footer_bkgrd.png);
	background-repeat: repeat-x;
	height: 50px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #669900;
	text-decoration: underline;
}


h1 {
	font-size: 1.75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 1.25em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.24em;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	
}
h3 {
	font-size: 1.0em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #669900;
	
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

a{
	text-decoration:underline;
	background-color:inherit;
	color:#006699;
	font-weight: bold;
}

a:hover{
	text-decoration:underline;
	font-weight: bold;
	color: #669900;
}

li{
	list-style-position: inside;
	list-style-type: square;
	margin-top: 0;
	margin-right: 2.0em;
	font-size: 0.9em;
	line-height: 1.25em;
	padding-top: 0.5em;
	font-weight: bold;
}


.emessage {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;	
}