		

/* WHEN CENTERING A SITE, PUT CENTER TAGS IN THE BODY OF THE DOCUMENT - TEXT-ALIGN: CENTER IN THE BODY STYLE DOESN'T WORK IN THE OPERA BROWSER */

body {
	margin: 0px;
	background-color: #62417F;
	font-family: "arial";
	font-size: 80%;
	color: #2E0154;
	}

/* -------------------------------------------- TEXT & LINK STYLES -------------------------------------------- */
td {
	font-size: 80%;
	color: #2E0154;	
	}
	
	
h1, h2 {line-height: 20pt;}

h3, h4 {line-height: 15pt;}

h5, h6 {line-height: 10pt;}

h1, h2, h3, h4, h5, h6 {
	font-family: "arial narrow", "helvetica condensed", "arial";
	margin-bottom: 0px;
	}
	
a {
	text-decoration: underline;
	font-weight: bold;
	}

a:link:hover {text-decoration: none;}
	
a, h1, h2, h3, h4, h5, h6 {color: #2E0154;}

#copyright {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #2E0154;
	padding: 15px;
	}

#copyright a {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #2E0154;
	text-decoration: none;
	}
	
#copyright a:link:hover {text-decoration: underline;}

/* -------------------------------------------- MENU STYLES -------------------------------------------- */

.MenuItem {
	cursor: hand;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 10px 4px 20px;
	width: 229px;
	background-color: #DED7E4;
	border-top: 1px solid #2E0154;
	border-bottom: 1px solid #F8F7FA;
	display: block;
	}
.AltMenuItem {
	cursor: hand;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 10px 4px 20px;
	width: 229px;
	background-color: #DED7E4;
	border-top: 1px solid #2E0154;
	border-bottom: 1px solid #F8F7FA;
	display: block;
	}
.MenuItemOver {
	cursor: hand;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #2E0154;
	border-top: 1px solid #2E0154;
	border-bottom: 1px solid #2E0154;
	color: #26D2FF;
	padding: 4px 10px 4px 20px;
	width: 229px;
	display: block;
	}

/* -------------------------------------------- HOME STYLES -------------------------------------------- */

#index-text1 {

	width: 229px;
	padding: 39px 10px 10px 10px;
	}
	
#mission {
	background: url(../../files/2ndChance/Theme/ourmission.gif) no-repeat;
	width: 543px;
	height: 178px;
	}

#index-text2 {
	padding: 39px 10px 10px 10px;
	width: 543px;
	}

/* -------------------------------------------- SECONDARY STYLES -------------------------------------------- */

#secondary-text {padding: 10px;}

/* -------------------------------------------- HOME AND SECONDARY STYLES -------------------------------------------- */

#purple-rule {background-color: #2E0154;}

#hotline {
	color: #26D2FF;
	width: 774px;
	text-align: right;
	padding: 5px 10px 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1px;
	}
	
#lavender {
	background-color: #C8BDD2;
	border-left: 1px solid #2E0154;
	border-right: 1px solid #2E0154;
	width: 774px;
	height: 100%;
	}
	
#column1, #column2 {vertical-align: top;}

#contactinfo {
	background: url(../../files/2ndChance/Theme/logo.gif) right bottom no-repeat;
	font-size: 9pt;
	font-weight: bold;
	padding: 10px;
	}
	
#contactinfo a {text-decoration: none;}

#contactinfo a:link:hover {text-decoration: underline;}


