@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #footer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eee;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

#navbox {
	width: 175px;
	height: 210px;
	background-color:#7D0041;
	text-align: left;
	}
	
#addressbox {
	width: 175px;
	background-color:#7D0041;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	height: 175px;
	}
	
#addressbox p {
	margin-right: 10px;
	margin-bottom: 0px;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	text-align: right;
	}
	
.title {
	margin: 0px 8px 0px 0px;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	font-weight: bold;
	}
	
.stage {
	padding: 5px;
	border: solid #666 0.01em;
	}
	
.stage p {
	margin: 0px 20px 0px 5px;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333;
	line-height: 16px;
	}
	
.stage li {
	margin: 10px 5px;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	list-style: square;
	}
		
.stage h1 {
	margin: 25px 5px 10px 5px;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	}
	
.stage h2 {
	margin: 10px 5px 10px 5px;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D0041;
	line-height: 16px;
	}
	
.stage h3 {
	margin: 10px 5px 10px 5px;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	}
	
.stage img {
	margin-top: 25px;
	margin-right: 10px;
	}

/*//////// PADDING & LINES /////////////*/

.stage a:link {
	color: #7D0041;
	text-decoration: none;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 12px;
	}	

.stage a:hover {
	color: #333;
	text-decoration: none;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.stage a:visited {
	color: #7D0041;
	text-decoration: none;
	font-family: "AvantGarde", Futura, Helvetica, sans-serif;
	font-size: 12px;

}
	
	
/*//////// END PADDING & LINES /////////////*/


.tableBkgnd {
	background-image: url(../images/table_bkgnd.gif);
	background-repeat: repeat-y;
}
