/*
* {
 	font-family:Arial, Helvetica, sans-serif;
	color: Black;
 }
*/


body {
	margin:0;
	background-color: white;
    /*page-break-before: always;*/
}
.section{
}

#optFormDetailed{
    page-break-before:avoid;
}

#optFormSummary{
    page-break-after:avoid;
}

#container {
	padding: 0px;
	width: 680px;
	margin: 0px auto 0px 0px;
	background-color: #ECF9FD;
}

#divHead {	
	margin: 0px;
	width: 680px;
	height: 95px;
	left: 0px;
	top: 0px;
}

#divHomeBanner {
    height: 101px;
	z-index:2;
}
img.HomeBanner{
	width: 680px;
    height: 100px;
	border: 0px;
	padding:0px;
}

#divLangSelector {
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;

}

#divMiddleSection {
    width: 680px;
}

#divLeftColumn {
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
	
}


#divCenterRightColumn {
    width: 680px;

}

#optionInput{
}

#divContentTarget {
    width: 680px;

    

/*  height:670px;

	overflow-x:scroll;	
	overflow-y:scroll;
	
	scrollbar-base-color: #ECF9FD;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #D8EDE9;
	
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: gray;
	
	scrollbar-highlight-color: #ECF9FD;
	scrollbar-3dlight-color: gray;	*/
	z-index:1;
}
/*Just Firefox*/
/* Hide from IE-Mac \*/
html>/**/body #divContentTarget {
    width: 680px;

}
/* End hide */

#divStretch {
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}


#divAds{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}
/*
#divAds{
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 170px;	
	height:170px;
	left: 820px;
	position:fixed;
	z-index:0;
}*/


#divFooter {
    width: 680px;
}

#divFooterLeftColumn {
    width: 100px;
}

#divFooterCenterRightColumn {
    width: 500px;
}

/*Just Firefox*/
/* Hide from IE-Mac \*/
html>/**/body #divFooterCenterRightColumn {
    width: 500px;
}
/* End hide */

/*All Browsers*/
#divFooterCopy {
    width: 150px;
}
/*Just Firefox
Fix of firefox bug that adds padding (top)15px.
Solution: add padding (top)15px on every browser,
then override that in Firefox with 0px.
IE does not understand the child selector "html>body".
*/
/* Hide from IE-Mac \*/
html>/**/body #divFooterCopy {
    width: 200px;
}
/* End hide */

#divFooterLinks{
    width: 200px;
}

.footerLinks{
}