* {
	margin: 0;
	padding: 0;
}
body {
    text-align: center;
    background-color: #eee;
}
#container {
	margin: 0 auto;
    text-align: left;
	border-top: none;
	border-right: 3px double #98AAC5;
	border-bottom: 1px solid #98AAC5;
	border-left: 3px double #98AAC5;
	background: url(../gfx/layout/container_bg.gif) center top repeat-y;
	width: 780px;
    
    voice-family: "\"}\"";
    width: 770px;
    voice-family: "\"}\"";
}

#header {
    margin-left: 213px;
	background: url(../gfx/layout/header_bg.jpg) right top no-repeat;
    width: 557px;
    height: 207px;
	white-space: nowrap;
}

/*****************************************
    Navigation
*****************************************/
#leftCol {
/*     position: relative;
    margin-bottom: -180px;
    top: -180px; */
    margin-top: -207px;
	float: left;
	background-color: #fff;
	width: 210px;
}
#leftCol ul {
    list-style: none;
    border-bottom: 1px solid #BCBCBC;
	background-color: #E6F1FF;
}
#leftCol ul a, #leftCol ul a:link, #leftCol ul a:visited, #leftCol ul a:active, #leftCol ul a:focus {
    display: block;
    padding: 5px 0 5px 30px;
    font-size: 75%;
    color: #294D7B;
    text-decoration: underline;
    background-color: #E6F1FF;
    border-top: 1px solid #BCBCBC;
    width: 210px;
    
    voice-family: "\"}\"";
    width: 180px;
    voice-family: "\"}\"";
}
#leftCol ul a:hover {    
    text-decoration: none;
}
#leftCol ul a.topLink, #leftCol ul a.topLink:link, #leftCol ul a.topLink:visited, #leftCol ul a.topLink:hover, #leftCol ul a.topLink:active, #leftCol ul a.topLink:focus {
	background-color: #FFE7CC;
}

div#leftCol div.bannerDiv ul {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#leftCol div.bannerDiv ul li { margin: 0; padding: 0; }

div#leftCol div.bannerDiv ul a {
	background: none;
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}

#content {
	margin-left: 215px;
}
#contentLeft {
    float: left;
    padding: 10px;
    border-right: 1px solid #98AAC5;
    width: 346px;
    
    voice-family: "\"}\"";
    width: 325px;
    voice-family: "\"}\"";
}
#contentRight {
    margin-left: 345px;
    padding: 10px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #98AAC5;
    background-color: #fff;
}
#contentCenter {
    padding: 10px;
}
#contentLeft div, #contentRight div {
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}
#contentCenter div {
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #ddd;
}
#footer {
    padding-top: 4px;
	clear: both;
    border-top: 1px solid #98AAC5;
	background: transparent url(../gfx/layout/footer_bg.gif) left bottom repeat-x;
    height: 27px;

    voice-family: "\"}\"";
    height: 23px;
    voice-family: "\"}\"";
}
#contentCenter .floatBox {
    margin: 0 0 10px 10px;
    padding: 10px;
    float: right;
    background-color: #E6F1FF;
    width: 200px;
}
#contentCenter .floatBox p {
    padding-bottom: 10px;
    font-size: 70%;
    line-height: 15px;
}
