	
/* =========== General ============ */

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */	
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #172D50;
	background-color: #EBEBEB;
}
strong, em
{
	font-size: 11px;
}
li, td {
	font-size: 11px;
	margin: 5px 0;
}
input, textarea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
.input
{
	background-color: #fcfcfc;
	border: 1px solid #ccc;
}
a:link, a:visited, a:active {
	color: #1A54A6;	
}
a:hover {
	color: #57a4fD;	
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 4px 15px 6px 0px;
	text-align: center;
}
h1.subtitle {	
	margin: 4px 25px 6px 0px;
	font-size: 13px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0 0 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0 3px 0;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	color: #B2B3B5;
	margin: 2px 0 0 0;
}
p {
	font-size: 11px;
	color: #172D50;
	margin: 5px 0 10px 5px;
	line-height: 15px;
}
ol {
	margin: 10px 0 0 0;
}
.separator {
	width: 594px;
	height: 1px;
	background-color: #828282;
	margin: 3px 0;
}
#centerholder {
	background-image: url(../images/centerholder_tile.gif);
	background-repeat: repeat-y;
    background-color: #fff;
    text-align: left;
    
    position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 774px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#centerholderwithoutmenu {
    background-color: #fff;
    text-align: left;
	width: 774px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#centerholdernomenu {
	background-image: url(../images/centerholderwithoutmenu_tile.gif);
	background-repeat: repeat-y;
    background-color: #fff;
    text-align: left;
    
    position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 774px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}min-height:100%; /* real browsers */
}
#header {
	margin: 0 0 0 13px;
}
#headerwide {
	display: block;
}
#headerthin {
	display: none;
}
#headerlinks {
	position: absolute;
	right: 105px;
	top: 22px;	
	color: white;
	z-index: 5;
}
#headerlinks a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
#headerlinks a:hover {
	text-decoration: none;
}
#navigation {
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	float: left;
	text-align: right;
	padding: 5px 10px 0 20px;
}
.menuseparator {
	margin: 8px 0 5px 0;
}
.lastupdated {
	font-weight: normal;
	font-size: 9px;
	color: #777;
}
#content {
	float: left;
	padding-top: 3px;
}
.column {
	display: inline;
	display: block;
	width: 270px;
	margin: 10px;
	float: left;
	position: relative;
}
.columnlong {
	display: inline;
	width: 570px;
	margin: 10px;
	float: left;
	position: relative;
}
.columnwithoutmenu {
	display: inline;
	width: 750px;
	margin: 25px;
	float: left;
	background-color: #fff;
}
.columnnomenu {
	display: inline;
	width: 570px;
	margin: 25px;
	float: left;
	background-color: #fff;
}
table.table, table.table td, table.table th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
}
table.table {
	width: 100%;
}
table.table th {
	background-color: #eee;
	text-align: left;
}
table.table td p {
	padding: 0;
	margin: 0;
}
table.table td.subtitle {
	background-color: #f2f2f2;
}
table.table td.subtitle2 {
	background-color: #f6f6f6;
}
.printableVersionText {
	font-size: 90%;
	text-align: right;
	width: 126px;
}
img.fileicon {
	margin-bottom: -3px;
	margin-top: 2px;
}
.sponsors img
{
	margin: 10px;
}
.sponsors td
{
	text-align: center;
}
tr.rowgray td {
	background-color: #e5e5e5;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: center;
	font-weight: bold;
}
td.rowlightgray
{
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: left;
	font-size: 11px;
	font-family: Arial;
}
#MySpamTrap {
	display: none;
}
.content_image {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.valignTop {
	vertical-align: top;
}
.box {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 10px;
}
.red {
	color: red;
}
.photo_text {
	font-style: italic;
	font-size: 0.9em;
}
td a.title {
	border: 1px solid #ccb;
	background-color: #ffd;
	padding: 5px;
	margin: 3px 0 5px 0;
	display: block;
	height: 100%;
	font-weight: bold;
}
td a.title img {
	position: absolute;
	float: left;
	top: 50%;
}
.darkred {
	color: #C81117;
}
.author {
	font-size: 11px;
	font-weight: bold;
}
.description {
	padding: 5px 15px 5px 5px;
	display: none;
}
.descriptionlink {
	font-size: 0.8em;
}
.txtlink
{
font-size: 11px;
 }
@media print {
.hideforprint {
display:none;
}
}