p { font-size: 12px; color: #666; text-align: left }
p.name { font-family: Times, serif; font-size: 12px; color: #000; text-align:left }
h1 {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-align: center;
    //text-shadow: 2px 2px 4px #999;
}
h2 { font-size: 11px; color: #000; font-style: italic; font-weight: bold; text-align: center}
h3 { font-size: 12px; font-weight: 500; color: #967836; text-align: center }
h4 {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    text-align: center;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin:50px 0px;

    /*background: #fff url(images/definition.gif) bottom no-repeat fixed;
    background: url(images/) right top;
    background-repeat: repeat-y;
    */
}

img { border: none; }

#Main {
    margin:20px 20px 20px 20px;
    text-align:center;
    padding:15px;
    //background-color:#fff;
}
#content {
    margin-right: 185px;
    margin-top: 1em;
    margin-left: 1em;
}

#logoBackground {
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background: url(images/house-medium.png) bottom right no-repeat fixed;
    z-index: -5;
    opacity: .3;
}
/*
#content {
width: 450px;
margin: auto;
}
*/
#Footer {
text-align:center;
padding:80px;
}
#sidebar {
    top: 0;
    right: 0;
    height: 100%;
    background-image:url('sidebarShadow.png');
    background-repeat: repeat-y;
    background-color: #488daa;
	margin-left: 10px;
    border-width: 0;
    border-style: none;
	//border-left: 1px #999 solid;
	width: 171px;
    float:right; /* hack for winie to not choke utterly on the site */
}
#sidebarContent {
    margin-left: 1em;
    margin-top: 20px;
}
#sidebarContent h1 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-shadow: -2px -2px 0px #396D84;
}
#sidebarContent ul { 
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    text-align: left;
}

#sidebarContent li {
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    font-weight: bold;
    text-align: left;
/*    text-shadow: -2px -2px 0px #396D84;*/
}

#sidebarContent li a {
    color: white;
    text-decoration: none;
}

#sidebarContent a:hover { color: yellow; }

#sidebarContent li li {
    margin-left: 1em;
    font-size:12px;
    font-weight: 500;
    line-height: 17px;
    color: #fff;
}
#sidebarContent li li a { color: #A9CCDA; }
#sidebarContent li li li {
    margin-left: 1em;
    color:#A9CCDA;
    font-size:12px;
    font-weight: 500;
    line-height: 16px;
}
#sidebarContent li li li a { color: #A9CCDA; }



.sidebarHead {
    padding-top: 20px;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    text-align: left;
/*    text-shadow: -2px -2px 0px #396D84;*/
}
.sidebarSubHead {
    margin-top: 8px;
    margin-bottom: 2px;
    margin-left: 1em;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: left;
/*    text-shadow: -2px -2px 0px #396D84;*/
}
.sidebarItem {
    margin-left: 2em;
    font-size: 12px;
    color: #fff;
    text-align: left;
/*    text-shadow: -2px -2px 0px #396D84;*/
}

body > #sidebar {
    float:none;
    position: fixed; /* WinIE doesn't understand this so we can make things right in other browsers. */
}

a:link { color: #539436; text-decoration: none }
a:visited { color: #4593c1; text-decoration: none }
a:hover { color: #f1562e; text-decoration: none }


.newsDate {
    font-weight: bold;
    font-size: 12px;
    color: #666;
}
.newsTime {
    font-size: 12px;
    color: #967836;
}
.newsBody p {
    margin: 1em;
    font-size: 12px;
    color: #666;
}

.releaseVersion {
    font-weight: bold;
    font-size: 12px;
    color: #666;
}
.releaseDate {
    font-size: 10px;
    color: #666;
}
.releaseTime {
    font-size: 10px;
    color: #967836;
}
.releaseBody p {
    margin: 1em;
    font-size: 12px;
    color: #666;
}

ul {
    font-size: 12px;
    color: #666;
}
.genericList {
    margin: 2px;
}
.genericList li {
    margin-top: 3px;
}



.fileListTable {
    width: 400px;
    border: 1px solid #059;
    font-size: 11px;
    background-color: #eee;
}
.fileListTable tbody tr {
    border: 1px solid #666;
    border-collapse: collapse;
}
.fileListTable tbody tr td {
    padding-right:5px;
    background-color: #eee;
}
.fileListTable tbody tr td.size {
    text-align: right;
}
.fileListTable tbody tr td.date {
    text-align: right;
}
.fileListTable tbody tr.odd td {
    background-color: #ddd;
}
.commentName {
    font-weight: bold;
    font-size: 12px;
    color: #964836;
}
.commentDate {
    font-size: 10px;
    color: #CE8878;
}
.commentBody p {
    margin: 1em;
    font-size: 12px;
    color: #365496;
}
.commentResponse p {
    margin: 1em 4em 1em 2em;
	font-style:italic;
    font-size: 11px;
    color: #5FA93D;
}
.commentResponse em {
	font-style: normal;
	color: #4A832F;
}