/* CSS Document */

/* STYLES FOR HOMEPAGE INVERTED STYLE */

/* TAGS -------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 140%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #F2f2f2;
	}
	

/* DIVs -------------------------------------------------------------------- */

#header {
	width: 760px;
	height: 27px;
	padding: 0;
	margin: 0;
	}
#logo {
	width: 760px;
	height: 97px;
	bckground-color: #fff;
	}
#nav {
	width: 760px;
	height: 29px;
	background-image: url(../images/template/nav_f01.png);
	background-repeat:repeat-x; 
	
	}
#intro {
	width: 760px;
	height: 247px; 
	}
#content {
	width: 760px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
#contentTable th {
	background-image:url(../images/template/t_sidebar.png);
	background-repeat: repeat-x;
	background-color:#fff;
	width: 20%;
	}

#contentTable td {
	background-image:url(../images/template/t_shadow.png);
	background-repeat:repeat-x;
	}

#contentTable th p {
	font-weight: bold;
	color: #000;
	}
	
#contentTable td	.tablePlain td {
	background-image: none;
	}
	
#contentTable td	.tablePlain td {
	background-image: none;
	width: 33%;
	}
	
#footerlinks {
	width: 760px;
	font-size: 80%;
	padding-top:10px;
	border-top: 10px solid #c8e2f7;
	}

.tablePlain th td {
	background-image: none;
	width: 100%;
	}


/* LINKS -------------------------------------------------------------------- */

a:link {
	color: #06c;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	}
a:visited {
	color: #006;
	text-decoration: underline;
	}
a:visited:hover {
	color: #006;
	text-decoration: none;
	}



/* CLASSES -------------------------------------------------------------------- */

.bold {
	font-weight: bold;
	}
.redHeading {
	color: #f2f2f2;
	font-weight: bold;
	}
.blueHeading {
	color: #f2f2f2;
	font-weight: bold;
	}
.greenHeading {
	color: #f2f2f2;
	font-weight: bold;
	}

.separatorTop {
	border-top: 1px dotted #fff;
	padding-top: 6px;
	}
.separatorBottom {
	border-bottom: 1px dotted #fff;
	padding-bottom: 6px;
	}

#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:#000;
	color: #FFFF00;
	}
#hometableRed p {
	font-size: 90%;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-botom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	}
#hometableRed a:link {
	color: #F2f2f2;
	text-decoration: underline;
	}
#hometableRed a:hover {
	text-decoration: underline;
	}
#hometableRed a:visited {
	color: #F2f2f2;
	text-decoration: underline;
	}
#hometableRed a:visited:hover {
	color: #F2f2f2;
	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:#000;
	color: #FFFF00;
	}
#hometableBlue p {
	font-size: 90%;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-botom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	}
#hometableBlue a:link {
	color: #F2f2f2;
	text-decoration: underline;
	}
#hometableBlue a:hover {
	text-decoration: underline;
	}
#hometableBlue a:visited {
	color: #F2f2f2;
	text-decoration: underline;
	}
#hometableBlue a:visited:hover {
	color: #F2f2f2;
	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:#000;
	color: #FFFF00;
	}
#hometableGreen p {
	font-size: 90%;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-botom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	}
#hometableGreen a:link {
	color: #F2f2f2;
	text-decoration: underline;
	}
#hometableGreen a:hover {
	text-decoration: underline;
	}
#hometableGreen a:visited {
	color: #F2f2f2;
	text-decoration: underline;
	}
#hometableGreen a:visited:hover {
	color: #F2f2f2;
	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;
	}
