/** { padding: 0; margin: 0; }*/

body
{
    font-family: Helvetica, verdana, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    background: rgb(224,255,224);
    background: #ffffff;
}

blockquote
{
	margin: 10px;
	line-height: 1.2em;
}

img
{   
    border: 0;
}

#wrapper
{ 
    width: 930px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background: #ffffff;
}

#titles
{
	text-align: center;
	font: large "century gothic", Helvetica, verdana, Arial;
}

#logo-zone-justified
{
    color: #333;
    width: 100%;
    padding: 10px;
    height: 200px;
    background: white;
}

#zone
{
    float: left;	
}

#zone img
{
    position: absolute;
    border: 0;
}

.slps_header
{
    text-align: left;
    font-size: 150%;
    margin-bottom: 20px;
}

.center
{
    text-align: center;
    font-style: italic;
}
.center b
{
    font-weight: bold;
    color: rgb(156,203,59);
}
.center_tiny
{
    font-size: 80%;
    text-align: center;
    font-style: italic;
    margin-top: -20px;
}
.callout_header
{
    text-align: center;
    font-size: 150%;
    margin-bottom: 5px;
}
.callout_content_bold
{
    text-align: left;
    font-size: 100%;
    font-weight: bold;
}
.callout_content
{
    text-align: left;
    font-size: 100%;
    font-weight: normal;
}
#slps
{
    background: rgb(255,255,255);
    font-size: 110%;
    text-align: left;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}
#slps_left
{
    width: 60%;
    height: 280px;
    background: rgb(234,234,254);
    background: rgb(156,203,59);
    background: rgb(176,273,79);
    padding: 10px;
    border: 0px solid black;
    float: left;
}
#slps_right
{
    width: 33%;
    height: 280px;
    background: rgb(234,234,254);
    background: rgb(156,203,59);
    background: rgb(176,273,79);
    padding: 10px;
    border: 0px solid black;
    float: right;
}

.callout_content ol li
{
    margin-bottom: 5px;
}
.callout_content_bold ul li
{
    margin-bottom: 30px;
}

.left
{
    float:left;
}
.right
{
    float:right;
}

#footer
{ 
    width: 900px;
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    font-size: 80%;
    color: #333;
}
#footer_left
{
    float:left;
}
#footer_right
{
    float:right;
}

