body,html
{
    margin:0;
    padding:0;
    background:white;
    color:#000;
    font-family: Verdana,Arial,sans-serif;
    min-width:750px;
	line-height:150%;
}

hr
{
    color: #c4db7b;
    border: none 0;
    border-top: 2px dotted #c4db7b;/*the border*/
    width: 96%;
    height: 2px; /*whatever the total width of the border-top and border-bottom equal*/
}

h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #babc43; /* old #B4AA9E */

    /* Fixes some margin issues */
    padding: 5px;
    margin: 0;
}

h3
{
    font-size: 16px;

    /* Fixes some margin issues */
    padding: 5px;
    margin: 0;
}

p
{
    font-size: 12px;
    text-align: justify;

    /* Fixes some margin issues */
    padding: 5px;
    margin: 0;
}

p.footer
{
    font-size: 12px;
    text-align: center 
}

p.news
{
    text-align: left;
    font-size: 14px;
}

p.newsindent1
{
    text-align: left;
    font-size: 12px;
	margin-left: 4px;
	line-height:150%;
}

p.newsindent2
{
    text-align: left;
    font-size: 12px;
	margin-left: 15px;
	line-height:150%;
}

ul
{
    font-size: 12px;
}

#wrap
{
    background: white;
    margin: 0; /* auto; */

    /* total width */
    width: 750px;
}

#header
{
    background: white url(images/gpc_background_01.gif) no-repeat top left;

    /* 79 is the height of the image*/
    height: 79px;
}

#main
{
    background: white;
    float: right;

    /* 550 total for below */
    width: 550px;
}

#content
{
    margin-top: 11px;
    margin-left: 30px;
    margin-right: 60px; /* 20px; */
}


#side
{
    background: white url(images/gpc_background_02.gif) no-repeat top left;
    float: left;
    width: 200px;
}

#footer
{
    background: white;
    clear: both;
}

#container 
{	
    margin-top: 12px;
    margin-left: 54px;
}

#navmenu
{	
    margin-bottom: 80px;
}

#navmenu ul 
{	
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#navmenu li
{
    margin-bottom: 4px;
    line-height: 1.4;
    width: 136px; 
}

#navmenu li a
{
    display: block;
    clear: both;
    color: black;
    text-decoration: none;
    background: #E8E3A3; /* #EFF5DB; */
    border-left: 4px solid #DBD470; /* #c4db7b; */
    /* padding: 2px 2px 2px 4px; */
    padding: 0px 0px 0px 6px;
    width: 136px; 
	/* opacity: 0.75; */
}

#navmenu li a:hover
{
    color: black;
    background: #C9E8A1; /* #FEE8B3; */
    width: 136px; 
    /* opacity: 0.75; */
}

#announce
{
    background-color: #E8E3A3; /*#EFF5DB;*/
}

.hide
{
    display: none;
}

img.displayed
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.contactus
{
    position:absolute;
    left: 542px;
    border: 0;
}

.centeredImage
{
    text-align: center;
    display: block;
}
