/* CSS Document */

/*********************** Content Area & General styles ***********************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkg-repeat.gif);
}

td, p {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif; /* default font - same as above*/
	font-size: 12px; /* default font-size - same as above */
	color: #666666;
	line-height: 18px;
	}

a {
	color: #027194; /* default visited link color */
	text-decoration: none;
	}

.module {
	padding-bottom: 10px;
	}

.bkg-top {
	background-image: url(../images/top-repeat.gif);
	}

.bkg-middle {
	background-image: url(../images/bkg-middle.gif);
	background-position: top left;
	background-repeat:repeat-y;
	width: 765px;
	
	}

.bkg-bottom {
	background-image: url(../images/bottom-repeat.gif);
	}

#content {
	padding: 15px;
	width: 745px;
	}

.column-left {
	width: 180px;
	}

.column-center {
	width: 590px;
	padding: 5px;
	}

.column-right {
	padding: 0 15px 0 25px;
	}

.masthead {
	width: 745px;
	height: 175px;
	}

.nav {
	height: 20px;
	border-bottom: 1px dotted #f26624;
	padding:0 0 0 5px;
	}

.nav a {
	color: #878582;
	text-decoration:none;
	padding: 0px 0px 0 5px;
	line-height: 20px;
	font-weight: bold;
	}
.nav a:hover {
	color: #027194;
	text-decoration:none;
	padding: 0px 0px 0 5px;
	line-height: 20px;
	font-weight: bold;
	}

.navigation {
	background-image: url(../images/bkg-navigation.gif);
	background-repeat: repeat-x;
	background-color: #4D5970;
	height: 30px;
	}

.footnote {
	color: #AAA;
	font-size: 10px;
	}

.footer div {
	width: 745px;
	}

td.footer  {
	padding: 5px 10px 5px 10px;
	color: #666666;
	font-size: 11px;
	}

.section-title {
	font-size: 14px;
	color: #F26624;
	margin:0;
	font-weight: bold;
	text-transform: uppercase;
	}

.page-title {
	font-size: 12px;
	color: #9F4739;
	font-weight: bold;
	background-color: #ddddbb;
	padding: 3px;
	}

.heading {
	font-size: 14px;
	font-weight:bold;
	color: #027194;
	text-transform: uppercase;
	}

.module-title {
	color: #027194;
	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;
	}

.data-table {
	border-collapse: collapse;
	border: 1px solid #AAA;
	}

th {
	font-size: 12px;
	background-color: #5A667E;
	color: #FFF;
	font-weight:bold;
	}

.bkg-left {
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #027194;
}

.bkg-right {
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #027194;
}
/*********************** Search styles ***********************/

.search-button {
	border: 1px solid #666;
	background-color: #DDD;
	font-size:10px;
	font-weight: bold;
	height: 20px;
	margin: 1px;
	padding: 0;
	}

.search-display {
	width: 110px;
	border: 1px solid #666;
	padding-left: 3px;
	height: 20px;
	}
