/* THis is a comment within css */

html
{
	background-color: #444540;
}

body
{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	/*font-family: sans-serif;*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: medium;
}

#header
{
	width: 830px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 160px; /*was 160px with the original version of the header, 150px for the same size version*/
}

#footer
{
	
	margin-top: -40px;
	padding-top: 20px;
	text-align: center;
	background-image: url(images/back_bottom.png);
	background-repeat: no-repeat;
}

#intro
{
	width: 830px;
	background-image: url(images/back_mid.png);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	padding-top: 20px;
	font-size: 0.8em;
}

#maintable
{
	background-image: url(images/back_mid.png);
	background-repeat: repeat-y;
	width: 830px;
	margin-bottom: 20px;
}

#cc_logo
{
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
}

.main_text
{
	padding: 0px 40px;
	text-align: justify;
	color: #30312e;
	margin-bottom: -20px;
}

.impair
{
	background-color: #65735d;
}

.pair
{
	background-color: #6e7d65;
}

table
{
	margin: 40px;
	margin-top: 10px;
	border-collapse: collapse;
	background-color: #697760;
}

#terms
{
	padding: 0px 40px;
	padding-left: 80px;
	text-align: justify;
	color: #30312e;
	margin-bottom: -20px;
}

.model_title
{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: -5px;
}

ul
{
	list-style-type: circle
}

.text_link:hover
{
	background-color:#fffec1;
	color: #464742;
}

a.dlink
{
	text-decoration: none;
	/*font-weight: bold;*/
	border: 2px solid;
	color: #800000;
	padding: 5px;
	display: block;
	text-transform: uppercase;
}

/* -------------- fede temp */
#fede a:link
{
	text-decoration: none;
	font-size: medium;
	color: blue;	
}

#fede a:visited
{
	text-decoration: none;
	font-size: medium;
	color: #800080;	
}

#fede td
{
	font-size: medium;
}

#footerfede
{
	
	margin-top: -40px;
	padding-top: 30px;
	text-align: center;
	background-image: url(images/back_bottom.png);
	background-repeat: no-repeat;
}

/* ---------end fede----------- */

img
{
	text-decoration: none;
	border: none;
}

a.dlink:hover
{
	background-color:#fffec1;
	color: #464742;
}

td
{
	color: #30312e;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 0.7em;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #464742;*/
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #464742;
}

td.new
{
	background-image: url(images/new.png);
	background-repeat: no-repeat;
}

#last_updated
{
	padding: 0px 40px;
	color: #30312e;
	margin-bottom: -20px;
	margin-top: 40px;
	font-size: 0.7em;
	text-align: right;
	padding-bottom: 20px;
}

#contact_div {
	text-align: right;
	padding: 0px 40px;
	color: #30312e;
	margin-bottom: -40px;
	font-size: .7em;
}

#contact li{
	display: inline;
	list-style-type: none;
	color: #30312e;
	margin-bottom: -20px;
	border-left: 1px solid #30312e;
	padding-left: 5px;
}

#contact li.contact_first{
	display: inline;
	list-style-type: none;
	color: #30312e;
	border-left: none;
	padding-left: 0px;
}
