@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvertica, sans-serif;
	font-size: 100%;
	background: #ffffff;
	color: #3b3b3b;
	background-color:#999999;
	padding:0px;
}

P {
/*line-height:1.5em;*/
margin-top:0px;
margin-bottom:1em;
}

TD {
	/*line-height:1.6; */
}

#master_container {
	margin-left:auto;
	margin-right:auto;
	width:940px;
	margin-top:15px;
}

#layout_topshadow {
	background-image:url(/images/layout/bbt.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:10px;
}

#layout_bottomshadow {
	background-image:url(/images/layout/bbb.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:10px;
	
}

#layout_centrecontainer {
/* contains the shadows left and right and the main body */
}

#layout_centrecontainer_topslice {

	background-position:left;
	background-repeat:no-repeat;
	height:87px;
	background-color:#dcdcdc;
	width:100%;
}

#layout_leftmenu {
	
	width:176px;
	
	min-height:450px;
	vertical-align:top
}

#layout_content {
vertical-align:top;
padding:0px;
margin:0px;
background-repeat:no-repeat;
background-position:top right;
}

/*___________________________________________*/
#layout_singlecolumn {
	vertical-align:top;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
	background-position:top right;
}

	#contentpadder {
		padding:15px;
		background-image:url(/images/home-bg.jpg);
		background-repeat:no-repeat;
		background-position:0px 15px;
	}
/*___________________________________________*/


#layout_leftshadow {
	background-image:url(/images/layout/bml.png);
	background-repeat:repeat-y;
	width:10px;
}



#layout_mainbody {
	background-color:#FFFFFF;
}

#layout_rightshadow {
	background-image:url(/images/layout/bmr.png);
	background-repeat:repeat-y;
	width:10px;
}

/*#layout_pageicon {
	float:right;
	position:absolute;
	margin-right:10px;
	margin-left:500px;
}*/





/*#bbtl {
float:left;
height:10px;
width:50px;
background-image:url(/images/layout/bbtl.png);

}

#bbt {
float:left;
height:10px;
width:100%;

}

#bbtr {
float:right;
height:10px;
width:50px;
background-image:url(/images/layout/bbtr.png);

}
*/


.rightfloat {
float:right;
margin-top:0px;
margin-left:10px;
margin-bottom:10px;

}

.leftfloat {
float:left;
margin-top:0px;
margin-left:0px;
margin-bottom:10px;
margin-right:10px;

}


hr {
padding:0px;
margin:0px;
background:none;
background-image:none;
color:#FFFFFF;
border:none;
border-bottom:#ccc 1px solid;
margin-top:3px;
margin-bottom:9px;
}






.errormessage {
color:#FF0000;
font-weight:bold;
}

.contactform tr td {
padding-top:3px;
}




.links  {
list-style:none;
padding:0px;
margin:0px;
margin-top:15px;
}
.links a {

}
.links  li {
margin-bottom:15px;
}



.downloadtable {
width:100%;
margin: 10px 0px 10px 0px;


}
.downloadtable .left{
width:150px;

}
.downloadtable TD {
border-top:#CCCCCC 1px dotted;
padding:5px;

}