html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Layout Stylesheet */ 

body {
 margin:5px;
 background: #f2f5f7;
 color: #000000;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 /*border:1px solid #000000;*/
 width:960px;
 margin:auto;

 }

#hdr {
 height:100px;
 background-color: transparent;
 color: #333333;
 text-align: left;
 padding: 10px 0 0 0;
 }

a img {border:none;}
#logo-image {
	padding-top: 30px;
}

#bodyblock {
 position:relative;
 background:#fff;
 color: #333333;

 padding:0;
 border: 1px solid #888; /*#477BE8;*/	

 }
#bar {
	height: 300px;
	/*
height: 220px;

background-color: #E9EEF2;

background-image: url("FDA-notice.png");
background-repeat: no-repeat;
background-position:top center;
*/
 border: 2px solid #fff;	
 border-bottom: 0;
 
text-align: left;
 }
#l-col {
 float:left;
/*
 background-color:red;
*/
 color: #333333;
 width:300px;

	background-image: url("e9eef2-gradient.png");
	background-repeat:repeat-x;
	background-position:top;
 }
#r-col {
	/*
background-color: blue;
*/

	
	height: 100%;
	margin: 10px 10px 10px 310px;
}
#cont {
/*
 width: 690px;
*/
padding-top: 10px;
 background-color:white;
 color: #333333;
/*
background-image: url("baby-text-monospace.png");
background-repeat: no-repeat;
background-position: right top;
*/
 text-align:left;
 padding-bottom: 30px;
border: 1px solid #fff;
border-top: 0;
 }

#ftr {
 height:225px;
 background-color:#e9eef2;
 background-image: url("e9eef2-gradient.png");
 background-repeat:repeat-x;
 background-position: top;
 color: #333333;
 border:solid #888;
 border-width:0 1px 1px 1px;
 
 margin:0;
 }
 .footer-div {
 	overflow: hidden;
 }
#ftr .left{
	text-align:center;

	float:left;
	 width:300px;
	 height: 225px;
	border-right: 2px solid #ccc;

}
#ftr .right{


	text-align:center;
/*font-size:10px;*/
	margin-left: 300px;
	padding: 60px 30px;

}


