/* CSS Document */

/*********************** Content Area & General styles ***********************/

body {
	background-color: #a28e76; /* page background color */
	color: black; /* font color */
	margin: 0; /* page margin */
	font-family: Lucida Grande, Arial, Helvetica, sans-serif; /* default font */
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

td, p {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif; /* default font - same as above*/
	font-size: 11px; /* default font-size - same as above */
	text-align: left;
	}

a {
	color: #263145; /* default visited link color */
	text-decoration: underline;
	}

label {
	font-weight: bold;
	display: block;
	}

.module {
	padding-bottom: 10px;
	}

.bkg-top {
	background-image: url(../images/page-top.gif);
	background-position: top left;
	background-repeat:no-repeat;
	}

.bkg-middle {
	background-image: url(../images/page-middle.gif);
	background-position: top left;
	background-repeat:repeat-y;
	width: 765px;
	
	}

.bkg-bottom {
	background-image: url(../images/page-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px;
	text-align:left;
	}

#content {
	margin: 0px;
	width: 745px;
	}

.column-left {
	width: 160px;
	background-color: #cdbaa4;
	padding:0;
	}

.column-center {
	width: 530px;
	padding: 25px;
	}

.column-main {
	width: 585px;
	padding: 10px;
	}

.column-right {
	width: 200px;
	padding: 10px;
	border-left: 1px solid #d8d8da;
	}

.masthead {
	width: 745px;
	height: 145px;
	background-image: url(../images/masthead.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}

#top-nav {
	height: 20px;
	border-bottom: 1px solid #AAA;
	padding:0;
	}

#top-nav a {
	color: #AAA;
	text-decoration:none;
	font-size: 11px;
	padding: 8px 12px 0 12px;
	line-height: 20px;
	}

.message {
	background-image: url(../images/message-bkg.gif);
	background-repeat: repeat-x;
	background-color: #4D5970;
	height: 92px;
	width: 745px;
	text-align:center;
	}

.navigation {
	background-image: url(../images/message-bkg.gif);
	background-repeat: repeat-x;
	background-color: #4D5970;
	height: 92px;
	width: 745px;
	}

.footnote {
	color: #AAA;
	font-size: 10px;
	}

.footer div {
	width: 745px;
	}

.footer td {
	padding: 5px 10px 5px 10px;
	color: #AAA;
	font-size: 10px;
	}

.footer table {
	border-top: 1px solid #CCC;
	width: 745px;
	}

h1, .section-title {
	font-size: 22px;
	color: #7D6F59;
	margin:0;
	}

h2 {
	font-size:18px;
	color: #7D6F59;
	margin:0;
	font-weight:normal;
	}

.page-title {
	font-size: 12px;
	color: #9F4739;
	font-weight: bold;
	background-color: #ddddbb;
	padding: 3px;
	}

.heading {
	font-size: 14px;
	font-weight:bold;
	color: #7f6f58;
	}

.subheading {
	font-weight: bold;
	font-size:12px;
	}

.subheading-alert {
	font-weight: bold;
	color: #CC0000;
	font-size:12px;
	}

.module-title {
	color: #7f6f58;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	}

.input-button {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #AAA;
	background-color: #6e7b93;
	padding-bottom: 2px;
	height: 16px;
	line-height: 12px;
	}

input, textarea {
	border: 1px solid #AAA;
	}

input button {
	border: 0;
	}

.data-table {
	border-collapse: collapse;
	border: 1px solid #AAA;
	}

th {
	font-size: 12px;
	background-color: #5A667E;
	color: #FFF;
	font-weight:bold;
	}

#checklist {
	list-style-image:url(../images/checkmark.gif);
	}

.required {
	color: #DD0000;
	}

.sublinks {
	padding: 5px 15px 5px 15px;
	line-height: 15px;
	}

.sublinks a {	
	text-decoration: none;
	font-weight:bold;
	}

