@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(154,141,115);
	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: #000000;
}

#language-selector,#language-selector a,#language-selector a:link,#language-selector a:visited,#language-selector a:hover,#language-selector a:active {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	text-decoration: none;
	color: #cfc679;
	padding: 0px;
	padding-right: 3px;
	padding-left: 3px;
}

#language-selector a:hover {
	text-decoration: underline;
}

#language-selector {
	float: right;
}

.oneColFixCtr #container {
	width: 937px;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtr #container #header {
	border-top-width: 5px;
	border-top-style: solid;
	padding: 40px 40px 40px 0px;
	border-bottom: thin solid #fff;
	margin-bottom: 17px;
	height: 70px;
}

.oneColFixCtr #container #header img {
	border-style: none;
	display: block;
}

.oneColFixCtr #mainContent {
	width: 937px;
}

.oneColFixCtr #container #mainContent #left_column {
	float: left;
	width: 233px;
	border-top: thin solid #fff;
	text-align: center;
}

.oneColFixCtr #container #mainContent #left_column #menu {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 56px;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}

.oneColFixCtr #container #mainContent #left_column hr {
	margin: 0px 0px 20px;
	padding: 0px;
	height: 20px;
	border-top: thin solid #fff;
	border-bottom: thin solid #fff;
	border-right-style: none;
	border-left-style: none;
}

.oneColFixCtr #container #mainContent #left_column img {
	border-style: none;
}

.oneColFixCtr #container #mainContent #left_column p {
	font: 12px/ 19px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtr #container #mainContent #right_column {
	overflow: hidden;
	border-top: thin solid #fff;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	width: 703px;
}

/* hide hack from Mac-IE5 \*/
* html #right_column {
	height: 1%;
}

/* end hiding */
.oneColFixCtr #container #mainContent #right_column #nav_buttons {
	float: right;
	text-align: center;
	width: 123px;
	border-bottom: thin solid #fff;
	margin-left: -3px;
	height: 175px;
}

.oneColFixCtr #container #mainContent #right_column #nav_buttons img {
	display: block;
	margin: 20px auto;
	border-style: none;
}

.oneColFixCtr #container #mainContent #right_column #banner {
	border-right: thin solid #fff;
	overflow: hidden;
	display: block;
	height: 302px;
	width: 579px;
}

/* hide hack from Mac-IE5 \*/
* html #banner {
	height: 1%;
}

/* end hiding */
.oneColFixCtr #container #mainContent #right_column #actual_content_container {
	border-top: thin solid #fff;
}

.oneColFixCtr #container #mainContent #right_column #actual_content_container #content_header {
	border-top-width: 23px;
	border-top-style: solid;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.oneColFixCtr #container #mainContent #right_column #actual_content_container #actual_content {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 85px;
	padding-left: 55px;
	padding-bottom: 20px;
}

.oneColFixCtr #container #mainContent #footer_container {
	clear: both;
}

.oneColFixCtr #container #mainContent #footer_container #footer {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
/**	padding: 20px; **/
	height:67px;
	margin: 0px;
	margin-left: 233px;
	border-left: thin solid #fff;
}

.oneColFixCtr #container #mainContent #footer_container #copyright {
	padding: 40px 10px 0px 0px;
	text-align: right;
}

.oneColFixCtr #container .title_icon img{
	margin-left: 110px;
}

.oneColFixCtr #container .title_icon_invisible img	{
	margin-left: 70px;
}

.line_footer {
	height:31px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	margin-left:233px;
}

#right_cell {
	background: white;
	width: 100%;
}

#content {
    margin-top: -15px;
}

#content_header .page-title {
    padding-top: 35px;
}

div#disclaimer span{	
	float: right;	
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;	      
}

div#disclaimer div#disclaimerPopUp{
	margin-top: -305px;
}

