* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	background: white;
}

h1, h2 {
	margin: 10px 0 5px 0 !important; 				/* Standard Compliant Browsers */
	margin: 0 0 5px 0; 								/* IE5/5.5 will see */

	color: #369;
	line-height: 1.6em;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
}

p {
	font-size: 1em;
	margin: 0 0 10px 0;
}

a:link, a:visited, a:active {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #369;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.offScreen {
	position: absolute;
	left: -5000px;
}







/* STRUCTURE */

#frame {
	width: 760px;
	text-align: left;
	margin: 10px auto;
	position: relative;
}

#header {
	width: 760px;
	height: 110px;
	position: relative;
}

#helpLoginSearchContainer {
	width: 280px;
	margin: 10px 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

#contentContainer {
	width: 476px;
	margin: 155px 4px 0 0;
	float: left;
}

#navigationContainer {
	width: 278px;
	float: left;
	position: relative;
	background: #deedda;
}





/* HEADER */

#homepageImage {
	position: absolute;
	top: 59px;
	left: 0;
}





/* CONTENT */

#contentContainer h1 {
	padding: 20px 0 0 0;
}





/* NAVIGATION */

#navigationContainer {
	position: absolute;
	top: 59px;		
	left: 482px;
	background: #fff;
}

#navigation {
	background: url(/pins_images/portal/en/homeTopBg.gif) 0 0 no-repeat #deedda;
}

#navigation h2, #navigation p {
	color: #369;
}

#navigationContent {
	padding: 50px 20px 0 20px;
}

#navigation #botRightCorner {
	position: relative;
	bottom: 0px;
	right: 0;
	height: 50px;
	background: url(/pins_images/portal/en/homeBotRightCorner.gif) right bottom no-repeat #deedda;
}

.homeDottedLine {
	height: 1px;
	background: url(/pins_images/portal/en/homeDots.gif) 0 0 repeat-x;
}





/* COPYRIGHT */

p#copyright {
	padding: 10px 0;
}
