#container{
	text-align:center;
	
		}
	
body {
	
	background: url(images/stripe.png) repeat;
	padding:0;
	margins:0;
	text-align:left;
}

#header {
	background: url(images/header.png) no-repeat;
	height: 150px;
	width: 760px;
	border-top: 1px  #00CC00 solid;
	border-left: 1px #00CC00 solid;
	border-right: 1px #00CC00 solid;
}
#navigation{
	/*clear:both;*/
	margin-top:130px;
	
	}
/* begin css tabs */

ul#tabnav { /* general settings */
text-align: right; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 5px solid #4C444C; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 body#tab1 li.tab5 body#tab1 li.tab6{ /* settings for selected tab */
border-bottom: 1px solid #4c444c; /* set border color to page background color */
background-color: #000000; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #4c444c; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #FFCC00; /* set unselected tab background color as desired */
color: #4c444c; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #4c444c; /* set desired hover color */
	color: #FFFFFF;
}
#separator{
	clear:both;
	height:0px;
	}		
#midimage{
height:200px;
width:800px;
background-image:url(file:///C|/DWSites/tpiproposal/images/midimage.png);
border: 1px #FFcc00 solid;

	}
#content{
	background-color:#FFFFFF;
	border-left:#00CC00 1px solid;
	border-right:#00CC00 1px solid;
	border-bottom:#00cc00 1px dashed;
	width:760px;
	text-align:left;
	}
#news{
	/*background-color:#CCCCCC;
	border:1px solid #4c444c;*/
	width: 150px;
	float:left;
	padding:5px;
	}
#news{	
	font: bold 11px verdana, arial, sans-serif;
	text-align:left;
	}
#main{
	float:right;
	width:585px;
	padding-left:10px;
	border-left:1px dashed #4c444c;
	}
h1{
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	color:#006600;
	text-align:left;
	line-height:1.5em;
	/*border-bottom:1px dashed #4c444c;*/
	}

h2	{
	font: bold 11px verdana, arial, sans-serif;
	text-align:left;
	margin-bottom:0;
	}

p 	{
	font:11px verdana, arial, sans-serif;
	text-align:left;
	margin-top:0;
	}
.postedby {
	font:bold 10px verdana, arial, sans-serif;
	text-align:left;
	color:#006600;
	margin-bottom:5px;
	}
.postedon {
	font:bold 10px verdana, arial, sans-serif;
	text-align:left;
	color:#006600;
	margin-bottom:2px;
	}
#footer{
	padding-top: 15px;
	clear:both;
	background-color:#FFFFFF;
	width:760px;
	/*border-top:#4C444C 1px dashed;*/
	border-left:1px solid #00CC00;
	border-right:1px solid #00CC00;
	border-bottom:1px solid #00CC00;
	}
.footertxt{
	text-align:center;
	font:bold 11px verdana, arial, sans-serif;
	color:#00CC00;
	line-height:1.5em;
	}
.headerrow{
	background-color:#FFCC00;
	border:#006600;
	}
.clienttxt{
	text-align:left;
	font:10px verdana, arial, sans-serif;
	color:#006600;
	line-height:1.5em;
	}
.bottomrow{
	bgcolor:#006600;
	}
	
.bottomrow a{
	text-align:left;
	font:10px verdana, arial, sans-serif;
	color:#ffffff;
	line-height:1.5em;
	text-decoration:none;
	}
.bottomrow a: hover{
	text-align:left;
	font:10px verdana, arial, sans-serif;
	color:#ffcc00;
	line-height:1.5em;
	text-decoration:none;
	}
#cliclogo{
	float:left;
	width:300px;
	}
#clickinfo{ float:right;
	margin-left:5px;
	width:280px;
	}
#blockquote{
	background:#33CC99;
	padding:5px;
	width:auto;
	margin-right:10px;
}
.bq{
color:#FFFFFF;
font-weight:bold;
}

.question{
font-weight:bold;
/*border-bottom:dashed 1px #009900;*/
}
.answer{
padding-bottom:5px;
border-bottom:dashed 1px #009900;
}

img
{  border-style: none;
}

.10percent{
	line-height:150%;
	font-weight:bold;
	}
