
/* common page styles */

/* Colors: #703225 = "Write Quick brown"*/
/* #F8F5DF = Beige color of left sidebar and footer */

body
{
    font: 12px sans-serif;
    background: #FFFFFF;
    padding: 0;
    margin: 0;	
}

div
{
    padding: 1px 0;
}

img
{
    border-width: 0px;    
}

h1
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
    font: 22px sans-serif;
}

h2
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
    font:  bold 16px sans-serif;
    color: #703225;
}

h3
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
/*    font:  bold 14px sans-serif; MJS: removed the bold, 8/12/09 */
    font: 14px sans-serif;
    color: #703225;
}

p
{
    font: 12px sans-serif;
    color: #171F26;
    margin-bottom: 25px
}

#content-main p
{
    margin-bottom: 10px
}

a
{
    color: #324143
}

.clear
{
    clear: both;
    overflow: hidden;
    height: 0
}

#fieldmissing p
{
    color: #FF0000;
}

#logo
{
    float: left;
}

#swoosh
{
    float: right;
}

#headline
{
    float: left;
}

#printbutton
{
    float: right;
}

#printbutton a
{
    text-decoration: none;
}

#printbutton a:hover
{
    text-decoration:underline;
}

#page
{
    position: absolute;
    width: 900px;
    left: 50%;		
    margin-left: -450px; 
    border: 1px solid;
    border-color: #703225;
}

#header
{
    min-width: 900px;
}

#topnav
{
    margin-bottom: 0px;	
}

#footer
{
    clear: both;
    text-align: center;
    font-size: x-small;
    color: #A9A9A9;
    height: 50px;
    border-top-style: solid;
    border-top-color: #703225;
    background-color: #F8F5DF;
}

#content-left
{
    float: left;
    width: 180px;
    KEEPheight: 750px;
    margin-top: 0px;	
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 10px;
    border-style: none;
    color: #703225;
    background-color: #F8F5DF;
}

#content-left p
{
    color: #703225;
}

#content-right
{
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 180px;
    KEEPheight: 750px;
    color: #703225;
    border-left: 1px dotted;
    border-color: #703225;
}

#content-right p
{
    color: #703225;
}

#content-main
{
    float: right;
    width: 480px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right:10px;
    padding-left: 0px;
    padding-top: 10px;
}

#content-main table
{
   table-layout: fixed;
   padding: 0;
   border-collapse: collapse;
}

#content-main td
{
   vertical-align: top;
}

#content-awards
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content-awards td
{
    vertical-align: top;
    text-align: center;    
    color: #703225;
}


#topmenu
{
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

#topmenu li
{
    float: left;
    list-style: none;
    font: 12px sans-serif;
}


#topmenu li a#last
{	
    display: block;
    background: #703225;
    text-decoration: none;
    text-align: center;
    width: 107px;
    color: #FFFFFF;
    white-space: nowrap
}

#topmenu li a
{	
    display: block;
    background: #703225;
    padding: 5px 12px;
    text-decoration: none;
    text-align: center;
    border-right: 1px solid white;
    width: 103px;
    color: #FFFFFF;
    white-space: nowrap
}


#topmenu li a:hover
{
    color: #703225;
    background: #F8F5DF;
/*    border-bottom: 1px solid #703225; */
}

#topmenu li a#selected
{
    color: #703225;
    background: #F8F5DF;
/*    border-bottom: 1px solid #703225; */
}

#topmenu li a#last:hover
{
    color: #703225;
    background: #F8F5DF;
/*    border-bottom: 1px solid #703225; */
}

#topmenu li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white
}


#topmenu li ul li
{
    float: none;
    display: inline
}

#topmenu li ul li a
{
    width: auto;
    background: #703225;
    color: #EAFFED
}

#topmenu li ul li a:hover
{
    background: #0000
}

#leftmenu
{
    padding: 0
}

#leftmenu li
{
    list-style: none;
    font: 12px sans-serif;
}

#leftmenu li a
{
    display: block;
    background: #FFEBCD;
    padding: 5px 12px;
    border-bottom: 1px #703225;
    width: 120px;
    color: #703225;
    white-space: nowrap
}

#leftmenu li a:hover
{
    background: #FFFFFF;
    border: 1px solid; 
}


#leftmenu li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-bottom: 1px #703225;
}