/* CSS Document */

body{
	color:#333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(images/bg.gif);
	background-repeat:repeat;*/
	background-color:#000000;
	text-align:center;
	height:100%;
    width:800px;
    margin:0px auto;
}
#wrapper{
	width:800px;
	background-image:url(images/wrap_bg.jpg);
	background-repeat: repeat-y;
	background-position:center top;
    height:100%;
    min-height: 100%;
	text-align:left;
	position:relative;
    padding-bottom:50px;
}
body > #wrapper {
    height: auto;
}
td.text{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.mainborder{
	background-color:#ffffff;
}

.headerborder{
	background-color:#000000;
}
.form{
	background-image:url(images/bg2.jpg);
	background-repeat:no-repeat;
	background-color:#e2e2e2;
	height:70px;
}

.form2{
	background-image:url(images/bg3.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding-top:4px;
	/*padding-left:10px;*/
	height:50px;
}
.footer{
	height:30px;
	width:760px;
	background-color: #333333;
	color:#CCCCCC;
	font-size:9px;
	text-align:center;
	position:absolute;
	padding-top:20px;
    bottom:0px;
}
h1{
	font-size:14px;
}
h2,h3,h4,h5,h6{
margin:0; 
padding:0; 
font-size:100%;
 }
 span{
 display:none;
 }
.border_bottom{
	border-bottom:1px solid #cccccc;
}
.bold12{
	font-size:12px;
	font-weight:bold;
}
.playbook{
	width:298px;
	height:184px;
	background-image:url(images/playbook2.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
.padding10{
	padding:10px;
}
.cover_text{
	background-image:url(images/cover3.jpg);
	background-repeat::no-repeat;
	width:387px;
	height:131px;
	padding-left:30px;
	color:#ffffff;
	font-weight:bold;
}
.tbl_service{
	background-color:#666666;
	font-size:10px;
	text-align:left;
}
.tbl_service_td{
	background-color:#f0f0f0;
	font-size:10px;
	text-align:left;
	vertical-align:top;
}
.service_th{
	background-color:#1E5677;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	font-weight:bold;
}
.service_th_toppicks{
	background-color: #FF8040;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	font-weight:bold;
}
.category{
	background-color:#2975A3;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	font-weight:bold;
}
.handi_name{
	font-size:10px;
	text-align:center;
	vertical-align:top;
	width:33%;
}
.title_column{
	background-image:url(images/title_bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
.img_border{
	padding:3px;
	border:1px solid #666666;
}
.red{
	color:#990000;
	font-weight:bold;
}
.divider{
	background-image:url(images/divider.jpg);
	background-repeat:repeat-y;
	width:5px;
}
.border_left{
border-left:solid 1px #39A7D7;
}