body {
	background: #ffffff;
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    width: 1000px;
	margin: 5px auto;
}

a {
	outline: none;
}

.header {
    position: relative;
	width: 1000px;
    height: 80px;
}

#logos {
	position: absolute;
	left: 5px;
	bottom: 10px;
}

#logol {
	position: absolute;
	right: 5px;
	bottom: 10px;
}

img {
    border-style: none;
	outline: none;
}

.topnav {
	position: relative;
    height: 28px;
    text-align: center;
    border-bottom: 1px dashed #cdcdcd;
}

.container {
	position: relative;
}

.leftbar {
	position: absolute;
    width: 200px;
    text-align: center;
    margin-top: 10px;
	border: 1px;
	height: 100%;
}

div.main {
    position: relative;
    left: 200px;
	margin: 5px;
    width: 550px;
    text-align: justify;
}

.rightbar {
    position: absolute;
    left: 750px;
    width: 250px;
	top: 0px;
	padding-left: 10px;
    padding-top: 10px;
	margin: 0px auto;
	/*text-align: center;*/
}

#HomeRBarTop {
	height: 30%;
	overflow: auto;
}

#LinkOut {
	width: 200px;
	max-height: 350px;
	text-align: justify;
	overflow: auto;
}

#Filler1 {
	font-style: italic;
	color: #919191;
}

.footer {
    left: 0px;
    bottom: 5px;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
}
