﻿body
{
    width: 100%;
    background-image: url(../Images/tile.jpg);
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0px 0px;
    padding:0px 0px;
    height: 100%;
    background-color: #fcfcfc;
}

#top
{
    width: 990px;
    margin: auto;
    border:solid 0px red;
}

#logo
{
    background-image: url(../Images/PEC/PEClogo.jpg);
    width: 680px;
    height: 137px;
    float: left;
    background-repeat: no-repeat;
}

#top_right
{
    width: 280px;
    height: 100px;
    font-family: "verdana" ,times new roman;
    font-size: 12px;
    text-align: right;
    color: #FFFFFF;
    float: right;
    padding-top: 10px;
    padding-left: 10px;
    border: solid 0px red;
}


#wrapper
{
    width: 990px;
    margin: auto;
}

#menu
{
    width: 1000px;
    float: left;
    height: 35px;
    border: solid 0px solid;
}
#img
{
    width: 990px;
    float: left;
    margin: 6px 0px 0px 0px;
    background: Transparent url(../Images/page_ex3.jpg) repeat-y left top;
}
#container
{
    width: 940px;
    overflow: hidden;
    float: left;
}

/*.para{font-size:12px;color:#000000;line-height:20px;padding-left:5px;}*/


.para
{
    font-family: "Verdana" Serif;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 20px;
    padding-left: 5px;
}

.news
{
    font-size: 12px;
    color: #000000;
    text-align: left;
    padding-left: 10px;
}

#ContentPlace{margin:0px 0px;padding:0px 0px;width:940px;}

#bottom
{
    width: 100%;
    float: left;
    clear: both;
    height: 20px;
    margin: 10px 0px 10px 0px;
}

#CopyRight
{
    width: 100%;
    font-family: "verdana",arial,Bookman Old Style;
    font-weight: 400;
    height: 109px;
    font-size: 12px;
    color: #999999;
    margin: 0px 0px;
    background: Transparent url(../Images/Page_bottom3.jpg) no-repeat left top;
}
.SideBox
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 220px;
}
.SideBoxTop
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 30px;
    background-image: url(../Images/PEC/LatestEvents.png);
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #CCCCCC;
    border-bottom-width: 0px;
}

.UpComingSideBoxTop
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 30px;
    background-image: url(../Images/PEC/UpcomingEvents.png);
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #CCCCCC;
    border-bottom-width: 0px;
}

.SideBoxCenter
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 218px;
    border: solid 1px #CCCCCC;
    border-top-width: 0px;
}

/* Border For Content Right Image */
.ImgBorder
{
    border: solid 1px #cccccc;
    padding: 3px;
    background-color: #f0eeee;
}


