h4,h3 {
	margin: 0;
}
h2 {
	Font-family: Times new roman, times, sans-serif;
	color: #16425E;
}
.SideBarContent input {
	width: 80%;
}
#mainpane {
	border: 1px solid #000000;
	margin: auto;
	margin-top: 10px;
	width: 90%;
	background-color: #f1f0e7;
}
#content {
	padding: 5px;
	margin: 10px;
	width: auto;
}
#RightSideBar {
	width: 180px;
	border-left: 1px dotted #16425e; 
	padding: 10px;
	margin-top: 10px;
	vertical-align: top;
}
body {
	font-size: 12pt;
	margin: 1;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom: 30px;
}
input, textarea {
    font-size: 12pt;
    font-family: verdana, arial, helvetica, sans-serif;
}
th, td {
    font-size: 12pt;
}
p, td, th, div, span {
    font-family: verdana, arial, helvetica, sans-serif;
}
#banner {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    border: 1px solid #000000;
 /*   margin: auto; */
    width: 90%;
    height: 116px;
    background-color: #f1f0e7;
    background-position: 0px 0px;
    background-image: url(/images/background.png);
    background-repeat: no-repeat;
}
a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#banner h1 {
    color: #4d8ed0;
    letter-spacing: .5pt;
    padding-left: 114px;
    padding-top: 20px;
    margin: 0px;
    text-decoration: none;
    font: normal 40px Times New Roman, Times, serif;
}
a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#banner h2 {
    color: #9ca3a9;
    font-family: Times New Roman, Times, serif;
    padding-left: 114px;
    padding-top: 0px;
    font-weight: lighter;
    letter-spacing: 3pt;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0px;
    text-decoration: none;
}
.title {
    font-family: Times New Roman, Times, serif;
    font-size: medium;
    font-weight: bold;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    width: 95%;
    padding-left: 0px;
    padding-bottom: 3px;
    padding-top: 5px;
    padding-right: 0px;
    border-bottom: 1px solid #90a0b0;
}
.title a:link,
.title a:visited {
   text-decoration: none;
   border: 0;
   color: #16425E;
}
.title a:hover {
   color: #431100;
}
.entry {
    font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
    color: #333333;
    font-size: small;
    font-weight: normal;
    text-align: justify;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    width: 95%;
    margin: auto;
}
div.entryFooter {
    font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    border-top: 1px none #807F6C;
    border-bottom: 1px dotted #807F6C;
    padding-top: 18px;
    padding-bottom: 4px;
    clear: both;
}
.date {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: x-small;
    color: #607080;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 95%;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    text-align: left;
}
a:link,
a:visited,
a:active {
    color: #16425E;
    text-decoration: none;
}
a:hover {
    color: #541100;
    text-decoration: underline;
}
/* Container for each item on the side bar */
div.SideBarItem {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size:x-small;
    font-weight:normal;
    border-bottom: solid 2px #708090;
}
/* title of an individual item */
.SideBarTitle {
    margin-bottom: 6px;
    font-family: Verdana;
    color: #000000;
    font-size: x-small;
    font-weight: normal;
    letter-spacing: 0.5pt;
    padding: 6px;
    background-color: #cddceb;
    border-bottom: solid 2px #4d8ed0;
    border-right: solid 2px #4d8ed0;
}
.entry p {
    margin-top: 0px;
    padding-bottom: 0px;
}