@CHARSET "UTF-8";

@IMPORT url("footer.css");

@IMPORT url("header.css");

/*normalize the style elements first */
body,div,dl,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
	border: none;
}

/* remove list style for lists*/
ol,ul {
	list-style: none;
}

body {
	margin: 0 auto;
	color: #939598;
	text-align: left;
	width: 760px;
	font-family: verdana, tahoma, arial, sans-serif;
	background-color: #62666a;
}

a {
	color: #61a138;
	font-weight: bold;
	border: none;
}

acronym {
	text-decoration: underline;
}

h1 {
	font-family: helvetica, arial, sans-serif;
}

h2 {
	font-family: helvetica, arial, sans-serif;
}

h3, h4, h5{
	font-family: verdana, tahoma, sans-serif;
}


ul {
	margin: 10px;
}

li {
	margin: 10px;
}

.ecogreen {
	color: #70C142;
	font-weight: bold;
}

/* Main Content Area */
#container {
	width: 760px;
	margin: 0 auto;
	background-color: white;
}

#content {
	background: white;
	font-size: 8pt;
	width: 760px;
}

.contentPanel {
	height: 430px;
	float: left;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

#contentPanel1 {
	width: 196px;
	float: left;
	background-color: #f4f4f4;
}

#contentPanel2 {
	width: 308px;
	float: left;
	background-color: #e9e9ea;
	font-size: 10pt;
}

.newsbody {
	height: 350px;
	overflow: auto;
}

#contentPanel3 {
	width: 206px;
	float: left;
	padding-right: 0px;
	background-color: #dedfe0;
	font-size: 8pt;
}

#latestNews {
	margin-left: 20px;
	margin-top: 20px; color : #f4f4f4;
	font-size: 0px;
	background: #f4f4f4 url('../images/latestnewstitle.png') no-repeat;
	width: 168px;
	height: 92px;
	text-align: right;
	color: #f4f4f4;
}

#headlineDate {
	margin-top: 25px;
	margin-bottom: 10px;
}
#headline{
		background:#e9e9ea url('../images/aapdficon.png') no-repeat;
		background-position: right; 
		padding-right:35px; 
		font-size: 18pt; 
		line-height: 1.0em;
		font-weight:normal;  
		text-transform:capitalize; 
}
a{text-decoration: none;}
li h5{
		padding-right: 30px;
}
#copyright{
     font-family: verdana, helvetica, arial, sans-serif;
     color: white;
     font-size: 8pt;
     width: 100%;
     text-align: center;
}
