html
{
    font: 10px;
    height: 100%;
    margin: 0px;
    width: 100%;
}

body
{  
    margin: 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
    /*background-color: #330000; */
    background-color: black;
    color: #FFFFCC;
    font-family: "Times New Roman", Times, serif;
    /*font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;*/
    /*font-size: 1em; setting base font to user's prefered size */
    font: 10px;
}

img
{
    border: 0;
    margin: 0;
    padding: 5px 10px 5px 5px;
}

hr
{
    height: 1px;
}

a 
{
	font-weight: bold;
    text-decoration: none;
}
a:link {color:#CC6600;}
a:visited {color:#CC6600;} 
a.hover {color:gray;} 
a:active {color:blue;}

h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    border-bottom: thin solid #999999;
}

h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.top-stripe
{
    height: 115px;
    border-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: bottom;
    position: relative;
}

div.middle-stripe
{
    position: relative;
    font-size: 14px;
    width: 100%;
    /* linen white #FFFFCC; */
    /* rust #B7410E */
    /* clam #FFCC99 */
    background-color: #FFCC99;
    color: black;
    padding: 0px 0px 0px 0px; 
    border-top: 1px solid black;    
    min-height: 350px;
}

div.flair-stripe
{
    font-size: 14px;
    width: 100%;
    background-color: #330000;
    color: black;	
    padding: 0px 0px 0px 0px; 
    border-bottom: 1px solid black;    
    border-top: 1px solid black;    
    min-height: 15px;
}

.container
{
    width: 950px;
    overflow: hidden;
    margin-right: auto;    
}

#middle-main
{
    margin: 5px;
    padding: 10px 0px 0px 0px;
    float: left;
    width: 735px;
    color: #2B1B17;
}

#middle-sidebar
{
    color: #2B1B17;
    margin: 0px;
    padding: 25px 20px 0px 20px;
    float: left;
    width: 150px;
}

#bottom-main
{
    margin: 0px;
    padding: 0px 0px 0px 120px;
    color: white;
}

div.bottom-stripe
{
    width: 100%;
    background-color: black;
    color: #FFFFCC;
    font-size: 11px;
    width: 950px;
    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}

/* earth tone #663300; */
/* linen white #FFFFCC; */
/* clam shell #FFCC99; */
/* shy violet #330000; */

div.logo
{
    background: black;
/*
    filter: alpha(opacity=85);
    opacity: 0.85;
    border: 1px solid black;
*/
    margin: 3px 0px 0px 16px;
    height: 100px;
    width: 155px;
}

img.logo
{
    width: 150px;
    height: 93px;
    margin: 0px;
    padding: 2px 2px 2px 2px;
}

img.showcase
{
    border: 0px solid;
    width: 100%;
    height: 150px;
}

img.bio 
{
    margin: 0px 5 5 5;
}

img.virtualTour
{
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
}

img.virtualTour:hover{cursor:pointer}
img.virtualTour:hover{border: 1px solid white}


.articleBlock {
    width: 97%;
    border-bottom: thin solid #999999;
    padding: 3 3 3 3px;
    margin: 0 0 15 0px;
    clear: both;
}

/* clam shell #FFCC99; */
/* linen white #FFFFCC; */
a.menubar {font-weight:normal;}
a.menubar:link {color:#FFCC99;} 
a.menubar:visited {color:#FFCC99;} 
a.menubar:hover {color:#FF8040;} 
a.menubar:active {color:gray;}

table
{
    font-size: 14px;
    color: #2B1B17;
}

table.menubar {
    margin: 0;
    padding: 0px 0px 0px 0px;
    align: bottom;
    position:absolute;
    top:0;
    width: 740px;
/*
    right:0;
*/
    border-spacing: 0;
    border-collapse: collapse;
}

td.menubar {
/*
    border-bottom: 1px solid #330000;
    border-left: 1px solid #330000;
    border-right: 1px solid #330000;
*/
    border-bottom: 1px solid #FFFFCC;
    border-left: 1px solid #FFFFCC;
    border-right: 1px solid #FFFFCC;
    padding: 2px 2px 2px 2px;
    background-color: black;
    color: #FFFFCC;
    align: bottom;
    text-align: center;
    font: menu;
    font-size: 15px;
}

.b1f, .b2f, .b3f, .b4f
{
    font-size:1px; 
    overflow:hidden; 
    display:block;
}
/* linen white #FFFFCC; */
.b1f {height: 1px; background:#FFFFCC; margin:0 5px;}
.b2f {height: 1px; background:#FFFFCC; margin:0 3px;}
.b3f {height: 1px; background:#FFFFCC; margin:0 2px;}
.b4f {height: 2px; background:#FFFFCC; margin:0 1px;}
.contentf {background:#FFFFCC; color:black;}
.contentf div {
    padding: 5px 5px 5px 5px;
}

