/* CSS Document */

* { margin-top: 0 !important; margin-bottom: 0 !important; }


body { 
	font-family: Tahoma;
	color: #999999;
	background-color: #ffffff;
	background:url(../images/ctc_bg.jpg) repeat-x; 
	margin: 0px; 
	padding: 0px;
	text-align:left;
	vertical-align:middle;
	}

p { 
	font: 11px Tahoma;
	padding-bottom: 5px;
	padding-top: 5px; 
	}

#content ul li { 
	padding-top: 5px; 
	padding-bottom: 5px;
	font: 11px Tahoma; 
	}
	
#content label { 
	font: 11px Tahoma;
	font-weight: bold;
	}


h1 { 
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 13px; 
	font-family: Tahoma;
	color:#999999;
	}
	
h2 { 
	padding-top: 10px;
	padding-bottom: 10px;
	font: bold 14px Tahoma;
	font-style:italic;
	color:#FFCC00;
	}

h4 { 
	padding-top: 10px;
	padding-bottom: 10px;
	font: bold 12px Tahoma;
	color:#FFCC00;
	}
	
button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #b0750d;
	background: url('../images/button.gif') no-repeat;
	width: 80px;
	height: 30px;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	}
	


dt {
	padding-top: 16px;
	border-bottom: 1px dotted #C2CBD4;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
	color:#FFCC00;
	}

dd span.date {
	padding-top: 12px;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	color:#666666;
	}
	
dd span.text {
	margin-left: 0px;
	padding-top: 16px;
	font-size: 11px;
	font-weight:normal; 
	font-family: Tahoma;
	color:#999999;
	}
	
dl {
	margin-left: 40px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #C2CBD4;
	font-weight:bold;
	font-size: 12px;
	font-family: Tahoma;
	color:#FFCC00;
	}


acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}

a, a:visited { 
	text-decoration: none;
	font-weight:bold; 
	border-bottom: 1px dotted #ffffff;
	color: #FFCC00;
	font: 11px Tahoma;
	}

a:hover, a:active { 
	font-weight:bold;
	color:#999999;
	border-bottom: 1px solid #999999;
	font: 11px Tahoma;
	}

#uploads {
	padding-top: 10px;
	}

#uploads th {
	background-color: #fff00d;
	text-align: center;
	font-size: 11px;
	}

#uploads td {
	font-size: 10px;
	}

##upload fieldset {
	margin: 2em 0;
	padding: 1em;
	font-size: 11px;
	border: none;
	}

#upload fieldset legend {
	padding: 0.3em 1.2em;
	font-weight: bold;
	font-size: 13px; 
	font-family: Tahoma;
	color:#FFCC00;
	background-color: #ffffff;
	}

#upload fieldset ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 4px;
	}

#upload fieldset ul li {
	padding-bottom: 4px;
	}

#upload fieldset.info label {
	float: left;
	width: 150px;
	padding-top: 3px;
	}

#upload fieldset.info input {
	padding: 0.2em;
	}

#upload fieldset.submit	{
	text-align: center;
	}


#nav ul {
	list-style: none;
	}
#nav li{
	float:left;
	}
	
#nav a { 
	text-decoration: none; 
	border-bottom:none;
	color: #b0750d;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	display: block; 
	padding: 41px 10px; 
/*	border-right: 1px solid #B6AC87; */
	}

/* #nav a.first { border-left: 1px solid #B6AC87; } */

#nav a:hover, a:active { 
	border-bottom: none;
	background:url(../images/button_bg.jpg) repeat-x;
	}
	
#nav {
	width: 520px; 
	padding-top: 151px;
	margin-left:auto;
	margin-right:auto;
	}

#footer a, a:visited { 
	font-weight: bold; 
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none; 
	border-bottom:none;
	color: #b0750d;
	}

#footer a:hover, a:active { 
	color:#ffffff;
	border-bottom: none;
	}
	
#footer {
	text-align: center;
	font: 11px Tahoma;
	height: 51px;
	width: 520px;
	padding-top: 37px;
	background: url('../images/ctc_footer.jpg');
	margin-left: auto;
	margin-right: auto;
	}

#footer ul {
	padding: 0;
	list-style: none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

#footer li{
	display:inline;
	}
	
#header {
	height: 270px;
	width:520px;
	background:url(../images/ctc_header.jpg);
	margin-left:auto;
	margin-right:auto;
	text-transform: uppercase;
	font-weight: bold;
	}

#container {
	width: 520; 
	margin-left: auto;
	margin-right:auto;
	clear: both; 
	}
	
#content {
	width:520px;
	height:auto;
	top:270px;
	background:url(../images/content_bg.jpg);
	margin-left:auto;
	margin-right:auto;
	}

table {
	border: 0;
	width: 100%;
	}
tr, td{
	padding: 5px;
	text-align: center;
	}
	
a img, a:hover img {
border: none;
text-decoration: none;
}