﻿/*
COLORS:
3272bc - blue stripe of Flash main picture, and pinstriping
7f9806 - interior header font color
*/

/*universal styles */
* 
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 9pt;
}

body 
{
    background: #FFF url('images/bg.gif');
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
}

#wrapper 
{
position: relative;
    margin: 0 auto;
    width: 798px;
    text-align: left;
}
#top 
{
    width: 100%;
    position: relative;
    float: left;
}
/* frontpic is for front page, intpic for interior pages */
#frontpic 
{
    position: relative;
    float: left;
    background-color: #FFF;
    width: 100%;
}
#intpic 
{
    position: relative;
    float: left;
    background-color: #FFF;
    width: 796px;
    padding-left: 2px;
    }

#content 
{
    position: relative;
    float: left;
    width:100%;
    background: #FFF url('images/bg_content.gif') repeat-x top;
    padding-top: 5px;
}
#contentleft 
{
    position: relative;
    float: left;
    width: 433px;
    padding: 0 35px 0 10px;
    margin: 0 0 0 20px;
}

#intcontentleft a:link {color: #c1378d; text-decoration: none; font-size: 8pt; font-family: "Trebuchet MS", arial}
#intcontentleft a:visited {color: #c1378d; text-decoration: none; font-size: 8pt; font-family: "Trebuchet MS", arial}
#intcontentleft a:hover {color: #c1378d; text-decoration: underline; font-size: 8pt; font-family: "Trebuchet MS", arial}

#intcontentleft 
{
    color: #3271bc;
    font-family: "Trebuchet MS", arial;
    font-size: 9pt;
    font-weight: bold;
    position: relative;
    float: left;
    width: 375px;
    padding: 10px 35px 0 10px;
    margin: 0 0 0 20px;
    background: #FFF url('images/bg_content_right.gif') repeat-y top right;    
}

#contentright 
{
    position: relative;
    float: right;
    width: 290px;
    /* pad this so the dropshadow shows*/
    padding-left: 10px;
    font-family: Arial;
    background: #FFF url('images/bg_content_right.gif') repeat-y top left;
}

#intcontentright a:link {color: #636363; text-decoration: none; font-size: 9pt; font-family: "Trebuchet MS", arial}
#intcontentright a:visited {color: #636363; text-decoration: none; font-size: 9pt; font-family: "Trebuchet MS", arial}
#intcontentright a:hover {color: #636363; text-decoration: underline; font-size: 9pt; font-family: "Trebuchet MS", arial}

#intcontentright 
{
    position: relative;
    float: right;
    width: 303px;
    /* pad this so the dropshadow shows*/
    padding: 0 20px 0 0;
    font-family: Arial;
    font-size: 8pt;
    color: #636363;
    text-align: left;
    background: #FFF url('images/bg_content_right.gif') repeat-y top right;    
}


#bottom 
{
    position: relative;
    float: left;
    width: 798px;
}
#bottomtbl 
{
    width: 100%; 
    border:none;
    background-color: #3272bc;}

#copyright {
position: relative;
margin: 0 auto;
width: 788px;
text-align: right;
padding-right: 10px;
height: 20px;
font-size:10px;
color:#959595;
}
#copyright a {color: #000; font-size: 10px;}


 /*miscellaneous classes */
img {border: none;}
h1 
 {
     font-family: "Trebuchet MS", Arial;
     font-size: 13pt;
     font-weight: bold;
     color: #3271bc;
 }
h2 
{
     font-family: "Trebuchet MS", Arial;
     font-size: 11pt;
     font-weight: bold;
     color: #7f9806;
}
h3 
{
     font-family: "Trebuchet MS", Arial;
     font-size: 10pt;
	 font-weight: bold;
     color: #c1378d;
}
.GR 
{
     font-family: "Trebuchet MS", Arial;
     font-size: 8pt;
     color: #636363;
}
 #message td {
 padding: 5px;
 border-bottom: dashed 1px #c0c0c0;}
 
 .newsLink {
 color: #000;
 text-decoration: none;
 }
 

