/* Site Colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgundy
	#38957D- innteq green
*/

html { height: 100%; width: 100%; }
body {  width: 100%; height: 100%; margin: 0px; padding: 0px;
	font-family: sans-serif; background: #FFF;
	font-size: 13px; line-height: 15px; }
img { border: 0; }
table, tr, td { table-layout: auto;  border-collapse: collapse; vertical-align: top; font-size: 13px; line-height: 15px;}
a { font-family: sans-serif; text-decoration: none; line-height: 2; margin-right: 0; font-size: 12px; }
ul {font-weight: normal; font-size: 10px; line-height: 1; padding-left: 0em; list-style: square; color: #D4E6F4;}
li {list-style: none; color: #D4E6F4; padding-left: 1em; }

#header { height: 0px; margin: 0px; padding: 0px; text-align: left; 
	background: #FFF; color: #D4E6F4; }
#header h1 { padding: 1em; margin: 0px;}
#structure { background: #FFF; width: 100%; padding: 0; margin-left: auto; margin-right: 0; border-collapse: collapse; }
#footer { margin: 0px; padding: 0em; text-align: center;
        position: absolute; right: 120px; bottom: 10px; 
	background: #FFF;  color: #38957D;}
#footer {font-family: sans-serif; font-size: 10px;}

/* Navigation */
#navigation { width: 1200px; padding-left: 3em; padding-top: 2em; vertical-align: text-top;
position: absolute; top: 90px; left: 0px; }
#navigation h1 { color: #8D0D19; margin-top: 1em; font-size: 28px;}
#navigation h2 { color: #8D0D19; margin-top: 4em;}
#navigation a {  color: #1A446C; font-family: sans-serif; text-decoration: none; line-height: 2; margin-right: 0; font-size: 12px; }
ul.pages { color: #1A446C; font-weight: lighter; text-decoration: none; font-size: 10px; line-height: 1; padding-left: 0em; list-style: none ;}
.selected { font-weight: bold;}


/* Image content */
#image { width: 500px; height:500px; background: #FFF; padding: 0; border: 0;
position: absolute; top: 40px; left: 640px; 
}
#image h2 { color: #8D0D19; margin-top: 1em;}
#image h3 { color: #8D0D19; }


/* Text Content */
#text {padding: 1em; border: 0; }
#text { font-family: sans-serif; color: #38957D; font-size: 12px; text-align: justify;  padding: 0em 0em 0em 0em; }
#text h2 { color: #000000; line-height: 1.2; text-align: left; font-size: 20px; }
#text h3 { color: #38957D; line-height: 1; text-align: left;  }

/*Links*/
#a {text-decoration: none; color: #00FF00}
#a:link {color: #1A446C}
#a:visited {color: #1A446C}
#a:hover {color: #1A446C}

#scroll
{
	position: absolute;
	top: 149px;
	left: 195px;
	padding: 1em 2em 1em 3em;
	width:350px;
	height:209px;
	overflow: auto;
}



#logo
{
position: absolute; top: 20px; left: 15px; right: 600px;   
}
