@charset "windows-1252";

* {
	margin: 0px;
}

html, body {
	height: 100%;
}

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

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

#top {
	display: table;
	height: 100%;
	width: 100%;
}

#top a.tab, #top a:hover.tab, #top a:active.tab, #top a:link.tab, #top a:visited.tab {
	background-image: url(/images/links.gif);
	background-position: bottom left;
	text-decoration: none;
	float: right;
	display: block;
	padding-left: 7px;
	width: 40px;
	height: 15px;
	color: #3f3f3f;
}

#top a.home, #top a:hover.home, #top a:active.home, #top a:link.home, #top a:visited.home {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

#top font {
	font-size: 9px;
	color: #ffffff;
}

#top #globe, #top #name, #top #scroller, #top #links {
	float: left;
}

#top #name {
	padding: 3px 7px 0px 7px; /* top right bottom left */
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#top #scroller {
	padding: 2px 0px 0px 0px; /* top right bottom left */
}

#top #links {
	padding-left: 5px;
	font-size: 9px;
}

#top div.row {
	display: table-row;
}

#top div.cell1 {
	background-image: url(/images/bg-subheader.gif);
	background-repeat: repeat-x;
	height: 38px;
}

#top div.cell1 #center {
	margin: 0px auto;
	width: 892px;
}

#wider #top div.cell1 #center {
	padding-right: 18px;
	width: 990px;
}

#top div.cell2 {
	display: table-cell;
	height: 100%;
}

#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;
}


