/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 140%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #F2f2f2;
	}
/* 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: 100%;
	}
#hometableRed td  {
	width: 230px;
	margin: 0;
	padding: 3px;
	border: 1px solid #666;
	background-color:#fff;
	}
#hometableRed p {
	font-size: 90%;
	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: underline;
	}
#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: 100%;
	}
#hometableBlue td  {
	width: 230px;
	margin: 0;
	padding: 3px;
	border: 1px solid #666;
	background-color:#fff;
	}
#hometableBlue p {
	font-size: 90%;
	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: underline;
	}
#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: 100%;
	}
#hometableGreen td  {
	width: 230px;
	margin: 0;
	padding: 3px;
	border: 1px solid #666;
	background-color:#fff;
	}
#hometableGreen p {
	font-size: 90%;
	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: underline;
	}
#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: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
	
	
li.callout  {
	list-style-position:outside;
	margin: 0;
	padding: 0;
	}
	
ul, li {
	margin: 0;
	padding-left: 12px;
	}
