body {
	font-family: Arial, Georgia, Times New Roman, serif;
	margin:0 auto;
}

a {
	color: #cd071e;
	font-weight: bold;
}

.highlight {
	background-color: #fff;
	color: #cd071e;
}

#left {
}

#middle {

}

#right {
}

#header {
	background-color:#cd071e;
	height: 57px;
	margin-bottom: 2px;
}

#nav {
	border-bottom: 1px solid #ccc;
	border-top: 4px solid #000;
}

#subnav {
	border-bottom: 4px solid #000;
}

#nav ul {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 13px 0 13px 0;
	text-transform: uppercase;
}

#navlist li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 5px 0 5px;
	padding: 0;
}

#navlist li a {
	color: #000;
	margin: 0 1px 0 1px;
	padding: 9px 0 0 0;
	text-decoration: none;
}

#navlist li:hover {
	display: inline;
	list-style-type: none;
}

#navlist .current {
	display: inline;
	font-style: italic;	
	list-style-type: none;
}
			
#navlist li a:hover, #navlist .current a {
	color: #cd071e;
	text-decoration: none;
}

#subnav ul {
	font-size: 14px;
	line-height: 14px;
	padding: 13px 0 13px 0;
}

#subnavlist li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnavlist .last {
	border-right: none;
}

#subnavlist li a {
	color: #000;
	font-weight: normal;	
	margin: 0;
	padding: 9px 5px 1px 5px;
	text-decoration: none;
}

#subnavlist li:hover {
	display: inline;
	list-style-type: none;
}

#subnavlist .current {
	display: inline;
	font-style: italic;
	list-style-type: none;
	font-weight: bold;
}
			
#subnavlist li a:hover {
	color: #cd071e;
	text-decoration: none;
}

#subnavlist .current a {
	color: #cd071e;
	font-weight: bold;
	text-decoration: none;
}

#content {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: 100%;
	margin: 1px 0 1px 0;	
	min-height: 500px;
	padding-top: 20px;
}

.contenttable td {
	padding: 0 30px 10px 0;	
}

#footer {
	border-bottom: 4px solid #000;
	border-top: 4px solid #000;
	padding: 13px 0 13px 0;
}

.copyright {
	margin-left: 20px;
}

#logo {
	padding-bottom: 13px;
}

#logo a {
	background: #fff url(../img/logo-2011.gif) no-repeat;
	display: block;
	height: 185px;
	width: 220px;
}

.dotty {
	background: #fff url(../img/dots.gif) repeat;
	min-height: 500px;
	margin-top: 13px;
	overflow: hidden;
	width: 220px;
}

#metanav {
	font-size: 11px;
}

#metanav ul {
	line-height: 11px;
	padding: 13px 0 180px 0;
}

#metanavlist li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#metanavlist li a {
	color: #888888;
	font-weight: normal;
	margin: 0;
	padding: 9px 6px 1px 0;
	text-decoration: none;
}

#metanavlist li:hover, #metanavlist .current {
	display: inline;
	list-style-type: none;
}
			
#metanavlist li a:hover, #metanavlist .current a {
	text-decoration: underline;
}

#right h1 {
	color: #cd071e;
	font-size: 17px;
}

#right p {
	color: #7f7f7f;
	font-size: 12px;
	line-height: 17px;
}

/* ----- Mailform ----- */

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	background-color: #dcdcdc;	
	border: 0;
	color: #6A6A69;
	font: 12px/14px Arial, Helvetica, sans-serif;
	width: 250px;
}

.csc-mailform-field input:hover, .csc-mailform-field select:hover,  .csc-mailform-field textarea:hover {
	background-color: #e6e6e6;
	color: #6A6A69;
}
.csc-mailform-field input:focus, .csc-mailform-field select:focus,  .csc-mailform-field textarea:focus {
	color: #000;
	background-color: #e6e6e6; 
}

.csc-mailform-field label {
	border-bottom: 1px solid #dcdcdc;
	display: block;
	font-size: 12px;
font-style: italic;
	padding:-10 0 2px 0;
	width: 150px;
float:left;
margin-right: 20px;
color: #7f7f7f;
}

.csc-mailform-field {
clear: both;
	padding-bottom: 10px;
}


#mailformformtype_mail {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	font-weight: 400;
	margin: 10px 0 0 170px;
	padding: 3px 3px 3px 3px;
	width: 100px;
}

#mailformformtype_mail:hover {
	color: #000;
	cursor: pointer;
	font-weight: 700;
	padding: 3px 3px 3px 3px;
	width: 100px;
}


