@charset "UTF-8";
body {
background: #fff;
margin: 0;
padding: 0;
color: #000;
}

 ul, ol, dl {  
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px;
padding: 0;
margin: 0;
}
h1, h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; 
text-align: center;
margin-top: -2px; 
padding-right: 15px;
padding-left: 15px; 
color: #40482F;
}

h3, h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; 
margin-top: -2px; 
text-align: left;
padding-right: 15px;
padding-left: 15px; 
color: #40482F;
}

h5, h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px; 
text-align: left;
margin-top: -2px; 
padding-right: 15px;
padding-left: 15px; 
color: #40482F;
}

p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px; 
line-height: 140%;
margin-top: -3px; 
padding-right: 15px;
padding-left: 15px; 
color: #190593;
}

blockquote {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px; 
line-height: 140%;
margin-left: 35px;
padding-right: 15px;
padding-left: 15px; 
color: #190593;
}

a img {  
border: none;
}

a:link {
color: #BA3D18;
text-decoration: none;
}
a:visited {
color: #335271;
text-decoration: underline;
}

a:hover, a:active, a:focus {
	border-bottom: 1px solid #ba0000;
}

.container {
width: 960px;
background: #fff;
margin: 0 auto; 
}

.header {
background: #fff;
text-align: center;
}
 
.sidebar-left {
float: left;
width: 180px;
background: #F8D787;
padding-bottom: 10px;
}
.content {
padding: 10px 0;
width: 600px;
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
}

table {
padding: 5px 0;
width: 600px;
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
}

.sidebar-right {
float: left;
width: 180px;
background: #FDF1CF;
padding: 10px 0;
}
 
.content ul, .content ol { 
padding: 0 15px 15px 40px;  
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px;
color: #190593;
line-height: 135%;
}
.copyrights {
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-weight: normal;
color: #000;
}

.byline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
margin-top: -5px;
color: #000;
}

.notes {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 16px;
text-align: left;
line-height: normal;
}

.abstract {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
list-style: none; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px; 
font-variant: small-caps;
font-weight: bold;
text-align: left;
border-top: 1px solid #ccc; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
border-bottom: 1px solid #ccc; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
padding: 5px 5px 5px 15px;
display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
width: 160px;  
text-decoration: none;
background: #fff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
background: #ccc;
color: red;
}
ul.contents {
list-style: none;
}

table {
	border-collapse: collapse;
}
.tdata {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
/* ~~ The footer styles ~~ */
.footer {
padding: 10px 0;
background: #C7F8C4;
position: relative; 
clear: both;  
color: 000;
}
.copyrights
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {   
float: right;
margin-left: 8px;
}
.fltlft {  
float: left;
margin-right: 8px;
}
.clearfloat { 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}