@charset "windows-1252";

* {
	margin: 0px;
}

body {
	background-color: #ffffff;
	text-align: center;
}

body, table, input, select, textarea {
	font-family: Arial;
	font-size: 12px;
}

#header {
	background-color: #c92b2a;
	background-image: url(/images/header.gif);
	height: 62px;
}

#container {
	padding-top: 10px;
	width: 894px;
	margin: 0px auto;
}

#header #logo {
	overflow: hidden;
	padding-top: 3px;
	float: left;
	margin-right: 5px;
}

#header #text1 {
	overflow: hidden;
	text-align: left;
	width: 849px;
	float: left;
}

#header #text1 h1 {
	font-size: 23px;
	color: #ffffff;
}

#header #text2 {
	overflow: hidden;
	text-align: left;
	clear: both;
}

#header #text2 h2 {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 2px;
}

#subheader {
	background-color: #f0eee1;
	padding-top: 3px;
	height: 16px;
}

#subheader img {
	margin-left: 5px;
}

#subheader a, #subheader a:hover, #subheader a:visited, #subheader a:link, #subheader a:active {
	text-decoration: none;
	color: #3f3f3f;
}

#subheader #flags {
	font-size: 10px;
	color: #666666;
}

#main {
	padding: 10px 0px 0px 0px; /* top right bottom left */
	border-bottom: 2px solid #c62929;
	margin: 0px auto;
	width: 892px;
	text-align: left;
}

#main input.text, #main textarea.textarea, #main select.select {
	width: 530px;
	border: 1px solid #444444;
}

#main dl {
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
}

#main dt, #main dd {
	text-align: left;
	float: left;
}

#main dt {
	width: 294px;
}

#main p {
	clear: both;
	padding-bottom: 10px;
}

#main p.support {
	font-size: 18px;
	font-weight: bold;
}

#main p.message {
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	border: 3px solid #c62929;
	background-color: #dedebc;
}

#main h2 {
	color: #444444;
	margin-bottom: 10px;
}

#main h3 {
	font-size: 12px;
	font-weight: normal;
}

#pages {
	color: #666666;
	font-size: 11px;
}

#pages a, #pages a:hover , #pages a:link, #pages a:active, #pages a:visited {
	text-decoration: none;
	color: #666666;
}

#footer {
	clear: both;
	font-size: 10px;
}

