html { background: #ccc url(../img/bg_tile.gif) repeat top center; margin: 0; padding: 0; }
body {
    margin: 0 0 0 0;
    padding: 50px 0 40px 0;
    color: #000;
    font-size: 76%;
    font-family: Arial, Helvetica, sans-serif;
    }
    
/* */
    
h1 { font-size: 2.0em; font-weight: normal; margin-top: 0em; margin-bottom: 0em; }
h2 { font-size: 2.0em; font-weight: normal; margin-top: 0em; margin-bottom: 0em; }
h3 { font-size: 1.0em; font-weight: normal; margin-top: 0em; margin-bottom: 0em; }
h4 { font-size: 1.2em; font-weight: normal; margin-top: 0em; margin-bottom: 0em; font-weight: bold; }
    
p { margin: 0px; }
strong, b { font-weight: bold; }
img { border: 0; margin: 0; padding: 0; vertical-align: bottom; }
form { margin: 0; padding: 0; }
hr { margin: 0.5em 0; border: 0px; height: 1px; color: #000; background-color: #fff; border-top: 1px solid #d6d6d6; }
a { color: #0068b3; text-decoration: underline; }
a:hover { color: #79bde9; text-decoration: underline; } /* 00aedb */
    
.hide { display: none; }
.clr { clear: both; }
.highlight { color: #d9ecff; }
.floatLeft { float: left; }
.floatRight { float: right !important; }

.abcCenter { margin: 25px auto 25px auto; display: block; text-align: center; }

    
.hr { margin: 5px 30px 15px 20px; border-top: 1px solid #79bde9; }
.hr hr { display: none; }
    
.hvr a:hover { background-position: bottom left; }
    
h2.title, h2.title a { margin: 0; padding: 0; display: block; text-indent: -700em; text-decoration: none; overflow: hidden; }
    
/* */
    
.pageWrap {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 610px;
    position: relative;
    background-color: #fff;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    }
html > .pageWrap {
    width: 610px;
    }

.headerArea {
    margin: 0;
    padding: 0 0 20px 0;
    height: 97px;
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    }
.headerArea h2 {
    margin: 0;
    padding: 0;
    }    
.headerArea h2 a {
    margin: 0;
    padding: 0;
    width: 318px;
    height: 97px;
    float: left;
    display: block;
    background: transparent url(../img/logo.gif) no-repeat bottom left;
    text-indent: -700em;
    text-decoration: none;
    overflow: hidden;
    }
    
.content { margin: 0; padding: 0; color: #313131; border: 1px solid #cdcdcd; border-top: 0; }
.content h1 { margin: 0; padding: 0 50px 0.2em 20px; font-size: 2.2em; line-height: 1.3em; font-weight: normal; color: #2a2a2a; }
.content h2 { margin: 0; padding: 0 50px 0.5em 20px; font-size: 1.6em; line-height: 1.3em; font-weight: normal; color: #2a2a2a; }
.content h3 { margin: 0; padding: 0 50px 0.5em 20px; font-size: 1.5em; line-height: 1.3em; }
.content h4 { margin: 0; padding: 0 30px 1em 20px; font-size: 1.1em; line-height: 1.3em; }
.content h5 { margin: 0; padding: 0 30px 1em 20px; font-size: 1em; line-height: 1.4em; }
.content p  { margin: 0; padding: 0 30px 1em 20px; font-size: 1em; line-height: 1.5em; color: #3e3e3e; }
.content p strong { color: #000; }
.content a  { }
.content a:hover { }
.content ul li, .content ol li { margin-top: 0; list-style-position: inside; padding: 0 20px 0 10px; font-size: 1.2em; line-height: 1.4em; color: #7f7f7f; }

.content p.date { padding: 0 0 0 10px; font-size: 0.8em; color: #989898; }
.content p.moreLink { padding: 0 20px 10px 0; color: #989898; text-align: right; }
.content img.featImg { margin: 0 0 20px 10px; }

p.listPad { padding: 0 30px 0 20px; }

/* */	
	
.defaultTable { margin: 10px; padding: 10px 10px 10px 10px; }
.defaultTable table { padding: 0; margin: 0; border-collapse: collapse; }
.defaultTable table tr th { padding: 4px 15px 10px 0; margin: 5px; vertical-align: text-top; text-align: left; }
.defaultTable table tr td { padding: 3px 15px 3px 0; margin: 5px; vertical-align: text-top; }

.borderTable { margin: 10px; padding: 10px 10px 10px 10px; }
.borderTable table { padding: 0; margin: 0; border-collapse: collapse; }
.borderTable table tr th { padding: 4px 15px 4px 4px; margin: 5px; vertical-align: text-top; text-align: left; border: 1px solid #ccc }
.borderTable table tr td { padding: 3px 15px 3px 4px; margin: 5px; vertical-align: text-top; border: 1px solid #ccc; }
    
	
/* */

.innerFooter { clear: both; height: 30px; }

.footerArea {
    clear: both;
    }
.footerArea img {
    float: left;
    }	
.footerArea p {
    margin: 0;
    padding: 10px 10px 1em 20px;
    font-size: 0.8em;
    line-height: 1.3em;
    color: #777777;
    float: right;
    }
.footerArea p a { color: #777777; text-decoration: none; }
.footerArea p a:hover { color: #777777; text-decoration: underline; }

