/* CSS Document */

/* HOME PAGE ------------------------------- */

/* "Recent Press" box in left column */

#featured_news {
 border: 2px solid #FFFFFF; 
 margin: 6px; 
 padding: 0 7px 14px 7px;
}

#featured_news a {
	color: #FFFFFF;
}

#featured_news a:hover {
	text-decoration: none;
	color: #FFCC66;
}

#featured_news ul {
	font: 13px/16px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#featured_news ul li {
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 10px;
	background: url(../images/graphics/news_arrow.gif) no-repeat left top;
}

#featured_news p {
	font: 13px/16px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color: #FFFFFF;
}

/* ENEWS SIGNUP FORM ON SUBSCIPTION PAGE */

#subscribe_form {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px;
}

#subscribe_form table tr td {
	font: 12px normal Arial, Helvetica, sans-serif;
	color: #333333;
}

#select_country {
	width: 200px;
}

/* WHAT'S NEW DIVS ----------------------- */

/* WIPP */

#WIPP_news {
	width: 350px;
	padding-top: 100px;
	background: #FFFFFF url(../images/graphics/WIPPlogo.gif) no-repeat top center;
	margin: 0 auto;
}

#WIPP_news_text {
	border: 2px solid #9999CC;
	padding: 5px;
}

/* JJP */

#whatsnew {
	margin: 20px 60px;
	border: 2px solid #CCCCCC;
}

#whatsnew_inner {
	padding: 10px;
}

#whatsnew p {
	margin-left: 0;
	marting-right: 0;
}

#whatsnew h4 {
	margin: 0;
	padding: 3px 3px 3px 6px;
	background: #FFFFFF url(../images/graphics/bg_whatsnew_header.gif) no-repeat left bottom;
	font: 14px normal Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#whatsnew ol, #whatsnew ul {
	margin-left: 45px;
	padding: 0;
}

/* PRESS RELEASE ADVISORY */

#contact_table {
	margin: 10px 20px 10px 16px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#contact_table p {
	margin: 0 0 10px 0;
}

span#advisory_header {
	text-transform: capitalize;
}
