/*PAGE ATTRIBUTES*/




body {
        background-color: #C7C875; 
        margin: 0px; padding: 0px; 
        font-family: "Arial", Times, serif; 
        font-size: 10pt;
        background-image: url('images/background.png'); 
        background-repeat: no-repeat;
        background-position: top center;
        }




/*FONTS*/




.heading {
        font-family: Georgia, Times New Roman, Times, serif; 
        font-size: 36; 
        font-weight: bold;
        }




.heading2 {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 18pt;
        text-align: center; 
        }



.textHeading {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12pt; 
        font-weight: bold;
        }



.text {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 10pt; 
        }


a.mainLink  {
        font-family: Arial, Helvetica, sans-serif; 
        text-decoration: none; 
        color: #0000C0;
        }
a.mainLink:hover{
        text-decoration: underline; 
        color: #CC6633;
        }



a.bodyLink  {
        font-family: Arial, Helvetica, sans-serif; 
        text-decoration: none; 
        color: #0000C0;
        }
a.bodyLink:hover{
        text-decoration: underline; 
        color: #CC6633;
        }



/*BLOCKS*/



#mainPageInterior{
        min-height: 100%;
        _height: 100%;
        width: 725px;
        border-right: 1px solid #000000; 
        border-left: 1px solid #000000; 
        background-color: #EFEDFC;
        background-image: url('images/center_background2.PNG'); 
        background-repeat: no-repeat;
        background-position: top center;
        }



#header{
        padding: 20px 0px 0px 40px;
        clear: both;
        }



#navigation{
        width: 40px; 
        float: left; 
        margin: 10px 10px 0px 40px; 
        padding: 10px 0px 10px 0px; 
        border-top: 1px #CCCCCC solid; 
        border-bottom: 1px #CCCCCC solid;
        }



#text{
        min-height: 427px; /*IE disregards min-height property*/
        _height: 427; /*fixes min-height problem: underscore ignored by all but IE*/
        margin: 50px 20px 0px 20px;
        padding-bottom: 10px;
        }



#gallery{
        margin: 0px 30px 0px 30px;
        }



#galleryRow{
        margin: 50px 0px 50px 0px;
        }



#galleryItem{
        float: left;
        width: 150;
        padding: 5px 5px 5px 5px;
        margin: 0px 23px 0px 23px;
        background-color: #D7D1F8;
        }



#galleryCaption{
        margin-top: 5px;
        }


#cvSpacer{
        clear: both;
        padding-bottom: 1em;
        }


#cvItem{
        float: left;
        margin-right: 1em;
        }


/*LISTS*/



#interiorNavigation {
        text-align: center;
        margin: 8px 0px 0px 140px;
        font-family: Georgia, Times New Roman, Times, serif;
        font-size: 18pt;
        color: #000000;
        }



#interiorNavigation ul {
        list-style: none;
        margin: 0;
        padding: 0px 0px 0px 0px;
        white-space:nowrap 
        }



#interiorNavigation li {
        margin: 0px 75px 0px 0px;
        display: inline;
        }



#interiorNavigation li a {
        text-decoration: none;
        color: #000000;
        }



html>body #interiorNavigation li a {
        width: auto;
        }



#interiorNavigation li a:hover {
        color: #2C6D8E;
        }



#interiorNavigation clicked {
        color: #2C6D8E;
         }



#galleryNavigation {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12pt;



        margin: 28px 0px 8px 0px;
       color: #000000;
        }



#galleryNavigation  ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        white-space:nowrap 
        }



#galleryNavigation  li {
        padding: 6px;
        margin: 0px 5px 0px 5px;
        display: inline;
        }



#galleryNavigation  li a {
        padding: 6px;
        text-decoration: none;
        border: 2px solid #BABAC4;
        color: #000000;
        }



html>body #galleryNavigation  li a {
        width: auto;
        }



#galleryNavigation li a:hover {
        background-color: #CBCAB6;
        color: #2C6D8E;
        }



#galleryNavigation li clicked {
        padding: 6px;
        text-decoration: none;
        border: 2px solid #BABAC4;
        background-color: #CBCAB6;
        color: #2C6D8E;
        } 
