@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(/common/themes/Contemporary/bg.gif); 
	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: #555;*/
}
#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: #999999;
        padding: 0px;
        padding-right: 3px;
        padding-left: 3px;
}
#language-selector a:hover { 
        text-decoration: underline;
}
.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left-width: 5px;
	border-left-style: solid;
	border-right-width: 5px;
	border-right-style: solid;
}
.oneColFixCtr #mainContent {
	padding-right: 30px;
}
.oneColFixCtr #container #header {
	padding-right: 30px;
	padding-bottom: 15px;
	height:70px;
}
.oneColFixCtr #container #header #heading {
	float: left;
	padding-top:5px;
	margin-top: 20px;
	height:60px;
}
.oneColFixCtr #container #header .title_icon {
	padding-left: 70px;
}
.oneColFixCtr #container #header .title_icon_invisible {
	padding-left: 20px;
}
.oneColFixCtr #container #header #heading img {
	border-style: none;
	display:block;
}
.oneColFixCtr #container #header #menu {
	border-top-width: 5px;
	border-top-style: solid;
	overflow: hidden;
	height: 20px;
	width: 187px;
	float: right;
	padding: 0px 0px 25px 5px;
	text-align: center;
}
.oneColFixCtr #container #header #menu img {
	border-style: none;
	margin-right: 15px;
}
.oneColFixCtr #container #mainContent #left_column {
	overflow: hidden;
}
.oneColFixCtr #container #mainContent #left_column #inner_graphic {
	padding-left: 15px;
	padding-bottom: 12px;
}
.oneColFixCtr #container #mainContent #left_column h1 {
	display: block;
	padding-left: 25px;
}
.oneColFixCtr #container #mainContent #left_column #actual_content {
	padding-left: 50px;
	width: 500px;
	font-size: 12px;
}
.oneColFixCtr #container #mainContent #right_column {
	padding-bottom: 50px;
	float: right;
	width: 187px;
}
/* hide hack from Mac-IE5 \*/
* html #left_column { height: 1%; }
/* end hiding */
.oneColFixCtr #container #footer {
	/*background: #473f2a;
	color: #fff;*/
	font-size: 10px;
	padding: 20px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
        clear: both;
}
.oneColFixCtr #container #footer p {
	padding: 0px;
	margin-top: 10px;
}
.oneColFixCtr #container #footer a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.oneColFixCtr #container #footer a:hover {
	text-decoration: underline;
}
#sidebarInfo {
	text-align: center;
}
