﻿/*~~~~~~~~~~ default styles ~~~~~~~~~~*/

body
{
	background: #BDB9A1 url(../images/Common/BG_Body.gif) repeat-y center top;
	margin: 12px 0px 0px 0px;
	text-align: center;
}

/*~~~~~~~~~~ A ~~~~~~~~~~*/

#Menu a         {text-decoration: none; color: #004069;}
#Menu a:hover   {color: #87630B;}

#Content p a        {text-decoration: none; color: #8B670D; border-bottom: 1px dashed #C6B488; font-weight: bold;}
#Content p a:hover  {color: #BE8B10; border-bottom: 1px dashed #D3A023;}

#Footer a        {text-decoration: none; color: #8B670D; border-bottom: 1px dashed #C6B488;}
#Footer a:hover  {color: #BE8B10; border-bottom: 1px dashed #D3A023;}


/*~~~~~~~~~~ page classes ~~~~~~~~~~*/


#Main
{
	text-align: left;
	margin: 0 auto;
	width: 775px;
	background-color: #ffffff;
	border: 1px solid #666666;
}

#MainBrand
{
    margin: 0px 11px 0px 12px;
}

#MainBrandTop
{
    height: 97px;
    background: url(../images/Common/BG_MainBrandTop.gif) no-repeat left top;
    padding-left: 35px;
}

#MainBrandBottom
{
    background: #245B7E url(../images/Common/BG_MainBrandBottom.gif) no-repeat right top;
    text-align: right;
    margin-right: -11px;
}

#Page
{
    margin: 0px 11px 0px 12px;
    background: url(../images/Common/BG_Page.gif) no-repeat left top;
    height: 300px;
	font: normal 100% arial,helvetica,sans serif;
}

#MenuPosition
{
    float: left;
    width: 204px;
}

#Menu
{
    padding: 28px 36px;
    font-weight: bold;
    line-height: 1.8em;
}

#ThisPage   {color: #6088A1;}

.Arrows {color: #BBAD89; padding-right: 4px; vertical-align: 2px;}
.ArrowsThisPage {color: #6088A1; padding-right: 4px; vertical-align: 2px;}

#Content
{
    float: left;
    color: #333333;
    width: 546px;
    padding-bottom: 2px;
}

#Content h1 {margin: 34px 0px 22px 0px;}
#Content p  {margin-left: 2px; margin-right: 107px;}

#Footer
{
    margin-top: 95px;
    width: 300px;
    border-top: 1px solid #cccccc;
    padding: 13px 0px 60px 0px;
    color: #666666;
    font-size: 90%;
    line-height: 1.6em;
 }


