/*---------------------layers-------------------------*/
#global { /* Main Container - centres everything and adds border*/
	position:absolute;
	left: 50%;
	width: 940px;
	height: 600px;
	margin-top: 20px; 
	margin-left: -470px; /* half of the width */
	/*border: 1px solid #666666;*/
	background-color: #FFFFFF;
	}
	
#MainContent {
	position:absolute;
	height: 437px;
	width: 940px;
	left: 50%;
	margin-left: -470px; /* half of the width */
	margin-top: 110px; /* fixed */
	background-color: #eaf1f6;
	}
	
#MainContentLeft {
	height: 432px;
	width: 245px;
	float: left;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3b6e93;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	border-right: solid;
	border-right-color: #eaf1f6;
	border-right-style: solid;
	border-right-width: 5px;
	overflow: auto;
}

#MainContentLeft #WelcomePicNavBottom{ /* bottom left of main picture */
	position: absolute;
	width: 250px;
	bottom: 1px;
	/*border: solid 1px black;*/
	text-align: right;
	font-size: x-small;
}

#MainContentLeft #WelcomePicNavBottom  img{ /* bottom left of main picture tiny thumbs */
	border-right-width: 3px;
	border-right-color: #eaf1f6;
	border-top-width: 3px;
	border-top-color: #eaf1f6;
}

#MainContentRight {
	height: 437px;
	width: 680px;
	float: left;
}

#MainContentRightGrids {
	height: 145px;
	width: 170px;
	float: left;
	/*background-color: #999999;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #3b6e93;
}

#MainContentRightColumns {
	height: 432px;
	width: 335px;
	float: left;
	/*background-color: #999999;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3b6e93;
	padding-top: 5px;
	padding-right: 5px;
	overflow: auto;
}

#copyright {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-align: right;
	width: 940px;
	left: 50%;
	margin-left: -470px; /* half of the width */
	margin-top: 20px;
	bottom: 10px;
}

#AddressBar {
	position:absolute;
	height: auto;
	width: 100%;
	padding-top: 5px;
	text-align: left;
	border-top-width: 1px;
	border-top-color: #3b6e93;
	border-top-style: solid;
	left: 50%;
	margin-left: -470px; /* half of the width */
	margin-top: 554px;
}

#AddressBarText {
    position:absolute;
	height: auto;
	width: 680px;
	text-align: left;
	left: 50%;
	margin-left: -470px; /* half of the width */
	padding-left: 260px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3b6e93;
}

#TermsOfuse {
	position:absolute;
	height: auto;
	width: 100%;
	padding-top: 10px;
	text-align: left;
	left: 50%;
	margin-left: -470px; /* half of the width */
	margin-top: 554px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}

#TermsOfuse a {
	color: #999999;
	text-decoration: none;
}

#chartArch {
	position: relative;
	float: left;
	font-family: "Helvetica Neue Medium", arial, sans-serif;
	font-size: 22px;
	width: 260px;
	height: auto;
	color: #3b6e93;
	}

#mainTopLinks {
	position: relative;
	float: left;
	font-family: "Helvetica Neue Medium", arial, sans-serif;
	font-size: 22px;
	width: auto;
	height: inherit;
	color: #3b6e93;
	}	
		
#subTopLinks {
	position: absolute;
	height: auto;
	width: 500px;
	float: left;
	text-align: left;
	margin-top: 10px;
	left: 261px;
	top: 15px;
}	

#gdglogo {
	position: absolute;
	width: 80px;
	height: 90px;
	color: #3b6e93;
	right: 0px;	
	top: 0px;
	}
	
#topBarLine {
	position:absolute;
	left: 50%;
	width: 940px;
	margin-left: -470px; /* half of the width */
	border-bottom-width: 1px;
	border-bottom-color: #3b6e93;
	border-bottom-style: solid;
	margin-top: 102px;
	}

/*------------------elements----------------*/

h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: small;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

h3 {
	font-size: small;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

h4 {
	font-size: small;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5 {
	font-size: x-small;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#mainTopLinks a {
	display: inline;
	text-decoration: none;
	color: #3b6e93;
}

#mainTopLinks a:hover {
	display: inline;
	text-decoration: none;
	color: #284A64;
}

#subTopLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3b6e93;
	display: inline;
	text-decoration: none;
}

#subTopLinks a:hover {
	display: inline;
	text-decoration: none;
	color: #284A64;
}

#MainContentLeft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3b6e93;
	display: inline;
	text-decoration: none;
}

#MainContentLeft a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3b6e93;
	display: inline;
	text-decoration: underline;
}

#MainContentLeft a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #7EAACB;
	display: inline;
	text-decoration: none;
}

#MainContentLeft ul {
	margin: 0;
	padding: 0;
	font-size: x-small;
	color: #3b6e93;
	list-style-type: none;
}

#MainContentLeft li {
	margin: 0;
	padding: 0;
	font-size: x-small;
	color: #3b6e93;
	list-style-type: none;
}

#MainContentRightGrids img{
	height: 103px;
	width: 160px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eaf1f6;
	border-right-color: #eaf1f6;
	border-bottom-color: #eaf1f6;
	border-left-color: #eaf1f6;	
}

#MainContentRightGrids a {
	color: #3b6e93;
	display: inline;
	text-decoration: none;
}

#MainContentRightGrids a:hover {
	color: #6A9DC4;
	display: inline;
	text-decoration: underline;
}

#MainContentRightGrids a:visited {
	color: #7EAACB;
	display: inline;
	text-decoration: none;
}

#MainContentRightColumns a {
	color: #3b6e93;
	display: inline;
	text-decoration: none;
}

#MainContentRightColumns a:hover {
	color: #6A9DC4;
	display: inline;
	text-decoration: underline;
}

#MainContentRightColumns a:visited {
	color: #7EAACB;
	display: inline;
	text-decoration: none;
}

#copyright a {
	color: #999999;
	display: inline;
	text-decoration: none;
}

#copyright a:visited {
	color: #999999;
	display: inline;
	text-decoration: none;
}

#chartArch a {
	color: #3b6e93;
	display: inline;
	text-decoration: none;
}

#AddressBar a {
	color: #3b6e93;
	display: inline;
	text-decoration: none;
}
