body, html {
	margin: 0px;
	border: 0px;
	font-family: Georgia, Times;
    height: 100%;
}

hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: 0;
	width: 80%;
}

img {
    border: 0;
}

h2 {
    font-size: 140%;
    font-weight: normal;
}

a {
    color: #F38F1D;
//	color: #ff0000;
}

a:visited {
    color: #992222;
}

#background_block {
	z-index: -999;
	//background-image: url('../bettersw.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 100px;
	height: 86px;
	width: 286px;
}

#content {
    padding-bottom: 50px;

    padding: 0;
    min-height: 100%;
    margin-left: 20px;
    margin-top: 4px;
    height: 100%;
    min-height: 100%;


}


#footer {
    margin: 0;
    margin-top: 60px;
    background-color: #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: smaller;
    width: 90%;

}


#leftcol {
	position: absolute;
	left: 20px;
	top: 90px;
}

#maincol {
	position: absolute; 
	top: 120px;
	left: 110px;
	right: 195px;
    min-height: 100%;
    height: 100%;
}

#rightcol {
	position: absolute;
	right: 15px;
	width: 160px;
    padding: 0;
	top: 90px;
}

.rightImg {
    float: right;
}

.navlink {
	/*font-variant: small-caps; */
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0;
    margin-bottom: 20px;
	border-left: 1px dotted;
	font-size: smaller;
}

.navlink_top {
    background-color: #eeeeee;
}

.navlink_mid {
    background-color: #eeeedd;
}

.navlink ul {
	list-style-type: none;
	margin: 0;
	margin-top: 8px;
    margin-bottom: 8px;
	border:0;
	padding-left: 0.7em;
	text-indent: 0em;
	line-height: 1em;

}

.navlink li {
    margin-top: 6px;
    margin-bottom: 6px;
}

#title {
	position: relative;
	padding-top: 19px;
	font-size: 200%;
	padding-bottom: 20px;
}

#topbar {
	background: #777777;
	height: 19px;
	width: 100%;
    position: absolute;
    padding-left: 50px;
    top: 0;
    left: 0;
}

#topbar a {
    color: #fff;
    padding-left: 20px;
    text-decoration: none;
}

#topbar a:visited {
    color: #fff;
}


#logobar a img {
    border: 0;
}


#logobar {
    display: block;
    height: 110px;
    z-index: -998;
//    width: 100%;
    padding-left: 20px;
    padding-top: 19px;
    //border-left: 3px solid #777777;
    //position: absolute;
    //top: 12;
    //left: 0;
}
