/* @override http://www.indiancaps.be/fileadmin/interfaces/inca_v3/css/inca_v3.css */

body {
	font: 12px/20px Palatino,Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background: #6380A2 url(../images/bg_main.gif) repeat-x;
	margin-top: 0px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

H1 {
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
}

H2 {
	font-weight: normal;
	font-style: normal;
}

/* @group Layout */

#main {
	width: 820px;
	margin-left: -410px;
	position: relative;
	left: 50%;
}

#header {
	height: 265px;
	background: url(../images/header.gif) no-repeat;
}

#header h1 {
	margin: 0;
	display: none;
}

#content_holder {
	padding-left: 35px;
	padding-right: 120px;
	margin-top: 20px;
}

#left_content {
	width: 165px;
	padding-top: 1px;
}

#content {
	float: right;
	width: 475px;
}

#content p.sponsors {
	text-align: center;
}

#content hr {
	border-top: 1px solid #ffffff;
	border-bottom-style: none;
}

#footer {
	padding-left: 235px;
	margin-top: 20px;
}



/* @end */

/* @group Form */

#mailform fieldset.csc-mailform {
	border-style: none;
	padding: 0;
	position: relative;
	z-index: 100;
}

label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 15px;
}

input#mailformformtype_mail.csc-mailform-submit {
	float: right;
	margin-right: 50px;
	width: 100px;
}

#mailform fieldset.csc-mailform div.csc-mailform-field {
	margin-bottom: 10px;
}

div.csc-mailform-field textarea {
	width: 289px;
}

div.csc-mailform-field input {
	width: 289px;
}



/* @end */