/* company info stylesheet, Luke Tarplin <luket@opensense.com> */
body, html {
	margin: 0;
	padding: 0;
	background: white;
	color: black;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;    
}

body {
	min-width: 700px;

}

#title{
    background-image:url(../images/news/tab_bg.png);
    background-repeat: no-repeat;
    width:425px;
    padding-left:18px;
    font-weight: bold;
	line-height:20px;
}

#maintext{
  /*  background-image: url(../images/news/contentbox-greybg.png);
    background-repeat: repeat;  */ 
    padding-left:18px; 
    padding-right:18px; 
    /*border:#99ff33;*/
    border:#999;
    border-style: solid;
    border-width: 1px;
    min-width:400px; 
}

#main{
	float:right;
	width:65%;
	top:0px;
	margin-left:200px;
}

#newspagetop{
	background-image:url(../images/ordering/Building.png);
	background-repeat: no-repeat;
	width:225px;
	height:220px;
	float:left;
}
#relatednewspagetop{
	background-image:url(../images/downloads/generic1.png);
	background-repeat: no-repeat;
	width:225px;
	height:220px;
	float:left;
}


#bgcontainer{
    width:20px;
    height:100%;
	float:left;
}

#ie7_marginfix {
    width:100%;
    height: 20px;
}
#maintext a, a:hover, a:visited{
    text-decoration: none;
    color:#000099;
}
#disclaim{
	font-size:10px;
	color:#999999;
}
.adobe{
padding-top:10px;
padding-bottom:10px;
padding-right:56px;
}
.adobe_logo_small{
padding-top:2px;
}