/* General structural style declarations  */

body, html, div, td {
    font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/common/bg.gif);
    background-position: center top;
    background-repeat: repeat;
    overflow: auto;
    background-color: #FFFFFF;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

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

h1 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: normal;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 15px;
    line-height: 15px;
}

a, a:visited {
    color: #8B9B7E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

#page {
    margin: 0px 20px;
    text-align: left;
    background-color: #FFFFFF;
    border-left: 1px solid #e2e9e1;
    border-right: 1px solid #e2e9e1;
}

.pageHeader {
    background-color: #f8faf8;
    height: 102px;
}

.pageContent {
    padding: 20px;
    background-color: #FFFFFF;
}

.headerLogo {
    float: left;
}

.pageTitle {
    float: left;
    padding: 43px 0px 10px 10px;
}

.pageTitle h1 {
    font-size: 44px;
    line-height: 42px;    
}
