body {	
	background:#FFFFFF;
	margin:0;
	font-size: small;	
	font-style: normal; 
	line-height: 1.4em;
	text-align:center;
}

table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

a {
 font-size: 14px;
 font-variant: small-caps;
 text-decoration: none;
 color: #000099;
}

a:visited {
  text-decoration: none;
  color: #000066;
}

a:hover {
  text-decoration: underline;
  color: #0099FF;
}

a img {
	border-width:0;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #333399;
  line-height: 36px;
  font-variant: small-caps;
  text-indent: 24px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #3333FF;
  line-height: 20px;
  text-align: center;
}

/* Page layout */



#content {
  background:#ffffff ;
  width:914px;
}

#header {
    background:#ffffff url(images/shade110.jpg) repeat-x scroll left top;
	width:100%;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color: #999999;
	text-align: left;
    height: 100px;
    padding: 0px 0px;
}

#main {
    background:#ffffff ;
	width:680px;
	float:right;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    line-height: 1.4em;
}

#sidebar {
    background:#EfEfFF ;
	width:220px;
	float:left;
	font:normal 70%/1.4em Arial, Helvetica, sans-serif;
	vertical-align: text-top;
    text-align: center;
}


#footer {
    background:#ffffff;
	width:100%;
	font-weight:normal;
	text-align: center;
    padding: 0px 0px 0px;
}

.header-image {
 text-align: right; border: 0;
}

.100height {  line-height: 100%}
.larger {  font-size: 125%}
