@charset "utf-8";

@import url("navigation.css");

/* ***********************************************************************
 * Resets
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

DIV.reset {
    clear: both;
    font-size: 0;
}


/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

BODY {
    background-color: #CCCCCC;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
	line-height:18px;
    color: #333333;
/*    overflow: -moz-scrollbars-vertical; */
}

TABLE, IMG {
    border: 0;
}

STRONG {
	color:#af302a;
}

H1 {
	color:#165993;
    font-size: 18px;
	line-height:22px;
    font-weight: bold;
}

H2 {
	color:#af302a;
    font-size: 16px;
	line-height:20px;
    font-weight: bold;
}

H3 {
	color:#165993;
    font-size: 14px;
	line-height:18px;
}

H4 {
	color:#165993;
    font-size: 13px;
	line-height:18px;
    font-weight: normal;
}


A:link, A:visited, A:active {
    color:#185893;
    text-decoration: none;
}

A:hover {
	text-decoration:underline;
}

TABLE TR TD,
TABLE TR TH {
    border: 0px solid black;
}

TABLE TR.odd {
	background-color:#eeeeee;
}

DIV#bodyWrapper {
	background-image:url(/images/borderedges.gif);
}

DIV#bodyFooter {
	color:#2b6398;
	height:40px;
	font-size:11px;
}

DIV#bodyFooter A:link, DIV#bodyFooter A:active, DIV#bodyFooter A:visited {
	color:#2b6398;
	font-weight:bold;
}

DIV#bodyFooter A:hover {
	text-decoration:underline;
}

/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, LABEL, UL, OL, DL, FIELDSET, ADDRESS, HR {
    margin-bottom: 12px;
}

DIV#bodyWrapper {
    width: 822px;
    margin-left: auto;
    margin-right: auto;
}

DIV#bodyNavigation {
	width:800px;
	margin:0 10px;
	background-color:#ffffff;
	border:1px solid #3f5873;
	border-top:none;
	border-bottom:none;
}

DIV#bodyContent {
	width:770px;
	margin:0 10px;
	background-color:#ffffff;
	border:1px solid #3f5873;
	border-top:none;
	padding:15px;
}

DIV#bodyFooter {
	width:770px;
	margin:0 10px;
	background-color:#ffffff;
	border:1px solid #3f5873;
	border-top:none;
	padding:10px 15px;
}

DIV#bodyFooter IMG {
	float:left;
	padding:0 10px 0 0;
}

UL LI {
    margin-left: 1.5em;
}

TABLE {
    border-collapse: collapse;
}

TABLE TR TD,
TABLE TR TH {
    padding: 0.5em;
}

.photo {
	border:1px solid #165993;
}

.left {
	float:left;
	margin:0px 10px 10px 0px;
}

.right {
	float:right;
	margin:0px 0 10px 10px;
}

BLOCKQUOTE {
	margin:0 15px 10px;
}

DIV#programLeftCol {
	float:left;
	width:460px;
	padding:0 20px 25px 0;
}

DIV#programRightCol {
	float:left;
	width:270px;
	padding:9px;
	border:1px solid #ccc;
	background-color:#eeeeee;
}