/* CSS Document */

img, td, table { behavior: url(include/iepngfix.htc) }

body {
		background-image: url(../images/bg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #0b3551;
		margin: 10px 0px 0px 0px;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}

table {
		font-size: 13px;
	}

input {
		color: #0d3f5a;
	}

textarea {
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		color: #0d3f5a;
	}

.topBannerInner {
		background-image: url(../images/header_bg_white_overlay.png); 
		background-repeat: no-repeat; 
		background-position: center; 
		background-color: #ffffff; 
		border-left: 1px solid #d4d4d4; 
		border-right: 1px solid #d4d4d4; 
		border-bottom: 1px solid #d4d4d4; 
		padding: 22px 0 22px 15px;	
	}
	
.bottomBannerInner {
		background-color: #ffffff; 
		border-left: 1px solid #d4d4d4; 
		border-right: 1px solid #d4d4d4; 
		border-top: 1px solid #d4d4d4; 
		padding: 22px 22px 22px 22px;
		margin-top: 4px;
	}
	
.bottomBannerInner2 {
		background-color: #ffffff; 
		border-left: 1px solid #d4d4d4; 
		border-right: 1px solid #d4d4d4; 
		border-top: 1px solid #d4d4d4; 
		padding: 22px 22px 50px 22px;
	}

.topBannerRedBg {
		background-image: url(../images/header_bg_red.png); 
		background-repeat: repeat-x; 
		background-position: top;
	}

.introText {
		color: #ffffff;
		line-height: 18px;
		padding-top: 12px;
	}
	
.paraText {
		color: #333333;
		line-height: 18px;
		padding-top: 12px;
	}

.footerText {
		color: #ffffff;
	}

.leftNavText {
		line-height: 26px;
	}
	
.heading {
		font-family: helvetica, arial, sans-serif;
		color: #ba2a2a;
		font-size: 22px;
	}
	
.subHeading {
		font-family: helvetica, arial, sans-serif;
		color: #ba2a2a;
		font-weight: bold;
		font-size: 13px;
	}

a:link, a:active, a:visited {
		color: #0d3f5a;
		text-decoration: underline;
	}
	
a:hover {
		color: #2277a3;
	}
	
a.footer:link, a.footer:active, a.footer:visited {
		color: #ffffff;
		text-decoration: underline;
	}

a.footer:hover {
		color: #e2e2e2;
	}
	
a.search:link, a.search:active, a.search:visited {
		color: #000000;
		text-decoration: underline;
	}
	
a.search:hover {
		color: #666666;
	}