body {
    background-color:   tan;
    font-family:        Arial;
    font-size:          small;
    line-height:        1.5em;
    margin:             0px 10px 10px 10px;
}

#allcontent {
    width:              800px;
    padding-top:        5px;
    padding-bottom:     5px;
    background-color:   #61081A;
    margin-left:        auto;
    margin-right:       auto;
}

.center {
    text-align:         center;
}

#sidebar {
    border:             thin black;
    background:         #61081A;
    color:              white;
    list-style-type:    none;
    font-size:          90%;
    font-style:         italic;
    line-height:        1.5em;
    padding:            0px 5px 5px 3px;
    margin:             0px 5px 5px 2px;
    width:              100px;
    float:              left;
}

html>body #sidebar {
    border:             thin black;
    background:         #61081A;
    color:              white;
    list-style-type:    none;
    font-size:          93%;
    font-style:         italic;
    line-height:        1.5em;
    padding:            0px 5px 5px 3px;
    margin:             5px 5px 5px 5px;
    width:              100px;
    float:              left;
}

#sidebar a {
    padding-left:            0px;
}

#sidebar A:link {color:      white;}
#sidebar A:visited {color:   white;}
#sidebar A:hover {color:     #FFFFCC;}

#main {
    padding:            10px 10px 10px 10px;
    margin:             5px 10px 5px 115px;
    background-color:   white;
}

#specialtext {
    font-size:          120%;
    font-style:         italic;
    text-align:         center;
}

#footersb {
	border-top:			solid thin white;
	border-bottom:		solid thin white;
}

p.calltxt {
	font-size:			130%;
	text-align:			center;
	font-style:			italic;
	font-weight:		bold;
	line-height:		1%;
}