body {						margin: 0px;
							padding:0px;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 75%;
							background-color: #D60000;
							}	
a {							text-decoration: none;
							}
a:hover {					text-decoration: underline;
							}		
h2	{						font-size: 180%;
							font-weight: bold;
							margin-top: 0px;
							}
#container {				background-color: black;
							}
			
							
.left {						width:220px;
							color: red;
							text-align: center;
							font-size: 80%;
							}
.left a { 					color: red;
							}
							
/* -------------------------------------------------------- */
							
.midTop {					height: 45px;
							background-image:  url(../images/slicebottom.gif);
							background-repeat: repeat-x;
							background-position: top;
							}
.centre {					font-weight: bold;
							background-image:  url(../images/slicetop.gif);
							background-repeat: repeat-x;
							background-position: bottom;
							background-color: #D60000;
							}

.centre a { 				color: #00FF00;
							}
.centreI { 			        margin: 10px;font-size: 80%;}
.centreI td {			    border-bottom: 1px solid #990000;
                            font-size: 80%;
                            font-weight: bold;
                            }
/* -------------------------------------------------------- */


.bannerTop	{				background-image:  url(../images/slicetop.gif);
							background-repeat: repeat-x;
							background-position: top left;
							height: 40px;
							width: 100%;
							}
.bannerBottom {				background-image:  url(../images/slicebottom.gif);
							background-repeat: repeat-x;
							background-position: top;
							height: 40px;
							width: 100%;
							clear: left;
							}
.footText { 				color: white;
							width:100%;
							font-size: 80%;
							text-align: center;
							}
.footText a { 				color: white;
							}


/* ---------------- NAV -----------------------*/
.navigation { 				margin-bottom: 10px;
							font-weight: bold;
							}
.navigation UL {			margin:0px;
							padding:0px;
							list-style-type: none;
							text-align: left;
							}
.navigation UL LI {			margin:0px;
							padding: 0px;
							width: 100%;
							border-bottom: 1px dotted #B51C21;
							}
.navigation UL LI A {		display: block;
							padding: 0px 0px 0px 5px;
							margin: 0px;
							color: red;
							}
.navigation UL LI A:hover {	color: white;
							background-color: #B51C21;
							text-decoration: none;
							}
/* ---------------- NAV -----------------------*/
