		body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
		}
		
		#header {
	width: 100%;
	/* height: 140px; */
	background-image: url(../images/bg.gif);
		}

		#infobanner {
			position: relative;
			width: 100%;
			height: 30px;
			background-color: #000000;
			font: bold 12px Arial,sans-serif;
			color: white;
		}

		#infobanner div {
			padding: 7px 0px 7px 20px;
		}

		table.main {
    height: 450px;
    min-height: 100%;
	margin: 0px;
		}
		

		#menucolumn {
			width: 160px;
			background-color: #004a80;
			vertical-align: top;
		}

		#menucolumn a:link, #menucolumn a:visited, #menucolumn a:hover, #menucolumn a:active {
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #004a80;
	background-image: url(/images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 16px;
	width: 152px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 13px;
		}

		#menucolumn a:hover, #menucolumn a:active {
			background-image: url(/images/arrow_blue.gif);
			background-color: white;
			color: #004a80;
		}

		#maincolumn {
			width: 609px;
			padding-left: 20px;
			padding-right: 1px;
			background-color: white;
			vertical-align: top;
		}

		#adcolumn {
			border-top: 1px solid white;
			vertical-align: top;
			width: 160px;
			background-color: #004a80;
		}

	label {
		font-weight: bold;
	}

	.required {
		color: red;
	}

	.success {
	padding: 5px;
	margin: 5px;
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	}

	.error {
		padding: 5px;
		background-color: #ffbeb1;
		border: 1px solid #ff2900;
		margin: 5px;
	}

	h2 {
		text-align: center;
		color: #004a80;
	}

	a:link, a:visited {
		color: #004a80;
	}

	.tip {
		font-style: italic;
	}

	.divider {
		border-bottom: 2px dashed gray;
	}

	td {
		vertical-align: top;
	}

	.jsbutton {
		background-color: white;
		border: none;
		color: blue;
		text-decoration: underline;
	}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyrightlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004a80;
	word-spacing: 3px;
}
.titlebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004a80;
	font-weight: bold;
	background-position: center;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}

