@charset "UTF-8";
/* CSS Document */
html { 
        overflow-y: scroll; 
}

img {
        vertical-align: bottom;
}
body {
	margin: 0; /* it's good practice to zero the
	margin and padding of the body element to account for
	differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE
	5* browsers. The text is then set to the left aligned
	default in the #container selector */
	color: #666;
	background-image: url(../images/93.jpg);
	background-repeat: repeat-x;
	/*overflow: scroll;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.6em;
}

#bottompadbig {
        margin-bottom:40px;
        /*this makes a padding between articles; see
        default form*/
}

#commentbox  {
        background-color: #F3F5E9;
        padding: 0px 10px 10px 10px;
        border: dotted 1px #CCC;
}

#commentbox2  {
       
        padding: 0px 10px 10px 10px;
      
}
img {
        border: none;
}

#clearfloats  {
        clear: both;
}

#container {
	width: 900px; 
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align:
	center on the body element. */
	margin-left: -450px;
	position: absolute;
	left: 50%;
} 

#header {
	background-image: url(../images/95.jpg);
	background-repeat: no-repeat;
	height: 118px;
	top: 0px;
	width: 900px;
}
#datestrip a  {
        color: #003366;
        padding-right: 20px;
       }

#printtitle {
        display: none;
}

#datestrip {
	background-repeat: no-repeat;
	position: absolute;
	top: 118px;
	left: 0px;
	margin: 0px;
	height: 20px;
	background-image: url(../images/91.jpg);
	background-position: left top;
	width: 750px;
	padding-top: 8px;
        padding-left: 160px;
	font-size: 1em;
	padding-bottom: 7px;
} 
.navDivider {
        color: #003366;
        padding-right: 20px;
       }

#mainContent {
       	position: absolute;
	top: 155px;
	left: 160px;
	padding-top: 20px;
	padding-right: 20px;
	width:500px;
}

.imageborder {
      border: solid 1px #B5CED2;
}


#rtside {
	position:absolute;
      	left:670px;
	top:154px;
	width:170px;
	padding-top: 20px;
	padding-left: 20px;
}
#lftside {
	position:absolute;
	left:0px;
	top:155px;
	width:120px;
	padding-top: 20px;
}
.sidesubbox {
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6CC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
        font-size: .9em;
}
.sidesubbox img {
        margin-bottom: 10px;
        margin-right: 10px;
        border: solid 1px  #B5CED2;
}
a {
	text-decoration: none;
	color: #862B05;
	padding-bottom: -3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
        
}
a:hover {
	color: #F90;
}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #62583F;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
	font-weight: normal;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #62583F;
	text-transform:uppercase;
        margin-top: 5px;
        font-size: 1.1em;
	
}
.title {
	font-size: 1.5em;
	text-transform:uppercase;
	letter-spacing: 0.03em;
}
h3 {
	color: #3F5E00;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: .03em;
}

.pink  {
	color: #FF6699;
	font-weight: bold;
	font-size: 1.2em;
}
.green {
	color: #669900;
	font-size: 1.2em;
        padding-bottom: 20px;
}
.small {
        font-size: .9em;


}
.blue {
         color: #333366;
}

#olderbox {
         padding: 5px;  
         border-top: solid thin #CBCCCE;  
}

#olderbox a {
         padding-right: 20px;
         
}

.pad {
         padding-bottom: 10px;
}

.pad2 {
         padding-left: 5px;
}

.pad3 {
         padding-top:10px;
         padding-bottom: 10px;
}
  
.pad4 {
         padding-left: 10px;
}

