/* css document */
/* Page Header */
#header{
height:84px;
width:100%;
background-color:#ffffff;
border-bottom: thin solid #191970;
}
/* Page Header */
#headerucs{
height:131px;
width:100%;
background-color:#ffffff;
border-bottom: thin solid #191970;
}
/* Page Footer */
#footer{
height:20px;
padding-left: 20px;
background-color:#afc3e4;
border-top: thin solid #191970;
}
/* style rule for page body */
body{
font-family:arial, helvetica, sans-serif;  /* font style */
font-size: medium;
color:#191970;  /* navy text */
background-color: #afc3e4; /* lt blue background */
margin: 0;
padding: 0;
}
/* style for main column */
#main{
margin: 1em;
margin-left: 17em;
}
/* style for main photo column */
#mainphoto{
margin: 1em;
margin-left: 17em;
}
/* Style for sidebar */
#sidebar{
float: left;
display: inline;
padding: 0;
margin: 1em;
width: 15em;
/* total width is 17em */ 
}
#footer{
clear: both;
width: 100%;
}
/* style rule for level 1 Heading */
h1{
font-style: italic;
text-align: left;
}
/* style rule for level 4 Heading */
h1{
font-style: italic;
}
/* style rule for level 2 heading */
h2{
font-style:italic;
text-align: center;
}
/* cenetered paragraph */
h3{
font-style:italic;
text-align: left;
}
/* Float Image to Left of paragraph */
img.floatleft{
float: left;
margin-right: 18px;
}
/* Float Image to Right of paragraph */
img.floatright{
float: right;
margin-right: 18px;
}
/* Center Image Between Margins */
img.center{
border-width:0px;
text-align: center;
border-collapse: collapse;
}
/* Main Table */
table.main{
vertical-align: middle;
text-align: center;
border-collapse: collapse;
}
/* Main Table Cells */
td.main{
border: solid 0px #afc3e4;
padding: 10px;
}
/* Sidebar Table */
table.side{
vertical-align: middle;
text-align: center;
border-collapse: collapse;
}
/* Sidebar Table Cells */
td.side{
border: solid 0px #afc3e4;
padding: 10px;
}
/* Image style Side */
img.side{
border-width: 0px;
}
/* Style for Tables of Thumds on Inventory */
table.thumbs{
vertical-align: middle;
text-align: center;
border-collapse: collapse;
}
/* Style for Table Cells with Thumbs */
td.thumbs{
border: solid 1px#afc3e4;
padding: 10px;
}
/* Style for thumbnail text images */
img.thumbs{
width:145px;
border-width:0px;
margin: auto;
text-align: center;
}
/* Style for Inventory List */
table.InvList{
vertical-align: middle;
text-align: left;
empty-cells: show;
}
/* Style for Cells InvList */
td.inv{
padding-left: 10px;
padding-right: 10px;
text-align: left;
border-width:8px;
margin:5px;
}
