﻿body 
{
	margin: 0;
    padding: 0;
    color: #333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: #E2EBED;
    text-align: center;

}

#page
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float:right;
    height:330px;
    background-color:white;
}

#LeftArrow
{
    position: relative;
    float:left;
}

#RightArrow
{
    position: relative;
    float:left;
}

.arrow
{
    cursor: pointer;
}

/* Side Scroller */

#ScrollBox 
{
    top: 0px;
    width: 470px;
    height: 170px;
    position:  relative;
    overflow: hidden;
    border: solid 1px #000;
    background-color:#fff;
    float:left;
    text-align:right;
}

#BigBox
{
    width: 3800px;
    position:absolute;
    height: 170px;
    float:left;
}

.block
{
    width: 210px;
    float: left;
    height: 160px;
}




#container
    {
    margin: 0 auto;
    width: 796px;
    height: 772px;
    position: relative;
    background: #fff;
    padding: 0 10px 0 10px;
    text-align: left;

    }
* html #container
    {
    width: 804px;
    w\idth: 804px;
    }

#pageHeader
    {
    position:absolute;
    top: 25px;
    right: 40px;
	width: 280px;
	text-align: right;
}
h1
    {
    background: url("logo.gif");
    width: 156px;
    height: 25px;
    overflow: hidden;
    margin: 0;
    }
h1 span
    {
    display: none;
    }
h2
    {
    font-size: 12px;
    margin: 0;
    }

#quickSummary
    {
    padding-top: 35px;
    }
#quickSummary .p2
    {
    font-size: 12px;
    position: absolute;
    top: 65px;
    right: 20px;
    margin: 0;
    }
#container #intro #quickSummary .p1
{
	font-size: 13px;
	height: 200px;
	background: url(../graphics/bptTop.jpg) no-repeat;
	margin: 0;
	width: 792px;
	color: #000;
	font: 13px/150% Trebuchet MS;
}
#container #intro #quickSummary .p1  span
    {

    padding: 20px 430px 0 20px;
    display: block;
    margin: 0;
    font: 12px/150% Trebuchet MS;
    }

#contentPlaceholder
    {
		
    margin: 0 20px 0 223px;
    }
#supportingText p, #preamble p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }
 #preamble h3, #explanation h3, #participation h3, #benefits h3, #requirements h3
    {
    width: 573px;
    height: 24px;
    margin: 30px 0 10px 0;
    }
#preamble 
    {
    background: url("kymcoquad.jpg") no-repeat;
	width: 576px;
	height: auto;
    }

#linkList
    {
    position: absolute;
    top: 265px;
    left: 0;
    width: 190px;
    }
#lselect ul, #larchives ul, #lresources ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    }
#lselect ul li a
{
	height: 27px;
	padding-left:20px;
	background-image: url(../graphics/buttonBG.jpg);
	background-position: center center;
	display: block;
	font-size: 13px;
		
	}
#lselect ul li.c, #lselect ul li a.c
    {
    display:block;
    font-size: 18px;
    color: #fff;
    
    }
#lselect ul li a.c
    {
		 
    text-decoration: none;
    }
#lselect ul li a.c:hover
    {
    color: #D60808;
    }
#lselect ul li
    {
		padding-bottom:5px;
    font-size: 18px;
        border-bottom: 1px solid #E6EEF0;
    }
#linkList #larchives ul li
    {
    font-size: 13px;
    border-bottom: 1px solid #E6EEF0;
    display: block;
    padding: 5px 0;
    }
#linkList #lresources ul li
    {
    font-size: 13px;
    border-bottom: 1px solid #E6EEF0;
    display: block;
    padding: 5px 0;
    }

#lresources h3.resources
    {
    background: url("resources.gif") no-repeat;
    width: 69px;
    height: 15px;
    margin: 30px 0 5px 40px;
    }
#larchives h3.archives
    {
    background: url("archives.gif") no-repeat;
    width: 69px;
    height: 15px;
    margin: 30px 0 5px 40px;
    }

#footer
    {
    background: url("footer.gif") no-repeat;
    color: #fff;
    height: 48px;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 26px;
    font-size: 11px;
    }
#footer a
    {
    color: #fff;
    text-decoration: none;
    }
#footer a:hover
    {
    text-decoration: underline;
    }
