@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	background-color: #666666;
	background-image: url(images/vachetta.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
}

#container {
	width: 960px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
ul  {
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}
ul li  {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
h1 a {
	color: #3CF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 a:hover {
	color: #3CF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}




p {
	margin: 0px;
	padding: 5px;
}

#header {
	text-align: left;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navi {
	text-align: left;
	background-color: #000;
}
a {
	color: #E0E0E0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-variant: normal;
	font-style: normal;
}
#mainContent {
	padding: 0;
	text-align: center;
	margin: 0px;
	background-color: #000;
}
#footer {
	padding: 10px;
	background-color: #000;
	margin: 0px;
}
.blue {
	color: #3CF;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
td {
	background-color: #151515;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
}
#form1 {
	margin: 0px;
	padding: 0px;
	width: 420px;
	text-align: center;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
table img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.textfield {
	width: 270px;
	background-color: #CCC;
	border: 1px solid #CCC;
}
