body { margin: 0; padding: 0; background: #FFF url(/gfx/headerBg.gif) 0 0 repeat-x; color: #000; font-size: 80%; text-align: center; cursor: default; }
body, input, textarea, select { font-family: "Trebuchet MS", "Arial", sans-serif; }

a:link, a:visited { color: #4D9FE6; text-decoration: none; }
a:hover { text-decoration: underline; }

.Container { padding: 0 10px; max-width: 750px; width: expression(document.body.clientWidth > 760? "760px": "auto"); margin: 0 auto; text-align: left; }

.Header { height: 50px; margin-bottom: 20px;  }
.Header img { float: left; margin: 10px 0 0 0; border: 0; }

.Header ul { float: right; margin: 0; padding: 0;  list-style: none; border-left: 1px #376587 solid; }
.Header ul li { margin: 0; padding: 0; float: left; border-right: 1px #376587 solid; }
.Header li a:link, li a:visited { 
    font-size: .8em; 
	display: block; 
	color: #D0DBE4; 
	padding-top: 18px;
	text-decoration: none; 
	height: 31px;
	width: 80px;
	overflow: none;
	text-align: center; 

}
.Header li a:hover { background: #305875; }

.Main { float: left; width: 100%; margin-right: -300px; }

.Content { margin-right: 300px; }
.Content h3 { font-size: .95em; font-weight: bold; color: #333; letter-spacing: .095em; }
.Content p { font-size: .9em; line-height: 25px; text-align: justify; }

.Quote { margin-left: 20px; border-left: 1px #999 solid; padding-left: 10px; }

.Side { float: right; width: 180px; text-align: center; }

h1  { padding: 0; margin: 0 0 20px 0; font-size: 1.8em; font-weight: bold; border-bottom: 1px #E3E3E3 solid;  }