body {
    font-family: arial, sans-serif, verdana, trebuchet;
    background: #C8C8C8;
    padding: 0px;
    margin: 0px;
}

h1 { margin-left: 20px; padding: 1em 0; }


h2 { font-size: medium; margin: 0; padding: 1em 0 0 0; }

h2.date { font-size: x-small; color: #aaa; padding: 0; }

.sidebar h2 { background: white; font-size: small; padding: 0.25em; border-top: 1px solid #eee; }
.sidebar h3 { font-size: x-small; padding: 0; }

p { line-height: 150%; }

p.left {
text-align:left;
} 

p.right {
text-align:right;
} 

acronym { cursor: help; border-bottom: dashed 1px; }

input,select {
    background: #f2f2f2;
    border: 1px gray dotted;
}
input:hover { background: white; }

input.button {
    background: #ccc;
    border: 1px gray solid;
}

textarea {
    border: 1px gray dotted;
}

img {
    border: 0;
}


hr { border: 1px gray solid; margin: 1em 12em; }

#master {
    width: 500px;
    margin: -21px auto auto auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
    background: #444;
    height: 100%;
}
table.masting {
    margin: auto auto auto auto;
}
td.bbord {
	background-image:url(imgs/bbord.gif);
	background-repeat:repeat-x;
	height:13px;
}
td.rcorn {
	background-image:url(imgs/rcorn.gif);
	background-repeat:no-repeat;
	height:13px;
}
td.lcorn {
	background-image:url(imgs/lcorn.gif);
	background-repeat:no-repeat;
	height:13px;
}

#header {
    color: white;
    background: #3399CC url('imgs/topbg.jpg') top right no-repeat;
    margin-bottom: -22px;
}

.heeader {
    color: white;
    background: #3399CC url('imgs/topbg.jpg') top right no-repeat;
}

ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #444;
}

ul#menu li {
    float: left;
    width: 25%;
    background: #444;
    border-top: #000 solid thin;
}

ul#menu li a {
    display: block;
    padding: 0.5em 0;
    font-size: small;
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}
ul#menu li a:hover { background: #666; color: white; }
ul#menu a.current:link { background: #666; color: white; }
ul#menu a.current:visited { background: #666; color: white; }

a:link { color: #921609; text-decoration: none; }
a:visited { color: #921609; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

#content {
    background: white;
    border-top: #eee solid 1em;
    font-size: small;
    color: #444;
    text-align: justify;
    padding: 1em 0;
}
html>body #content { border-top: #eee solid 4.1em; }

div.item {
    margin: 0 15em 0 1em;
    border-bottom: #eee solid 1px;
    border-right: #eee solid 1px;
    padding: 0 1.5em 0 1em;
	background-color: #FFF;
}

.wierdthing {background-color: #CCC}

td.item {
    padding: 0 1.5em 0 1em;
	background-color: #FFF;
	color: #444;
}

div.sidebar {
    border-left: solid 1px #000;
    background-color: #eee;
    width: 13em;
    float: right;
    margin: 0px 1px 1em 0px;
    margin-bottom: 0;
    color: #777;
    clear: both;
    padding-right: 0px;
}

td.sidebar {
    border-left: solid 1px #000;
    background-color: #eee;
    width: 13em;
    float: right;
    color: #777;
    clear: both;
    padding-right: 0px;
}

.sidebar a { font-size: x-small; }
.sidebar p { font-size: x-small; margin: 1em; }
.sidebar h2 { text-align: right; margin: 0; }
.sidebar ul { padding-left: 1.5em; font-size: x-small; margin-left: 0; text-align: left; }
.sidebar img { display: block; margin: auto; }


ul { padding: 0 0 0 3em; }
ul.links { list-style-type: none; }

div.border {
    border: #eee solid thick;
    border-right: none;
}

#footer {
    background: #444;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}

#bottommenu {
    background: #444;
    font-size: x-small;
    text-align: center;
    color: #aaa
}
#bottommenu a { color: #aaa }

.leftside {
	background-image: url('imgs/lbord.gif');
	background-repeat: repeat-y;
	width:13px;
	}
	
.rightside {
	background-image: url('imgs/rbord.gif');
	background-repeat: repeat-y;
	width:13px;
	}

img.nobord {
	border-style: solid;
	border-width: 0;
	}
