/* Tag Classes */
body {
	background-image:url(/Images/BG_Gradient.jpg);
	background-repeat:repeat-x;
	background-color:#939393;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6666666;
}

img{  
	border-style: none;
}

/* Layout Area Classes */
.LogoArea {
	width:800px;
	height:85px;
	text-align:left;
	padding:0px 0px 0px 0px; /* Top Right Bottom Left*/
	vertical-align:bottom;
	/* background-color:#CC0000; */
}
.LoginFontGray {
	color:#333333;
	text-decoration:none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.LoginFontOrange {
	color:#FF9900;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.LoginFontOrange A:link {
	color:#FF9900;
	text-decoration:none;
}
.LoginFontOrange A:visited {
	color:#FF9900;
	text-decoration:none;
}
.LoginFontOrange A:hover {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.LoginFontOrange a:active {
	color:#FF9900;
	text-decoration:none;
}

.HeaderArea {
	width:800px;
	height:100px;
	text-align:left;
	padding:0px 0px 0px 0px; /* Top Right Bottom Left*/
	background-color:#939393;
}

/* Navigation Classes */
.NavArea {
	width:800px;
	/* height:55px; */
	text-align:left;
	padding:0px 0px 0px 0px; /* Top Right Bottom Left*/
	background-color:#C0C0C0;
}
.Separator {
	width:3px;
	background-image:url(/Images/BG_Separator.gif);
	background-repeat:repeat-x;
}

.Btn_Orange {
	background-image:url(/Images/BTN_Orange.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:;
	color:#666666;
	text-decoration:none;
	width:111px;
	height:40px;	
	text-align:center;
	cursor:pointer;
}
.Btn_Orange A:link {
	color:#666666;
	text-decoration:none;
}
.Btn_Orange A:visited {
	color:#666666;
	text-decoration:none;
}
.Btn_Orange A:hover {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
.Btn_Orange a:active {
	color:#666666;
	text-decoration:none;
}
.Btn_Gray {
	background-image:url(/Images/BTN_Gray.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:;
	color:#666666;
	text-decoration:none;
	width:111px;
	height:40px;
	text-align:center;
	cursor:default;
}
.Btn_Gray A:link {
	color:#666666;
	text-decoration:none;
}
.Btn_Gray A:visited {
	color:#666666;
	text-decoration:none;
}
.Btn_Gray A:hover {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
.Btn_Gray a:active {
	color:#666666;
	text-decoration:none;
}

.BG_Orange {
	background-color:#FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:;
	color:#333333;
	text-decoration:none;
	/* width:111px; */
	height:15px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;	
	cursor:pointer;
}

.BG_Gray {
	background-color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:;
	color:#333333;
	text-decoration:none;
	/* width:111px; */
	height:15px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;	
	cursor:pointer;
}

.BG_LightGray {
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:;
	color:#333333;
	text-decoration:none;
	/* width:111px; */
	height:15px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;	
	cursor:pointer;
}

.BG_SuttleGray {
	background-color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1px;
	font-weight:;
	color:#999999;
	text-decoration:none;
	/* width:111px; */
	height:1px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;	
	cursor:pointer;
	
}

.SecondTier {
	width:800px;
	text-align:left;
	padding:0px 0px 0px 0px; /* Top Right Bottom Left*/
	background-color: #999999;
}

.ThirdTier {
	width:800px;
	text-align:left;
	padding:0px 0px 0px 0px; /* Top Right Bottom Left*/
	background-color: #CCCCCC;
}

/* Content Area Classes */
.ContentArea {
	width:778px;
	text-align:left;
	padding:10px 10px 10px 10px; /* Top Right Bottom Left*/
	background-color:#FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #333333;
	border-left-color: #C0C0C0;
}


/* Left Column Classes */
.ContentLeftColumn {
	width:430px;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
	border-right:1px solid #C0C0C0;	
}
.HeaderLeft {
	width:420px;
	height:30px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 10px 0px; /* Top Right Bottom Left*/
}
.ContentLeft {
	width:420px;
	color:# 333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 5px 0px; /* Top Right Bottom Left*/
}

/* Right Column Classes */
.ContentRightColumn {
	width:320px;
	padding:0px 0px 0px 10px; /* Top Right Bottom Left*/
}
.HeaderRight {
	width:310px;
	height:30px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 10px 0px; /* Top Right Bottom Left*/
}
.ContentRight {
	width:310px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
}

/* Right Column Classes */
.ContentDoubleColumn {
	padding:0px 0px 0px 0px; /* Top Right Bottom Left*/
	float:left;
}
.HeaderDouble {
	width:760px;
	height:17px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 1px 0px; /* Top Right Bottom Left*/
}
.ContentDouble {
	width:770px;
	color:#666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
}

/* Footer Area Classes */
.FooterArea {
	clear:both;
	width:780px;
	text-align:left;
	padding:5px 10px 5px 10px; /* Top Right Bottom Left*/
	background-color: #FFF;
	/* background-color:#C0C0C0; */
}
.FooterArea A:link {
	color:#333333;
	text-decoration:none;
}
.FooterArea A:visited {
	color:#333333;
	text-decoration:none;
}
.FooterArea A:hover {
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
.FooterArea a:active {
	color:#333333;
	text-decoration:none;
}
.CICFBlue {
	color: #003366;
	text-decoration:none;
	font-weight:bold;
}
.Headersingle {
	width:750px;
	height:30px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0; /* Top Right Bottom Left*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.Contentsingle {
	width:750px;


	color:# 333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; /* Top Right Bottom Left*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
.default11 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6.5pt;
	font-weight: normal;
}
.navblank {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 1.5pt;
	font-size:1px;
}
.HeaderLeftDouble {
	width:420px;
	height:50px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0; /* Top Right Bottom Left*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.HeaderRightLeft {
	width:310px;
	height:30px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 10px 0px; /* Top Right Bottom Left*/
}
#LineSingle {
	width: 420px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

.EvenLeftColumn {
	width:375px;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
	border-right:1px solid #C0C0C0;
}
.EvenRightColumn {
	width:375px;
	padding:0px 0px 0px 10px; /* Top Right Bottom Left*/
}
.EvenRight {
	width:375px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
}
.EvenLeft {
	width:375px;
	color:# 333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 5px 0px; /* Top Right Bottom Left*/
}
.HeaderRightDouble {

	width:310px;
	height:50px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 10px 0px; /* Top Right Bottom Left*/
}
.DownloadColumn {
	width:185px;
	float:left;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}
.DownloadColumnEnd {
	width:185px;
	float:left;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
	border-bottom:1px solid #C0C0C0;
}
.ThreeTitle {
	width:234px;
	height:20px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 10px 0px; /* Top Right Bottom Left*/
}
.ThreeRightColumn {
	width:234px;
	padding:0px 5px 15px 10px; /* Top Right Bottom Left*/
}
.ThreeLeftColumn {
	width:234px;
	padding:0px 10px 15px 10px; /* Top Right Bottom Left*/
	border-right:1px solid #C0C0C0;	
}
.ThreeContent {
	width:235px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}
/* Home Column Classes */
.HomeContentLeftColumn {
	width:480px;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
	border-right:1px solid #C0C0C0;	
}
.HomeHeaderLeft {
	width:480px;
	height:45px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0; /* Top Right Bottom Left*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.HomeContentLeft {
	width:480px;
	color:# 333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 5px 0px; /* Top Right Bottom Left*/
}

/* Home Column Classes */
.HomeContentRightColumn {
	width:260px;
	padding:0px 0px 0px 10px; /* Top Right Bottom Left*/
}
.HomeHeaderRight {
	width:260px;
	height:30px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 10px 0px; /* Top Right Bottom Left*/
}
.HomeHeaderRight1 {
	width:260px;
	height:45px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 10px 0px; /* Top Right Bottom Left*/
}
.HomeContentRight {
	width:260px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
}


.newsheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
#Double_LeftColumn {
	float:left;
	width:430px;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
	border-right:1px solid #C0C0C0;	
}
#Double_RightColumn {
	float:right;
	width:320px;
	padding:0px 0px 0px 10px; /* Top Right Bottom Left*/
}
#Double_Container {
	float: left;
	width: 765px;
	margin-left: 10px;	
}
#DoubleEven_LeftColumn {
	float:left;
	width:375px;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
	border-right:1px solid #C0C0C0;
}
#DoubleEven_RightColumn {
	float:right;
	width:370px;
	padding:0px 0px 0px 10px; /* Top Right Bottom Left*/
}
#DoubleEven_Container {
	float: left;
	width: 765px;
	margin-left: 10px;	
}
#DoubleEven_Header {
	float: left;
	width:360px;
	height:20px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #C0C0C0;
	Margin:0px 0px 1px 0px; /* Top Right Bottom Left*/
	padding:5px 0px 0px 0px; /* Top Right Bottom Left*/
}
#DoubleEven_HeaderLarge {
	float: left;
	width:360px;
	height:40px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #C0C0C0;
	Margin:0px 0px 1px 0px; /* Top Right Bottom Left*/
	padding:5px 0px 0px 0px; /* Top Right Bottom Left*/
}
#DoubleEven_Content {
	float: left;
	width:350px;
	color:# 333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 0px; /* Top Right Bottom Left*/
	Margin:0px 0px 10px 10px; /* Top Right Bottom Left*/
}
#SingleEven_Header {
	float: left;
	width:760px;
	height:20px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #C0C0C0;	
	Margin:0px 0px 1px 10px; /* Top Right Bottom Left*/
	padding:5px 0px 0px 0px; /* Top Right Bottom Left*/
}
#SingleEven_Content {
	float: left;
	width:760px;
	color:# 333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 10px; /* Top Right Bottom Left*/
	Margin:0px 0px 10px 10px; /* Top Right Bottom Left*/
}
#HeaderLeftLine {
	width:420px;
	height:5px;
	border-top:1px solid #C0C0C0; /* Top Right Bottom Left*/
	
}
#HeaderRightLine {
	width:310px;
	height:5px;
	border-top:1px solid #C0C0C0;	
	
}
#DoubleSingleLine {
	width:360px;
	height:5px;
	border-top:1px solid #C0C0C0;	
	
}
#SingleEvenLine {
	float: left;
	width:760px;
	height:10px;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 5px 10px; /* Top Right Bottom Left*/
}
.newsheadline1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #29006A;
}
.SingleLineHeader {
	width:420px;
	height:15px;
	border-top:1px solid #C0C0C0;	
	
}
.ContentLarge {
	width:420px;
	color:# 333333;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.StaffLineHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #29006A;
}

#NTHDouble_LeftColumn {
	float:left;
	width:430px;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
	border-right:1px solid #C0C0C0;	
}
#NTHDouble_RightColumn {
	float:right;
	width:320px;
	padding:0px 0px 0px 10px; /* Top Right Bottom Left*/
}
#NTHDouble_Container {
	float: left;
	width: 765px;
	margin-left: 10px;	
}
#NTHDoubleEven_LeftColumn {
	float:left;
	width:375px;
	padding:0px 0px 15px 0px; /* Top Right Bottom Left*/
	border-right:1px solid #C0C0C0;
}
#NTHDoubleEven_RightColumn {
	float:right;
	width:370px;
	padding:0px 0px 0px 10px; /* Top Right Bottom Left*/
}
#NTHDoubleEven_Container {
	float: left;
	width: 765px;
	margin-left: 10px;	
}
#NTHDoubleEven_Header {
	float: left;
	width:360px;
	height:20px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #C0C0C0;
	Margin:0px 0px 1px 0px; /* Top Right Bottom Left*/
	padding:5px 0px 0px 0px; /* Top Right Bottom Left*/
}
#NTHDoubleEven_HeaderLarge {
	float: left;
	width:360px;
	height:40px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #C0C0C0;
	Margin:0px 0px 1px 0px; /* Top Right Bottom Left*/
	padding:5px 0px 0px 0px; /* Top Right Bottom Left*/
}
#NTHDoubleEven_Content {
	float: left;
	width:350px;
	color:# 333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 0px; /* Top Right Bottom Left*/
	Margin:0px 0px 10px 10px; /* Top Right Bottom Left*/
}
#NTHSingleEven_Header {
	float: left;
	width:760px;
	height:20px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #C0C0C0;	
	Margin:0px 0px 1px 10px; /* Top Right Bottom Left*/
	padding:5px 0px 0px 0px; /* Top Right Bottom Left*/
}
#NTHSingleEven_Content {
	float: left;
	width:760px;
	color:# 333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 10px; /* Top Right Bottom Left*/
	Margin:0px 0px 10px 10px; /* Top Right Bottom Left*/
}
#NTHHeaderLeftLine {
	width:420px;
	height:5px;
	border-top:1px solid #C0C0C0; /* Top Right Bottom Left*/
	
}
#NTHHeaderRightLine {
	width:310px;
	height:5px;
	border-top:1px solid #C0C0C0;	
	
}
#NTHDoubleSingleLine {
	width:360px;
	height:5px;
	border-top:1px solid #C0C0C0;	
	
}
#NTHSingleEvenLine {
	float: left;
	width:760px;
	height:10px;
	border-top:1px solid #C0C0C0;	
	Margin:0px 0px 5px 10px; /* Top Right Bottom Left*/
}
.NTHnewsheadline1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #29006A;
}
.NTHSingleLineHeader {
	width:420px;
	height:15px;
	border-top:1px solid #C0C0C0;	
	
}
#Row_Single {
	float: left;
	width: 750px;
	border-bottom: 1px solid #C0C0C0;
	margin-left: 19px;	
}
#Row_SingleNewBox {
	float: left;
	width: 477px;
	
}
#Row_SingleNewBreak {
	float: left;
	width: 500px;
	border-right: 1px solid #C0C0C0;
	margin-bottom: 9px;
		
}
#Row_SinglelogoBox {
	float: right;
	width: 228px;
	padding:0px 5px 0px 5px; /* Top Right Bottom Left*/
		
}
#Front_LowerBox1 {
	float: left;
	width: 240px;
	height: 550px;
	border-right: 1px solid #C0C0C0;
	padding:0px 5px 0px 5px; /* Top Right Bottom Left*/
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 9px;
}
#Front_LowerBox2 {
	float: right;
	width: 245px;
	height: 550px;
	border-right: 1px solid #C0C0C0;
	padding:0px 5px 0px 5px; /* Top Right Bottom Left*/
	margin-right: 5px;
	margin-top: 9px;
}
#Front_LowerBox3 {
	float: right;
	width: 240px;
	height: 550px;
	padding:0px 5px 0px 5px; /* Top Right Bottom Left*/
	margin-right: 5px;
	margin-top: 9px;
}
