body {
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
}


/* Tabs
-------------------------------------------------------------- */

.tabs .container {
	background-image: url("/images/tab_background.gif");
	padding-bottom: 3px;
	background-repeat: repeat-x;
	background-position-y: bottom
}

.tabs ul {
	margin: 0;
}

.tabs li {
	float: right;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 0 3px;
}

.tabs li a {
	display: block;
	padding: 0 20px;
	line-height: 32px;
	background-color: #f6f6f6;
	border-bottom: solid 1px #b3582b;
	border-right: solid 1px #e6e6e5;
	background-image: url("../images/tab_inactive.gif");
	text-decoration: none;
	color: #606060;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.tabs li a.active {
	background-color: #f6f6f6;
	border-bottom: solid 1px #d76911;
	border-right: solid 1px #b3582b;
	background-image: url("../images/tab_active.gif");
	color: #ffffff;
	
}

.tabs li a:hover {
	text-decoration: underline;
}


/* Content
-------------------------------------------------------------- */

.content {
	background-image: url("../images/content_background.jpg");
	background-repeat: no-repeat;
	width: 752px;
	margin: 0 auto;
	min-height: 400px;
	border: blue 0px dashed;
}


/* Banner
-------------------------------------------------------------- */

.banner {
	text-align: center;
	padding: 35px 0 35px 0;
}

/* Text Formatting
-------------------------------------------------------------- */
.text-center {	
	text-align: center;
}

.text-italic {
	font-style: italic 
}

/* Copyright
-------------------------------------------------------------- */
.copyright {
	font-size: 0.8em;
	color: #9d9d9d;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 5px;
}


