﻿body
{
    width: 100%;
    font-family: Verdana, Arial;
    font-size: 8pt;
    padding: 0;
    margin: 0;
    background-color: #EBEBEB;
}

a
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: #B99F2A;
}

#container
{
    position: absolute;
    width: 954px;
    margin-left: -472px;
    left: 50%;
    background-color: #FFF;
}

#subcontainer
{
    position: absolute;
    width: 954px;
    margin: 0;
    left: 0px;
    /*border: solid 5px #FF0000;*/
    background-color: #FFF;
    background-position: center top; 
    background-attachment: fixed; 
    background-image: url(images/background.jpg); 
    background-repeat: no-repeat;
    height: 1200px;
}

#pagecontent
{
    position: absolute;
    width: 580px;
    left: 40px;
    /*background-color: #FFF;*/
   
}

#fullpagecontent
{
    position: absolute;
    width: 850px;
    left: 40px;
    /*background-color: #FFF;*/
   
}

#pageright
{
    position: absolute;
    top: 70px;
    width: 230px;
    left: 665px;
    padding: 10px;
    background-color: #CCCD67;
    
}

#menu
{
    background-image: url(images/header.png);
    width: 954px;
    height: 180px;
    left: 300px;
}

#menutext
{
    position: absolute;
    left: 785px;
    top: 25px;
    margin: 0;
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #000;
}

#site_buttons
{
	position: absolute;
	/*top: 154px;*/
	top: 148px;
	left: 9px;
	margin: 0;
}

td.button
{
    font-family: Verdana, Arial;
    font-size: 7.5pt;
    color: #000000;
    width: 83px;
    margin: 0;
}

td.button a
{
    text-align: center;
	font-family: verdana;
	font-size: 7.5pt;
	color: #000000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 23px;
	width: 78px;
	height: 24px;
	background-image: url(images/crm_button_notrounded2.png);
	/*height: 25px;
	background-image: url(images/crm_button.png);*/
}

td.spacer
{ 
    width: 5px;
}

h1
{
    font-family: Verdana, Arial;
    font-size: 11pt;
    color: #AC9626;
}

h2
{
    font-family: Verdana, Arial;
    font-size: 10.5pt;
    color: black;
}

.whitelink
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #FFFFFF;
}

.blacklink
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #000000;
}

.whitetitle
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #FFFFFF;
}

.small
{
    font-size: 7pt;
}