/***********************************************/
/* HTML PRINT styles GW  new 18Nov09  */
/***********************************************/

/* Remove unwanted elements */
#left, #right, #containerG, .tableAD1, .noprint
{
	display: none;
}

/* Ensure the content spans the full width */
#content, #feature, #masthead, #pagehead, #siteInfo
{
width: 100%; margin: 0; float: none;
}

/***********************************************/
/* Fonts (print)                  */
/***********************************************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
	padding: 0px;
	font-size: 12px;
	background-color: #EEEEEE;
	margin: 15px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	font-weight: normal;
}

h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 5px 0px;
	border-bottom: dotted 1px #CCC;
}

a:link{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	padding: 0px;
	border: 1px solid #999;
	background-color: #FFFFFF;
	margin: 15px;
	font-size: 12px;
	width: 755px;
}

#masthead{
	width: 755px;
	height: 150px;
	display: block;
}

#pagehead img{
	align: center;
}

#content{
	float: no;
	width: 755px;
	border-left: 1px solid #DDDDDE;
	padding: 15px;
	background-color: #FFFFFF;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 9px;
	color: #666666;
	padding: 6px 6px 6px 6px;
	vertical-align: baseline;
	border-top: 1px solid #DDDDDE;
	background-color: #FFFFFF;
	float: no;
	line-height: normal;
}

#siteInfo img{
	padding: 0px 5px 0px 0px;
	vertical-align: middle;
}

.copyright {
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: middle;
	line-height: 20px;
}


/***********************************************/
/* Components                                  */
/***********************************************/


/************** text element styles **************/
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
}

.smallLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	margin-top: 10px;
	color: #666;
}


