@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	margin-top: 4px;
	margin-bottom: 0px;
}

#pagecontainer
	{margin:auto; width: 927px}
	
#pagehead
	{
	border-bottom:2px solid #666;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 4px;
}

.sectionhead_home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #E3801B;
	line-height: 24px;
	margin-bottom: 20px;
}

.sectionhead_pubs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #147b82;
	line-height: 24px;
	margin-bottom: 10px;
}

.page_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.publication {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
}
.pub_title {
	font-size: 13px;
	font-weight: bold;
	color: #00477F;
	padding-bottom: 10px;
}
.pub_subtitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6600;
}
.pub_date {
	color: #CC9900;
	padding-bottom: 4px;
	font-size: 11px;
}

.new
{
	font-weight:bold;
	color:#E3801B;
	text-transform: uppercase;
	font-size: 11px;
}

/* Headers */
.blueheader
{
	font-weight:bold;
	padding-bottom: 5px;
	color: #00457C;
	font-size: 11px;
}
.subtitle_orange
{
	color:#E3801B;
	padding-top: 1px;
	font-size: 11px;
}

/* Homepage Box */
#hpbox {
	background-color: #c2e2f7;
	width: 394px;
	float: right;
	margin-left: 40px;
}
.hpbox_top
{
	background-image:url(images/hpbox_top.jpg);
	height: 21px;
}
.hpbox_bottom
{
	background-image:url(images/hpbox_bottom.jpg);
	height: 21px;
}
.hpbox_content
{
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}

/* Lists */
#box_list
{
	margin:0;
	padding:0
}
#box_list ul 
{
	margin-top:2px;
	margin-bottom:4px;
	text-indent:0;
	margin-left:0;
	padding:0;
	margin-right:0
}

#box_list li 
{
	list-style-position:outside;
	list-style-type:none;
	line-height:14px;
	padding-bottom:8px;
	padding-top:8px;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.image_left {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
