﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color:#666666;
    background-color:#cacaca;
    text-align:center;
    display:inline;
    margin:0px auto;
    line-height: 1.4;
}

#MainContainer 
{
    width:955px;
   background:#ffffff url('../Images/BackgroundImg.gif') repeat-y;
   display:inline-block;
   margin:0px auto;
}

#HeaderWrapper 
{
    width:790px;
    text-align:right;
    display:inline;
    float:right;
    margin-right:10px
}

#Accessability
{
    text-align:right;
    padding-top:10px;
    /*height:55px;*/
    vertical-align:text-bottom;
}

#Header
{
    text-align:left;
    display:inline;
    float:left;
    margin-bottom:10px
}

#Header h1
{
    color:#9dc100;
    font-size:36px;
    margin-top:0px;
}

#Navigation 
{
    width:150px;
    /*height:768px;
    background-color:#0A6CAB;*/
    line-height: 40px;
    padding-top:203px;
    display:inline;
    float:left;
    text-align:left;
}

#Navigation ul
{
    list-style-type:none;
    padding-left:5px;
}

#Navigation a
{
    color:White;
    font-size:18px;
}

#Navigation a:hover
{
    text-decoration:underline;
}

#Content
{
    width:785px;
    display:inline;
    float:left;
    padding-left:10px;
    text-align:justify;
}

#SubmitArea
{
    float:left;
    text-align:right;
    font-weight:bold;
    margin:20px 0px;
    width:100%;
    display:inline;
}

#BottomContainer
{
    float:left;
    display:inline;
    width:785px;
    padding-left:10px;
    padding:right:10px;
    text-align:left;
    margin-left:150px;
}

#Footer
{
    width:657px;
    height:100px;
    float:left;
    display:inline;
    color:#999999;
}

#Footer p
{
    font-size:14px;
    color:#999999;
}

#Footer a
{
    font-size:14px;
}

#Footer a:hover
{
    color:#5E99D0
} 

#FooterImg
{
    text-align:right;
    display:inline;
}

img
{
    border:none;
}

h1
{
    font-size:23px;
    color:#0A6CAB;
}

h3
{
    font-size:21px;
    color:#0A6CAB;
}

hr
{
    background-color:#666666;
    border-style:none;
    height:1px;
    padding-right:24px;
}

a
{
    font-weight:bold;
    text-decoration: none;
    color:#999999;
}

a:Hover
{
    text-decoration:underline;
}

.Quote
{
  font-family: Verdana, Helvetica, sans-serif;
  font-style:italic;
  font-weight: normal;
  line-height: 22px  
}

.QuoteName
{
   font-weight:bold;
   color:#9DC000
}

.Emphasis
{
   font-weight:bold;
   font-size:18px;
   text-decoration:underline;
   color:#0A6CAB;
}

.menu 
{
	color: #9DC000
}

.caption
{
    color:#0A6CAB;
}

.inlineImage
{
    float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px
}

.photo-border-grey
{
    border:1px solid #CECECE;
    margin-bottom:5px;
    padding:4px;
    background-color:#f0f0f0;
}

.photo-border-white-left
{
    border:1px solid #CECECE;
    margin:0px 10px 0px 0px;
    padding:4px;
    background-color:#ffffff;
    float:left;
}

.photo-border-white-right
{
    border:1px solid #CECECE;
    margin:0px 0px 0px 10px;
    padding:4px;
    background-color:#ffffff;
    float:right;
}

.photo-border-grey-left
{
    border:1px solid #CECECE;
    margin:0px 10px 0px 0px;
    padding:4px;
    background-color:#f0f0f0;
    float:left;
}

.photo-border-grey-right
{
    border:1px solid #CECECE;
    margin:0px 0px 0px 10px;
    padding:4px;
    background-color:#f0f0f0;
    float:right;
}

ul.GreenList
{
   list-style-image:url('../Images/Bullet.gif')
}