/*Notes:
1) "Margin-Top" seems to be ignored.
2) "A:Hover" should follow "A:Visited" else visited properties will override hover properties.
3) Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead.
*/

body {
  	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	letter-spacing : 0px;
	font-style : normal;
	color: #000000;
    line-height : 11px;
	vertical-align : text-top;
	text-align : left;
	text-decoration : none;
	font-weight : 100;
	word-spacing: normal;
	padding-top : 0px;
	padding-left: 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Container {
	position:static;
	min-width:907px;
	margin-left:auto;
	margin-right:auto;
	width:907px;
}

A:Link {
	color: #C8421E;
	text-decoration: none;
}

A:Visited {
	color: #2c72a8;
	text-decoration: none;
}

A:Hover {
	color: #2c72a8;
	text-decoration: underline;
}

A:Active {
	color: #2c72a8;
	text-decoration: none;
}

.clear {
  height: 0;
  line-height: 0;
  font-size: 1px;
  margin: 0;
  padding: 0;
  clear: both;
}

TABLE {
	
}

td { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/

}

th {

}

IMG { 
    
}

#tableText {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

.style1 {
	color: #000000;
	font-weight: bold;
}

p { /*This overides the inherent margins in a <p> tag*/
	margin-top: 0px;
	padding-top: 0px;
}

.PageLinks{
	color: #687D76;
}

h1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 0px;
	margin-bottom: 15px;
}

h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 0px;
	margin-bottom: 17px;
}

/*
ul {
	border: 1px none #DEDEDE;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	letter-spacing: 0px;
	list-style-type: none;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

li {
	margin: 0px 0;
	padding-left: 0px;
	padding-bottom: 12px;
}
*/

.wrap_row1 {
	background-image:url(../images/welcome/logo_bar.gif); 
	background-repeat:no-repeat;
	font-size: 8px;
	height:70px; 
	width:906px; 
	background-color:#255E97; 
	text-decoration: none;
}

#search {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:right;
	margin-top:5px;
	margin-right:10px;
}

#nav_top {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:right;
	margin-top:42px;
	margin-right:50px;
	/*position:inherit;
	left:100px;
	top:42px;*/
	
	/*position:static;
	left:100px;
	top:42px;*/
	
	/*position:fixed;
	left:300px;
	top:42px;*/
	
	/*position: relative; The menu does not like relative.
	left:300px;
	top:42px;*/
	
	/*position:absolute;
	left:425px;
	top:42px;*/
	/*width:600px;*/
	
	/*position:absolute; The menu does not like absolute.
	top: 42px;*/
	
	/*margin-left:250; 
	margin-top:42;*/
}

.nav_top a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.nav_top a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.nav_top a:hover {
	color: #FF8541;
	text-decoration: none;
}

.nav_top a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.wrap_WelcomeColumn1 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	width:218px;
	height:200px;
	float: left;
	margin-bottom:8px;
}

div.scroll_WelcomeColumn1 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	/*width:190px;*/
	height:143px;  /*div scroll height should be 57pix less than the wrap height.*/
	border: 0px solid #ffffff;
	background-color: #ffffff;
}	

#content_WelcomeColumn1 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: 180px; /*Content width should be 38px less than the wrap width.*/
	height: 178px; /*Content height should be 22px less than the wrap height*/
	margin-left:24;
	margin-right:15;
	margin-top:15;
	margin-bottom:20;
}

#content_WelcomeColumn1 a:link {
	color: #C8421E;
	text-decoration: none;
}

#content_WelcomeColumn1 a:visited {
	color: #C8421E;
	text-decoration: none;
}

#content_WelcomeColumn1 a:hover {
	color: #C8421E;
	text-decoration: underline;
}

#content_WelcomeColumn1 a:active {
	color: #C8421E;
	text-decoration: none;
}

.wrap_WelcomeColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	float:right;
	width:675px; 
	height:200px;
	margin-bottom:8px;
}

div.scroll_WelcomeColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	width: 630px;
	height: 143px;
	border: 0px solid #ffffff;
	background-color: #ffffff;
}	

#content_WelcomeColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width: 625px;
	height: 180px;
    margin-left:24;
	margin-right:25;
	margin-top:13;
	margin-bottom:20;
}

#content_WelcomeColumn2 a:link {
	color: #2c72a8;
	text-decoration: none;
}

#content_WelcomeColumn2 a:visited {
	color: #2c72a8;
	text-decoration: none;
}

#content_WelcomeColumn2 a:hover {
	color: #2c72a8;
	text-decoration: underline;
}

#content_WelcomeColumn2 a:active {
	color: #2c72a8;
	text-decoration: none;
}

.wrap_ContentPageColumn1 {
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	width:218px;
	height:370px;
    margin-top: 1px;
	margin-left:auto;
	margin-bottom:7px;
	margin-right:8px;
	float:left;
}

div.scroll_ContentPageColumn1 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	/*width: 540px;*/
	height: 370px;
	/*margin-left:24;
	margin-right:10;
	margin-top:13;
	margin-bottom:20;*/
}	

#content_ContentPageColumn1 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing:1px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width:180px;
	height:330px;
    /*margin-left:24;
	margin-right:10;
	margin-top:13;
	margin-bottom:20;*/
}

#content_ContentPageColumn1 a:link {
	color: #C8421E;
	text-decoration: none;
}

#content_ContentPageColumn1 a:visited {
	color: #C8421E;
	text-decoration: none;
}

#content_ContentPageColumn1 a:hover {
	color: #C8421E;
	text-decoration: underline;
}

#content_ContentPageColumn1 a:active {
	color: #C8421E;
	text-decoration: none;
}

.wrap_ContentPageColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	float: left;
	width:445px; 
	height:370px;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 8px;
}

div.scroll_ContentPageColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	/*width: 630px;*/	
	height: 350px;
	border: 0px solid #ffffff;
	background-color: #ffffff;
}	

#content_ContentPageColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width:407px; 
	height:322px;
    /*margin-left:24;
	margin-right:25;
	margin-top:13;
	margin-bottom:20;*/
}

#content_ContentPageColumn2 a:link {
	color: #2c72a8;
	text-decoration: none;
}

#content_ContentPageColumn2 a:visited {
	color: #2c72a8;
	text-decoration: none;
}

#content_ContentPageColumn2 a:hover {
	color: #2c72a8;
	text-decoration: underline;
}

#content_ContentPageColumn2 a:active {
	color: #2c72a8;
	text-decoration: none;
}

.wrap_ContentPageColumn3 {
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	margin-top: 1px;
	width:222px;
	height:370px;
	margin-bottom:7px;
	margin-right:auto;
	margin-left:4px;
	float:left;
	clear:none;
}

div.scroll_ContentPageColumn3 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	/*width: 540px;*/
	height: 350px;
	border: 0px solid #ffffff;
	background-color: #ffffff;
}	

#content_ContentPageColumn3 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #255E97;
	text-decoration: none;
	text-align: left;
	width:184px;
	height:332px;
    /*margin-left:24;
	margin-right:10;
	margin-top:13;
	margin-bottom:20;*/
}

#content_ContentPageColumn3 a:link {
	color: #C8421E;
	text-decoration: none;
}

#content_ContentPageColumn3 a:visited {
	color: #C8421E;
	text-decoration: none;
}

#content_ContentPageColumn3 a:hover {
	color: #C8421E;
	text-decoration: underline;
}

#content_ContentPageColumn3 a:active {
	color: #C8421E;
	text-decoration: none;
}

.wrap_BigContentColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	float:left;
	width:675px; 
	height:370px;
	margin-bottom:8px;
}

div.scroll_BigContentColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	width: 630px;
	height: 350px;
	border: 0px solid #ffffff;
	background-color: #ffffff;
}	

#content_BigContentColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width: 625px;
	height: 332px;
    margin-left:24;
	margin-right:25;
	margin-top:13;
	margin-bottom:20;
}

#content_BigContentColumn2 a:link {
	color: #2c72a8;
	text-decoration: none;
}

#content_BigContentColumn2 a:visited {
	color: #2c72a8;
	text-decoration: none;
}

#content_BigContentColumn2 a:hover {
	color: #2c72a8;
	text-decoration: underline;
}

#content_BigContentColumn2 a:active {
	color: #2c72a8;
	text-decoration: none;
}

#wrap_VeryBigContentColumn1 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	float:left;
	width:904px; 
	height:370px;
	margin-bottom:8px;
}

.wrap_rdpContentColumn1 {
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	width:218px;
	height:500px;
    margin-top: 1px;
	margin-left:auto;
	margin-bottom:7px;
	margin-right:8px;
	float:left;
}

div.scroll_rdpContentColumn1 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	/*width: 540px;*/
	height: 500px;
	/*margin-left:24;
	margin-right:10;
	margin-top:13;
	margin-bottom:20;*/
}	

#content_rdpContentColumn1 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing:1px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width:180px;
	height:440px;
    /*margin-left:24;
	margin-right:10;
	margin-top:13;
	margin-bottom:20;*/
}

#content_rdpContentColumn1 a:link {
	color: #C8421E;
	text-decoration: none;
}

#content_rdpContentColumn1 a:visited {
	color: #C8421E;
	text-decoration: none;
}

#content_rdpContentColumn1 a:hover {
	color: #C8421E;
	text-decoration: underline;
}

#content_rdpContentColumn1 a:active {
	color: #C8421E;
	text-decoration: none;
}

#wrap_rdpContentColumn2 { /*Don't use padding. Mozilla and IE have different renderings. Use margins on a div within a div instead*/
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	float:left;
	width:675px; 
	height:500px;
	margin-bottom:8px;
}

.wrap_Scroller {
	border: 1px solid #D3D3D3;
	background-image: url(../images/grad_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 17px;
	font-weight: normal;
	color: #000000; /*#333333;*/
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 906px;
	height: 25px;
	margin-bottom:8px;
	clear:both;
}

.NoUnderline{
	text-decoration: none;
	font-weight: bold;
	font-size: larger;
}

.PrintOnly {
	display: none;
}

#ImageLeft {
	float: Left;
}

#ImageRight {
	float: Right;
}

.center {
	text-align:center;
}

.wrap_DataBackupImage {
	border: 1px solid #D3D3D3;
	float:left;
	margin-bottom:10px;
}
	
.wrap_BottomImages {
	clear:none; 
	margin-bottom:4px;
}

.wrap_BottomImage {
	border: 1px solid #D3D3D3;
	float:left;
	margin-right:6px;
}

.wrap_BottomImage4 {
	border: 1px solid #D3D3D3;
	float:left;
	margin-left:1px;
}

.wrap_BottomText {
	clear: both;
	height:20px; 
	width:906px; 
	/*margin-top:5; */
	background:#255E97;
}

.copyright {
	color: #CCCCCC;
	font-size : 9px;
	font-weight : normal;
	/*vertical-align:middle;*/
	/*line-height : 10px;*/
	margin-left: 10px;
	margin-top: 4px;
	float: left;
	/*clear: both;*/
	/*clear: none;*/
	/*clear:inherit;*/
	/*clear:right;*/
	/*clear:left;*/
	}


.credits {
	color: #CCCCCC;
	font-size: 9px;
	font-weight: normal;
	/*vertical-align:middle;*/
	/*text-align: left;*/
	/*line-height : 10px;*/
	margin-top: 4px;
	margin-right: 10px;
	float: right;
	}

.credits A:Link {
	color: #CCCCCC;
	text-decoration : none;
}

.credits A:Visited {
	color: #CCCCCC;
	text-decoration : none;
}

.credits a:hover {
	color: #FF8541;
	text-decoration: none;
}

.credits A:Active {
	color: #CCCCCC;
	text-decoration : none;
}

.menu_item {
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	line-height : 10px;
	width: 100%;
	}
	
/* 
.menu_item A:Active {
	Color : EF9C10;
	}
*/
	
.hr {
	max-width:200
	}
	
.news_events {
	font-size : 13px;
}

.news_events A:Link{
	text-decoration : underline;
}

.news_events A:Active{
	text-decoration : underline;
}

.news_events A:Visited{
	text-decoration : underline;
}

.print_this_page {
	font-size : 13px;
	color : #687D76;
	font-weight : bold;
	text-align : right;
	line-height : 14px;
	float: right;
	margin-right : 40px;
	margin-bottom : 30px;
	clear:both
	}
	
.print_this_page A:link {
	text-decoration: underline;
	color: #687D76;
}

.print_this_page A:Active {
	text-decoration: underline;
	color: #687D76;
}

.print_this_page A:Visited {
	text-decoration: underline;
	color: #687D76;
}

/* Begin Menu CSS */




/* End Menu CSS */

/*Added by JC*/

.Color1{
	color: black;
}

.Color2{
	color: #687D76;
}
.Color3{
	color: #C45801;
}
.Color4{
	color: #997090;
}
.Color5{
	color: #00979E;
}
.Color6{
	color: #3E7898;
}
.Color7{
	color: #836E2C;
}
.Color8{
	color: #ffffff;
}

.Size1{
	font-size : 13px;	
	line-height: 14px;
}

.Size2{
	font-size: 16px;
	line-height:17px;
}

.Size3{
	font-size: 18px;
	line-height:19px;
}

.HardReturn{
	margin-bottom: 10px;
}

.Left{
	text-align: left;
}

.Center{
	text-align: center;
}

.Right{
	text-align: right;
}

.Hide{
	display: none;
}

.Show{
	display: inline;
}

.ShowGray{
	display: block;
	background-color: #FFFFCC;
	padding: 5px;
}
/*end added by JC*/
