	body {
		background-color: #333333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
	}
	div#logout {
		width: 770px;
		margin: 1px auto 2px auto;
		padding: 2px 0 0 0;
		color: #FFFFFF;
		text-align: right;
		border-top: 3px dotted #CCCCCC;
	}
	div#logout a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	div#logout a:visited{
		color: #FFFFFF;
		text-decoration: none;
	}
	div#logout a:hover{
		color: #FFFFFF;
		text-decoration: none;
	}
	div#container {
		background-color: #FFFFFF;
		width:770px;
		border: 1px solid #000000;
		margin: 0px auto 0px auto;
	}
	div#container #header {
		height: 96px;
		background-color: #999933;
		background-image: url('../../images/sccbanner.gif');
		background-position: left;
		background-repeat: no-repeat;
		border-bottom: 2px solid #595959;
	}
	div#container div#content {
		color: #000000;
		border-top: 0px none;
		border-right: 0px none;
		border-left: 0px none;
		border-bottom: 2px solid #666633;
	}
	#content {
		padding: 0 10px 0 10px;
	}
	div#container div#footer {
		border: 0; margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		background-color: #999933;
		color: #EEEEEE;
	}
	div.header {
		background-color: #999933;
		font-size:11px;
		font-weight:bold;
		padding: 5px;
		color: #FFFFFF;
		border-bottom: 2px solid #666666;
	}
	div.interface {
		border: 1px solid #666666;
		margin-top: 0px;
	}
	
	div.interface table{
		width: 100%;
	}
	div.interface td{
		padding: 2px;
	}
	
/* Lists */
	div.list table {
		width: 100%;
	}
	div.list table tr td {
		background-color: #ffffff;
		border-bottom: 1px solid #666666;
	}	
	div.list table tr.alternate td {
		background-color: #FFFFCC;
	}

/* Links */
	a:link {
		color:#333333;
	}
	a:visited {
		color:#666633;
	}
	a:hover {
		color: #FF0000;
	}
	a:active {
		color:#990000;
	}
	
/* General Elements */
	ul {
		list-style-type: square;
	}	
	ul li img{
		vertical-align:bottom;
	}	
	.small {
		font-size:10px;
	}
	.bigger {
		font-size:12px;
	}
	table tr td.label {
		font-weight: bold;
		text-align: right;
		vertical-align: top;
		width:140px;
	}
	/* Tabs */

	#tabbar {
		color:#000000;
		font-size: 10px;
		border-top: 0px none;
		border-right: 0px none;
		border-left: 0px none;
		border-bottom: 2px solid #666633;
		margin: 10px 0 5px 0;
		padding: 0px;
		height: 21px;
	}
	#tabbar ul {
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	#tabbar li {
		border-right: 1px solid #666633;
		border-top: 1px solid #666633;
		border-bottom: 0px none;
		border-left: 0px none;
		list-style-type:none;
		padding:0px;
		background-color: #FFFFFF;
		float: left;
		margin: 0 5px 0 0;
		font-weight: bold;
		text-align: center;
		vertical-align: top;
	}
	#tabbar li a {
		padding: 4px;
		text-decoration:none;
		display: block;
	}
	#tabbar li a.active {
		color:#FFFFFF;
		background-color: #666633;
		border-bottom-color: #CCCCCC;
	}
	#tabbar li a:hover {
		color:#FFFFFF;
		display: block;
		text-decoration: none;
		background-color: #666633;
	}
	#tabbar li a:visited {
		padding: 4px;
		text-decoration:none;
		display: block;
	}
	
/* Form */
	div.interface form {
		margin: 0px;
	}

	div.interface input, select, textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight: normal;
		background-color:#E6E0D2;
	}
	div.interface td.edit {
		text-align: right;
	}
	div.interface td.submit {
		text-align: right;
		border: 0;
	}
