A:link {color: #C44613; font-weight: normal; text-decoration: underline;}
A:visited {color: #C44613; font-weight: normal; text-decoration: underline;}
A:active {color: #C44613; font-weight: normal; text-decoration: underline;}
a:hover {color: #C44613; font-weight: normal; text-decoration: none;}

.LinkBlueBold :link {color: #51678B; font-weight: bold; text-decoration:none;} 
.LinkBlueBold :visited {color: #51678B; font-weight: bold; text-decoration:none;} 
.LinkBlueBold :active {color: #51678B; font-weight: bold; text-decoration:none;} 
.LinkBlueBold :hover {color: #51678B; font-weight: bold; text-decoration:underline;}

.LinkBlue :link {color: #51678B; text-decoration:none;} 
.LinkBlue :visited {color: #51678B; text-decoration:none;} 
.LinkBlue :active {color: #51678B; text-decoration:none;} 
.LinkBlue :hover {color: #51678B; text-decoration:underline;}

.LinkOrangeBold :link {color: #C44613; font-weight: bold; text-decoration:none;}
.LinkOrangeBold :visited {color: #C44613; font-weight: bold; text-decoration:none;}
.LinkOrangeBold :active {color: #C44613; font-weight: bold; text-decoration:none;} 
.LinkOrangeBold a:hover {color: #C44613; font-weight: bold; text-decoration:underline;}

.LinkOrange :link {color: #C44613; text-decoration:underline;}
.LinkOrange :visited {color: #C44613;}
.LinkOrange :active {color: #C44613;} 
.LinkOrange a:hover {color: #C44613; text-decoration:none;}

body {
	margin: 0px;
	background-color: #FFFFFF;
	}
	
.BackgroundTable {
	background-image: url(../images/BackHome.gif);
	background-repeat: repeat-x;
	background-color: #7185A6;
}

.BackgroundFooter {
	background-image: url(../images/BackFooter.gif);
	background-repeat: repeat-x;

}

.divPageContent {
	padding-right: 5px;
	scrollbar-3dlight-color: #F8F6EC;
	scrollbar-arrow-color: #CEC8B0;
	scrollbar-base-color: #EEE8D4;
	scrollbar-darkshadow-color: #F8F6EC;
	scrollbar-face-color: #EEE8D4;
	scrollbar-highlight-color: #CEC8B0;
	scrollbar-shadow-color: #CEC8B0;
	scrollbar-track-color: #F8F6EC;
	}
	
.BodyContent {
	width: 500px;
	height: 400px;
	font-weight: normal;
	color:#434343;
	font-family:  Arial;
	font-size: 8.5pt;
	padding: 10px 20px 25px 20px;
}

.EmailContent {
	height: 400px;
	font-weight: normal;
	color:#434343;
	font-family:  Arial;
	font-size: 8.5pt;
	padding: 10px 15px 25px 20px;
}

.ComplianceContent {
	font-weight: normal;
	color:#434343;
	font-family:  Arial;
	font-size: 8.5pt;
	padding: 10px 20px 25px 20px;
}

.SearchField {
	height: 9pt;
	padding: 2px;
	font-family: Arial;
	font-size: 9pt;
	border-top: 1px solid #B8AF8D;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #B8AF8D;
	background-color: #EAE3C9;
	color: #605b49;
}

.SearchTable {
	border: 1px solid #D4CEB5;
	background-color: #F8F6EC;
	padding: 5px;
	}

.TextField {
	height: 9pt;
	padding: 2px;
	font-family: Arial;
	font-size: 8pt;
	border-top: 1px solid #B8AF8D;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #B8AF8D;
	background-color: #EAE3C9;
}

.BlueTable01 {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #8799B7;
	}
	
.BlueTable02 {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #A6B6D0;
	}
	
.TextWhiteBold {
	font-family:  Arial;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-weight: bold;
}

.CellPadding_8px {
	padding: 8px;
	}

.NavCell {
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #D0CBB9;
	}
	
.NavCell2 {
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	}

.LoginBoxNav
{
	height: 147px;
	width: 136px;
	overflow: auto;
}

/*-----------NewsHome-----------*/

#NewsHome {
	padding: 40px 10px 10px 10px;
	background: url(../images/TodaysHeadlines.gif) no-repeat #f8f6ec;
	}
	
#NewsHome a:link, #NewsHome a:visited {
	color: #cf6940;
	font-weight: bold;
	text-decoration: none;
	}
	
#NewsHome a:hover {
	text-decoration: underline;
	}
	
/*-----------EventsSepLeft-----------*/

#EventsSepLeft {
	background: url(../images/TrainingEvents_Small.gif) no-repeat;
	padding: 30px 6px 6px 6px;
	border-right: 1px solid #a6b6d0;
	}
	
#EventsSepLeft a:link, #EventsSepLeft a:visited {
	color: #cf6940;
	font-weight: bold;
	text-decoration: none;
	}
	
#EventsSepLeft a:hover {
	text-decoration: underline;
	}
		
/*-----------EventsSepRight-----------*/

#EventsSepRight {
	background: url(../images/ChapterEvents_Small.gif) no-repeat;
	padding: 30px 6px 6px 6px;
	}
	
#EventsSepRight a:link, #EventsSepRight a:visited {
	color: #cf6940;
	font-weight: bold;
	text-decoration: none;
	}
	
#EventsSepRight a:hover {
	text-decoration: underline;
	}
	
.EventDiv {
	margin: 0;
	height:160px;
	overflow:auto;
	padding-right: 5px;
	scrollbar-3dlight-color: #F8F6EC;
	scrollbar-arrow-color: #CEC8B0;
	scrollbar-base-color: #EEE8D4;
	scrollbar-darkshadow-color: #F8F6EC;
	scrollbar-face-color: #EEE8D4;
	scrollbar-highlight-color: #CEC8B0;
	scrollbar-shadow-color: #CEC8B0;
	scrollbar-track-color: #F8F6EC;
	}
	
.EventDiv a:link, .EventDiv a:visited {
	color: #cf6940;
	font-weight: bold;
	text-decoration: none;
	}
	
.EventDiv a:hover {
	text-decoration: underline;
	}
	
/*-----------CompNewsHome-----------*/

#CompNewsHome {
	margin-top: 5px;
	padding: 34px 6px 12px 6px;
	border-top: 1px solid #a6b6d0;
	background: url(../images/CompNews_Small.gif) no-repeat;
	}
	
#CompNewsHome p {
	margin: 0;
	}
	
#CompNewsHome a:link, #CompNewsHome a:visited {
	color: #cf6940;
	font-weight: bold;
	text-decoration: none;
	}
	
#CompNewsHome a:hover {
	text-decoration: underline;
	}

	
/*-----------Action Alert-----------*/

#ActionAlert {
	padding: 0 0 10px 0;
	text-align: center;
	min-height: 32px;
	}


/*-----------Search-----------*/

#Search {
	margin-top: 5px;
	padding: 5px;
	border-top: 1px solid #CEC8B0;
	}
	
#Search .Field {
	width: 175px;
	color: #605b49;
	}
	
