﻿html,body,p,form,div,table,td,ul,ol,li,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0; }

body
{
    background: #fbfbfd;
    font-family: Verdana;
    font-size: 12px;
}

#wrapper
{
    position: relative;
    float: left;
    width: 1050px;
    left: 50%;
    margin-left: -525px;
    background: url(/images/side-bg.png) repeat-y;
}

#header
{
    position: relative;
    width: 1050px;
    height: 223px;
    background: url(/images/header.png) top left no-repeat;
    text-indent: -50000px;
}

#leftwrap
{
    width: 298px;
    float: left;
    color: #ffffff;
}

#leftwrap .welcome,
#leftwrap .contactinfo
{
    margin: 20px 0px 0px 25px;
    padding: 5px 0px 5px 15px;
}
#leftwrap .welcome h3
{
    background: url(/images/welcome.png) no-repeat;
    width: 114px;
    height: 40px;
    text-indent: -50000px;
}
#leftwrap .contactinfo h3
{
    background: url(/images/contact.png) no-repeat;
    width: 181px;
    height: 48px;
    text-indent: -50000px;
}
#leftwrap .contactinfo a:link,
#leftwrap .contactinfo a:visited
{
    color: #ffffff;
}

#rightwrap
{
    width: 728px;
    float: right;
    margin-right: 24px;
    background: url(/images/content-bg.png) top left no-repeat;
}

#rightcontent
{
    padding: 15px 25px;
}

#footer
{
    height: 25px;
    clear: both;
    background: url(/images/footer-bg.png) top left no-repeat;
}

.pageTitle
{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0px 10px 0px;
}

.pageDate {
	text-align:left;
	font-size: larger;
}

.pageEntry {
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
}

.contact
{
    float: left;
    width: 300px;
    /*height: 100px;*/
    padding: 10px;
}

.clearleft
{
    clear: left;
}

.leftcontact, 
#leftwrap .leftcontact a:link, 
#leftwrap .leftcontact a:visited
{
    font-weight: bold;
    color: #f37d21;
}

p
{
    padding: 8px 0px;
}

ul
{
    list-style: none;
    margin: 5px 0px;
}

ul li
{
    margin-left: 20px;
    list-style-type: disc;
}
