/* CSS Document */html {	height: 100%;}body {	margin: 0 auto;	height: 100%;	background-image: url(../images/bgd.gif);	background-repeat: repeat-x;	text-align: center;	background-color: #82b2d4;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666;}p {	text-align: left;}h1 {	color: #006600;	font-size: 16px;	text-align: left;}h2 {	color: #003366;	font-size: 12px;	margin-bottom: 5px;}h3 {	color: #0099cc;	font-size: 13px;	margin-bottom: 5px;}h4 {	color: #006600;	font-size: 14px;	margin-bottom: -6px;}td {	font-size: 12px;	color: #006633;}a:link {	color: #339933;}a:hover {	color: #666;	text-decoration: none;}a:visited {	color: #339933;}a:visited:hover {	color: #666;	text-decoration: none;}/* -- Containers -- */#containerBody {	width: 780px;	height: auto;	margin: 0px auto;	background-color: #fff;	background-image: url(../images/footer.gif);	background-repeat: no-repeat;	background-position: left bottom;}#containerHeader {	float: left;	width: 740px;	height: 212px;	background-color: #fff;	margin: 0px 20px;}#containerHeaderTabs {	background-image: url(../images/headerTopA.jpg);	background-repeat: no-repeat;	background-position: left top;	float: left;	width: 740px;	height: 33px;}#containerHeaderMiddle {	background-image: url(../images/headerTopB.jpg);	background-repeat: no-repeat;	background-position: left top;	float: left;	width: 740px;	height: 143px;}#containerLogin {	background-image: url(../images/headerBottom.jpg);	background-repeat: no-repeat;	background-position: left top;	float: left;	width: 740px;	height: 36px;}#containerTopText {	float: left;	text-align: left;	font-size: 15px;	color: #003366;	width: 730px;	height: 60px;	margin: 2px 30px 0px 20px;	padding-top: 18px;	padding-left: 10px;	border-top: solid 1px #003366;}#containerContacts {	width: 300px;	float: left;	margin: 0px 20px 20px 30px;	text-align: left;	font-size: 16px;	color: #003366;}#containerImage {	float: left;	width: 400px;	margin-top: 100px;	text-align: right;}/* -- Columns -- */#columnLeft {	width: 310px;	height: 500px;	float: left;	margin: 0px 20px 20px 30px;	border-right: solid 1px #336633;	text-align: left;	padding-right: 20px;}#columnLeft p {	color: #666666;	margin-top: 6px;}	#columnRight {	width: 380px;	height: 460px;	float: left;}/* -- Tabs --*/#tab {	float: right;	background-image: url(../images/tab.jpg);	background-repeat: no-repeat;	background-position: left top;	float: right;	width: 140px;	height: 21px;	margin-left: 1px;	padding-top: 12px;}#tabOn {	float: right;	background-image: url(../images/tabOn.jpg);	background-repeat: no-repeat;	background-position: left top;	float: right;	width: 140px;	height: 21px;	margin-left: 1px;	padding-top: 12px;	color: #003366;	font-weight: bold;	font-size: 13px;}#tab a:link {	color: #fff;	text-decoration: none;	font-weight: bold;	font-size: 13px;}#tab a:hover {	color: #ccc;	text-decoration: underline;	font-weight: bold;	font-size: 13px;}#tab a:visited {	color: #fff;	text-decoration: none;	font-weight: bold;	font-size: 13px;}#tab a:visited:hover {	color: #ccc;	text-decoration: underine;	font-weight: bold;	font-size: 13px;}/* -- Top -- */#topLinks {	width: 740px;	float: left;	font-size: 11px;	text-align: right;	margin: 8px 20px 6px 20px;}#logo {	float: left;	margin-top: 0px;}/* -- Login -- */#loginbox {	float: right;	margin-top: 8px;	height: 26px;	color: #fff;}#loginbox .input {	background-color: #FFFFFF !important;    color: #0093d4;    font-family: Verdana, Arial, Helvetica, sans-serif;	border: 1px solid #adadad;    width: 100px;	margin-right: 4px;}#loginbox .loginbutton {	font-size: 12px;	color: #003300;	background-color: #ccffcc;	border: 1px solid #adadad;	margin-right: 10px;}/* -- Footer -- */#footer {	float: left;	font-size: 11px;	text-align: left;	width: 730px;	margin: 0px 0px 15px 30px;}/* -- Copyright -- */#copyright {	text-align: right;	padding-top: 8px;	padding-right: 30px;	padding-bottom: 20px;	font-size: 10px;	color: #003366;	width: 740px;	margin: 0px auto;}/* -- Clearer -- */#clearer {	clear: both;	width: 100%;}/* -- Form --*/#formTop {	width: 361px;}.formContent {	padding: 0px 0px 0px 20px;	width: 300px;}.formShell {	background-color: #d4e8db;	border: solid 1px #006633;	height: 420px;	margin-top: 2px;	padding: 10px 10px 10px 10px;	width: 362px;}.formDropdownNormal {	color: #000000;	height: 20px;	width: 100%;}.formDropdownError {	color: #ff0000;	height: 20px;	width: 100%;}.formTextboxNormal {	border: 1px solid #aaaaaa;	height: 15px;}.formTextboxError {	border: 1px solid #ff0000;	height: 15px;}.formTextboxWatermark {	border: 1px solid #aaaaaa;	color: #888888;	height: 15px;}.formTextboxWatermarkError {	border: 1px solid #ff0000;	color: #888888;	height: 15px;}
