body {
  margin:10px 10px 0px 10px;
  padding:0px;
  background: #ffffff;
}

#banner {
        background: #CEDBED; 
	background-image: url(Mainhead.gif); 
	background-repeat:no-repeat; 
	background-position: center center; 
        border: 2px solid #1277A7;
	height:80px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:80px;
}
html>body #banner {
	height:80px;
}

#left {
  position: absolute;
  text-align: left;
  top:95px;
  left:10px;
  width:150px;
  height:500px;
  background: #CEDBED;
  border: 2px solid #1277A7;
}

html>body #left {
  width:150px;
  height: 500px; /* ie5win fudge ends */
}
	

#centercontent {
  text-align: left;
  top:95px;
  padding:10px 10px 10px 10px;
  margin-left: 162px;
  margin-right: 289px;
  /* background: #1378A7; */
  background: #ffffff;
  height:500px;	
  voice-family: "\"}\"";
  voice-family: inherit;
  /* border: 2px solid #1378A7; */
  border: 2px solid #ffffff;
}

html>body #centercontent {
  margin-left: 162px;
  margin-right:289px;
  height:500px;
}

#right {
  position: absolute;
  text-align: center;
  padding:10px 10px 10px 10px;
  left:550;
  top:95px;
  right:9px;
  background: #1277A7;
  width:250px;
  height:500px;
}

html>body #right {
  top:95px;
  right:10px;
  width:250px;
  height: 500px; /* ie5win fudge ends */
}

#nav {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  font-size: 1em;
  font-weight: bold;
  background-color: #BBCDE6;
  /* border: 1px solid #1277A7; */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

a {
  color:#1277A7; 
  background:#CEDBED;
}

a:link
{
  color: #1277A7;
  font-size: 1em;
  text-decoration: none;
}

a:hover
{
  color: #ffffdd;
  font-size: 1em;
  text-decoration: none;
}

p, tr, td {
  color: #1277A7;
  font-size:12px;
  font-family: "lucida calligraphy", sans-serif, arial, serif, courier;
}

p.white {
  color: #ffffff;
}

p.green {
  color: #00bb55;
}
	
h1,pre,ol {
   padding:20px;
   margin:10px 10px 10px 10px;
   text-align:left;
   font-family: "lucida calligraphy", sans-serif, arial, serif, courier;
   font-size:10;
   color:#ffffff;
}

		
h1 {
   font-size:24px;
   font-family: "lucida calligraphy", sans-serif, arial, serif, courier;
   color:#A13D3D;
}

h2 {
   text-align:center;
   font-size:14px;
   color:#A13D3D;
}

h3 {
   text-align:center;
   vertical-align:super;
   font-family: "lucida calligraphy", sans-serif, arial, serif, courier;
   font-size:12;
   color:#1277A7;
}

h4 {
   font-family: "lucida calligraphy", sans-serif, arial, serif, courier;
   text-align:center;
   font-size:10;
   color:#ffffff;
}

h3.sub { 
  border: 2px dotted #1277A7;
  color:#ffffdd; 
  background:#CEDBED;
}
h4.blue { 
  background:#eeeeee;
  color:#1378A7; 
}


ul {
  color:#48DAE8;
  text-align:middle;
}


img {
  vertical-align:text-top;
  text-align:center;
}

img.right {
  float:right;
}

img.left {
  float:left;
}	

