/* CSS Document */


/* HOMEPAGE TABLES -------------------------------------------------------------------- */

#hometableRed th {
	width: 230px;
	margin: 0;
	padding: 3px;
	border: 1px solid #666;
	border-bottom: none;
	background-image: url(../images/template/t_redTab.png);
	background-repeat:repeat-x;
	background-color:#600;
	color: #fff;
	font-size: 95%;
	}
#hometableRed td  {
	width: 230px;
	margin: 0;
	padding: 3px;
	border: 1px solid #666;
	background-color:#fff;
	}
#hometableRed p {
	font-size: 80%;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-botom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	}
#hometableRed a:link {
	color: #b61234;
	text-decoration: underline;
	}
#hometableRed a:hover {
	text-decoration: none;
	}
#hometableRed a:visited {
	color: #006;
	text-decoration: underline;
	}
#hometableRed a:visited:hover {
	color: #006;
	text-decoration: none;
	}
	#hometableBlue th {
	width: 230px;
	margin: 0;
	padding: 3px;
	border: 1px solid #666;
	border-bottom: none;
	background-image: url(../images/template/t_blueTab.png);
	background-repeat:repeat-x;
	background-color:#005c9a;
	color: #fff;
	font-size: 95%;
	}
#hometableBlue td  {
	width: 230px;
	margin: 0;
	padding: 3px;
	border: 1px solid #666;
	background-color:#fff;
	}
#hometableBlue p {
	font-size: 80%;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-botom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	}
#hometableBlue a:link {
	color: #06c;
	text-decoration: underline;
	}
#hometableBlue a:hover {
	text-decoration: none;
	}
#hometableBlue a:visited {
	color: #006;
	text-decoration: underline;
	}
#hometableBlue a:visited:hover {
	color: #006;
	text-decoration: none;
	}
#hometableGreen th {
	width: 230px;
	margin: 0;
	padding: 3px;
	border: 1px solid #666;
	border-bottom: none;
	background-image: url(../images/template/t_greenTab.png);
	background-repeat:repeat-x;
	background-color:#675920;
	color: #fff;
	font-size: 95%;
	}
#hometableGreen td  {
	width: 230px;
	margin: 0;
	padding: 3px;
	border: 1px solid #666;
	background-color:#fff;
	}
#hometableGreen p {
	font-size: 80%;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-botom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	}
#hometableGreen a:link {
	color: #693;
	text-decoration: underline;
	}
#hometableGreen a:hover {
	text-decoration: none;
	}
#hometableGreen a:visited {
	color: #006;
	text-decoration: underline;
	}
#hometableGreen a:visited:hover {
	color: #006;
	text-decoration: none;
	}

#copy { /* homepage content area */
	width: 760px;
	background-image: url(../images/template/t_copyBg.png);
	background-repeat:repeat-y; 
	margin: 0;
	padding: 0;
	}
#logoHome {
	width: 760px;
	height: 139px;
	}
	
/* Styles */
.callout {
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	}
	
	
/* CLASSES -------------------------------------------------------------------- */

.bold {
	font-weight: bold;
	}
.redHeading {
	color: #b61234;
	font-weight: bold;
	}
.blueHeading {
	color: #06c;
	font-weight: bold;
	}
.greenHeading {
	color: #693;
	font-weight: bold;
	}

.separatorTop {
	border-top: 1px dotted #666;
	padding-top: 6px;
	}
.separatorBottom {
	border-bottom: 1px dotted #666;
	padding-bottom: 6px;
	}
.callout {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}
	
	