/* below : the very general layout */

html,body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
    text-align: left;
	text-decoration: none;
    color: #444444;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	/*font-family: Georgia, "Times New Roman", serif;*/	font-size: 15px;
  	font-variant: normal;
  	font-style: normal;
  	/*letter-spacing: .02em;
  	word-spacing: .1em;*/
	line-height: 1.6em;
}
img {
    border: 0px;
	background: none;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
a img {
    background: none;
}

em {
    font-style: normal;
    font-weight: bold;
}

img.button {
    display: inline;
    vertical-align: middle;
	margin: 0;
	margin-right: 3px;
	padding: 0;
	width: 16px;
	height: 16px;
	border: 0px;
	background: none;
}









/*below : the container layout*/

#container {
	/*position: absolute;
    left: 0; 
    top: 0;*//*NO ABSOLUTE POSITIONING TO COMPLY WITH IE6 BUGGING*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}






/*below: the light box layout*/

#lightbox {
    visibility: hidden;
    z-index: 4;	overflow: hidden;    position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;
	background-color: #000000;}
#overbox {
    visibility: hidden;
    z-index: 5;	overflow: hidden;    position: absolute;	top: 0;	left: 0;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 15px;
    background-color: #000000;
    border: solid 1px #808080;
}
#lightboxOff {
    visibility: hidden;
    z-index: 6;    position: absolute;	top: 0;	left: 0;
	padding: 0;
	width: 16px;
	height: 16px;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 15px;
    border-bottom: none;
}






/*below : the content layout*/

#content {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0 !important;
    left: 0;
    margin: 0;
    padding: 0% 9% 0% 9%;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 82%;
    text-align: left;
}


/*the main textual area*/

p#main {
    display: inline;
    text-align: left;
}
#main a:link, #main a:visited {
    text-decoration: underline;
    color: #444444;
}
#main a:hover, #main a:active {
    color: #000000;
}


/*the back to index button / title*/

a#backtoIndex {
    display: block !important;
    display: inline-block;
    margin-left: -5%;
    margin-bottom: 20px !important;
    width: 256px; height: 55px;
}

/*the go to top button situated at bottom of content*/

a#gotoTop {
    display: block !important; display: inline-block; margin-top: 40px; padding-bottom: 30px; /*for Safari, padding rather than margin for bottom*/ margin-left: 50%; width: 16px; height: 16px;
}


/*the cc license layout*/
#license {
    margin-bottom: 30px; padding-top: 120px; padding-left: 60px; padding-right: 60px; padding-bottom: 30px; text-align: center;
    color: #c5c5c5; font-family: Helvetica, Verdana, sans-serif; font-size: 10px; line-height: 12px;
}
#license a:link, #license a:visited {
    color: #c5c5c5; text-decoration: underline;
}
#license a:hover, #license a:active {
    color: #c5c5c5; text-decoration: underline;
}