
#pageContainer {
	width: 800px;
	margin: 15px auto;
	position:relative;
}


body,td {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #363636;
}

body {
	background-color: #1C1F20;
	padding: 0px;
	margin: 0px;
	position:relative;
}


h1 {
	font-weight:bold;
	font-size:16px;
	color: #f7941c;
	margin: 0px;
	padding: 0 0 5px 0;
}

#mainContent p {
	margin: 0 0 20px 0px;
	padding: 0px;
}

a:link,a:visited,a:active {
	color: #005AFF;
	text-decoration: underline;
}
a:hover {
	color: #DB0000;
	text-decoration: underline;
}

/* forms */
form {
	padding: 0px;
	margin: 0px;
}
input, select, option, textarea, file {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;		
}
.button {
	height: 22px;
	border: 1px solid #8D9293;
	background-color: #F3F4F4;
	color: Black;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;	
	cursor: pointer;
}

.defaultButton {
	height: auto;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* list */

#mainContent ol {
	padding: 0px;
	margin: 5px 20px 5px 50px;
}

#mainContent ul {
	padding: 0px;
	margin: 5px 20px 5px 20px;
}

#mainContent ul li {
	list-style-image: url(/images/list.gif);
	padding-bottom: 8px;
}

/* body */
#mainContent {
	position:relative;
	background-color: White;
	text-align: left;

	background-position: Left Bottom;
	background-repeat: no-repeat;
	padding: 40px 40px 20px 40px;

	min-height: 400px;

	height:auto !important;
 	height:400px;	/* stupid IE setting */
}

/* header */
.header {
	background-color: #474F51;
	padding:0px;
	height: 60px;
	position:relative;

}

.header #logo {
	position: absolute;
	right: 0px;
	z-index: 150;
	bottom:-13px;
	overflow:visible;
}


.header_line {
	position:relative;
	background-color: #F6C438;
	height: 13px;
	width: 100%;
	margin-top: 0px;
	padding: 0px;
}



/* menu */

.header #menuBar {
	padding: 0px;
	margin: 0px;

	position:absolute;
	left: 10px;
	top: 40px;
	height: 20px;

}

.header #menuBar a {
	float:left;
	margin: 0 10px 0 0;
	padding: 0px;
	position:relative;
}	





#languageBar {
	position:absolute;
	right: 10px;
	top: 10px;
	height: 20px;
	font-size:10px;
}

.header #languageBar a {
	margin: 0 0 0 10px;
	padding: 0px;
	position:relative;
	
	color: #B7B7B7;
	text-decoration: none;
	font-weight: bold;

}	


.menu {
	padding-left: 15px;
}

.menu_item {
	padding-left: 10px;
}


a.topmenu:link,a.topmenu:active,a.topmenu:visited {
	color: #B7B7B7;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

a.topmenu:hover {
	color: White;
}

a.topmenu_active:link,a.topmenu_active:active,a.topmenu_active:visited {
	color: White;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.popmenu {
	background-color: #F6C438;
	color: #3B3B3B;
	position: absolute;
	border: 1px solid #C18E00;
	display: none;
	z-index:100;
	padding: 0px;
	margin: 0px
}

.popmenu a:link,.popmenu a:active,.popmenu a:visited {
	color: #3B3B3B;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	display: block;
}
.popmenu a:hover {
	background-color: #C18E00;
	color: White;
}

/* footer */
#footer {
	color: #7B7D7E;
	font-size: 10px;
	text-align: right;
	padding: 10px 0px;
	background-color: #1C1F20;
}

#footer #terms {
	float: left;
}

#footer a {
	color: #7B7D7E;
	text-decoration:none;
}

#footer a:hover {
	color: #c0c5c7;
}


.text {
	line-height: 150%;
	text-align: left;
}

.head {
	color: #F7941C;
	font-weight: bold;
	padding-bottom: 15px;
}

#mainContent .terms p {
	margin: 0px;
	padding: 0 0 8px 0px;
}
