#all {
  width: 1024px;
  height: 1800px;
  position: absolute;
  left: 0px;
  top: 0px;
}
body {
	background-color: #ffffff;
	color: #000000;
}

h1 {
	border-width: 0px;
    padding: 2px;
    margin: 0px;
    background-color: #141d9d;
    color: #FFFFFF;
    font-family: "Microsoft Sans Serif";
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-indent: 10px;
}

h2 {
	border-color: #141d9d;
    padding: 2px 2px 2px 30px;
    margin: 0px;
    background-color: #141d9d;
    color: #FFFFFF;
    font-family: "Microsoft Sans Serif";
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    border-top-width: 14px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
}

h3 {
	background-color: #141d9d;
    color: #FFFFFF;
    font-size: 12pt;
    font-family: "Microsoft Sans Serif";
    margin: 0 0 0 0;
    text-align: center;
}

a {
  	color: blue;
}

p {
	color: #000000;
	font-family:"Microsoft Sans Serif";
	font-size: 10pt;
  text-indent: 10pt;
}
ul
{
    border-style: none;
    border-width: 0px;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    list-style-type: none;
    text-align: left;
    font-size: 10pt;
    font-family: "Microsoft Sans Serif";
    line-height: 1.4em;
}
#head {
  position: absolute;
    width: 1024px;
    height: 50px;
    top: 0px;
    left: 0px;
    text-align: center;
    font-family: "Microsoft Sans Serif";
}

#menu {
  border: black 1px solid;
    position: absolute;
    width: 150px;
    height: 1700px;
    top: 51px;
    left: 5px;
    padding: 2px;
    text-align: left;
}

#menu li {
  list-style-type: none;
    text-align: left;
    font-size: 9pt;
    font-family:"Microsoft Sans Serif";
    line-height: 1.4em;
}

#image {
	position:absolute;
	width: 160px;
	top: 51px;
	left: 162px;
	padding: 2px;
	height: 1700px;
	border: black 1px solid;
}


#content {
	position:absolute;
  border: black 1px solid;
	width: 514px;
  height: 1700px;
  top:51px;
  left:329px;
  padding:2px;
  font-family: "Microsoft Sans Serif";
	font-size: 10pt;
	}
  
#adv {
	position:absolute;
	width: 160px;
  height: 1700px;
  border: black 1px solid;
  top:51px;
  left:850px;
  padding: 2px;
}

#footer {
  border: black 1px solid;
    position: absolute;
    width: 1006px;
    height: 20px;
    top: 1758px;
    left: 5px;
    padding: 2px;
    text-align: center;
    font-family: "Microsoft Sans Serif";
    font-size: 9pt;
}

#contentlinks {
	position:absolute;
  border: black 1px solid;
	width: 681px;
  height: 1350px;
  top:101px;
  left:162px;
  padding:2px;
  }

#flnk {
	font-family:sans-serif;
	font-size: 9pt;
	text-indent: 0;
	line-height: 1.5em;
}




