A:link		{color:#0065A8; text-decoration:none;}
A:visited	{color:#0065A8; text-decoration:none;}
A:hover		{color:#0065A8; text-decoration:underline;}
A:active	{color:#0065A8; text-decoration:none;}

body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	margin-top: 17px;
}

p, td, th, div, blockquote, dl, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #13364C;
	line-height: 17px;
}

ul {
	margin-top:0px;
	margin-bottom:6px;
	margin-left:13px;
	padding-left:13px;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

p {
	margin-top: 0px;
	margin-bottom: 4px;
}

hr {
	border: none;
	height: 1px;
	width: 100%;
	color: white;
}

#spacer {
	height: 16px;
}

.spacerImg {
	height: 16px;
}

#headerTbl {
	background-color: #415968;
}

.logoPrintImg {
	margin-left:4px; 
	margin-right:6px;
	margin-top:8px;
}

.border {
	border:1px solid white;
	background:#D6D7E5;
}	

.bgLeft {
	background:url(/imgs/bg_left.gif) repeat-y;
}

.bgRight {
	background:url(/imgs/bg_right.gif) repeat-y;
}

.navTopLeft {
	width:184px;
	padding-top:7px;
	background:#BFC0D4 url(/imgs/bg_navTop.jpg) repeat-x;
	border-top:1px solid white;
	border-bottom:1px solid #B2BCC2;
}

.navTopRight {
	width:608px;
	padding-top:7px;
	background:#EDEDF3 url(/imgs/bg_navTopRight.jpg) repeat-x;
	border-top:1px solid white;
	border-bottom:1px solid #B2BCC2;
}

.navTopRightPrinter {
	text-align:right;
	width:184px;
	padding-top:9px;
	padding-right:12px;
	background:#EDEDF3 url(/imgs/bg_navTopRight.jpg) repeat-x;
	border-top:1px solid white;
	border-bottom:1px solid #B2BCC2;
}

.navTopRightPrinter a:link, .navTopRightPrinter a:visited { 
	color:#13364C;
	padding-left:8px;
	padding-right:5px;
	text-decoration:none; 
	background:url(/imgs/icon_arrowOff.gif) no-repeat 0px 4px;
}
.navTopRightPrinter a:hover { 
	color:#9194B6;
	text-decoration:none;  
	background:url(/imgs/icon_arrowOn.gif) no-repeat 0px 4px;
}
.navTopRightPrinter a:active { 
	color:#13364C;
	text-decoration:none; 
	padding-right:5px;
}

.column1 {
	background:#9194B6;
	width:156px;
	height:200px;
	padding-left:16px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:6px;
}

.column2 {
	width:100%;
	padding-left:18px;
	padding-right:17px;
	padding-top:19px;
	padding-bottom:18px;
}

.column3 {
	padding-top:17px;
	padding-bottom:18px;
}

#siteSearch {
	padding-bottom:20px;
	line-height:13px;
}

.searchFormFld {
	color: #13364C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	border-style: solid; 
	border-width: 1px;
	border-top-color: #717C97;
	border-left-color: #717C97;
	border-right-color: #D6D7E5;
	border-bottom-color: #D6D7E5;
	width: 118px;
	height: 19px;
	padding-left: 2px;
}

.btnGo {
	margin:4px 0 0 4px;
}

.pageTitle {
	font-size:21px;
	line-height:22px;
}

.introTitle {
	font-size:15px;
	line-height:18px;
}

.titleDots {
	width: 100%;
	height: 1px;
	padding-bottom: 7px;
	background: url(/imgs/bg_dots.gif) repeat-x;
}

#dividerDots {
	width: 100%;
	height: 20px;
	background: url(/imgs/bg_dots.gif) repeat-x 0 9px;
}

#footer {
	color: #97A3B4;
	height: 30px;
	text-align: center;
	line-height: 10px;
}

#footer a:link, #footer a:visited { text-decoration: none; color: #B3BEC5; }
#footer a:hover { text-decoration: underline; color: white; }
#footer a:active { text-decoration: none; color: #B3BEC5; }

/* start error handling */
.errorMsgTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 10px;
	line-height: 12px;
}

#errorMsg {
	color: red;
	font-size: 10px;
	line-height: 11px;
	margin-top: -2px;
	margin-bottom: 3px;
}
/* end error handling */
