/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #EEEEEE;
	background-image: url(../images/background.png);
    text-decoration: none;
    color: #000000;
    margin: 0;
    font-size: 13px;
    line-height: 15px;
}

a {
    text-decoration: none;
	color: #0033CC;
}
a:hover {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.italic {
	font-style: italic;
}

/* Main Layout */

#mainTemplate {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

#mainTable {
	width: 100%;
}

/* Heading Layout */

#mainTable #headingRow {
	height: 90px;
	color: #FFFFFF;
	background-image: url(../images/heading-bg.png);
	vertical-align: top;
}

#mainTable #headingRow #headingTable {
	width: 100%;
}

#mainTable #headingRow #headingTable td {
	vertical-align: middle;
	text-align: left;
    border-bottom: solid #ba3838 2px;
}

#mainTable #headingRow #headingTable td.leftCol {
	padding: 3px 0 0 10px;
}

#mainTable #headingRow #headingTable td.leftCol img {
	border: 0;
}

#mainTable #headingRow #headingTable td.rightCol {
	text-align: right;
	padding-right: 15px;
}

#mainTable #headingRow #headingText {
	padding: 20px 0 0 20px;
	font-size: 24px;
	font-weight: bold;
}

/* Navigation Layout */

#mainTable #navRow {
	height: 25px;
	background-image: url(../images/nav-background.png);
}

#mainTable #navRow #navTable td {
	padding: 0 25px 0 25px;
}

#mainTable #navRow #navTable td a {
	font-weight: bold;
	color: #FFFFFF;
}

/* Content Layout */

#mainTable #contentRow {
	height: 600px;
}

#mainTable #contentRow #contentCol {
	vertical-align: top;
	text-align: left;
    border-top: solid #AAAAAA 3px;
	padding: 10px;
}

/* Footer Layout */

#mainTable #footerRow {
	height: 25px;
	background-image: url(../images/footer-fade.png);
}

#mainTable #footerRow td {
    border-top: solid #AAAAAA 3px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	padding: 3px 0 10px 0;
}

