body {
    font-size: 10px;
    text-align: center;
    font-family: Georgia, serif;
    background: url(/templates/black_and_white/img/bg.gif) repeat-x #eeeeee;
    color: #000;
}

.pageBackground {
    background: #fff;
}

#pageWidth {
    width: 906px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
    border: 1px solid #999;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header {
    display: none;
    height: 60px;
    background: #333333;
}

#header h2 {
    line-height: 60px;
    color: #ccc;
    font-size: 3em;
    text-align: center;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

#decPic {
    height: 180px;
    overflow: hidden;
    background: url(/templates/img/decpic/nature_0010.jpg) repeat;
    background-repeat: repeat;
    background-position: bottom center;
}

.aavaDDMContainer {
    border-top: 6px solid #9b0000;
    border-bottom: 2px solid #cccccc;
    background: #333333;
    position: relative;
    z-index: 10;
    padding-bottom: 6px;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
}

.aavaDDM {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    padding-left: 20px;
}

.aavaDDM li {
    display: inline;
    list-style: none;
    float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.aavaDDM li a {
    display: block;
    padding: 6px 7px 0px 7px;
    margin-right: 10px;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.aavaDDM li a.active {
    background: #9b0000;
}

.aavaDDM li a:hover {
    text-decoration: underline;
}

.aavaDDM ul {
    z-index: 1000;
    position: absolute;
    visibility: hidden;
    margin: 5px 0px 0 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    background: #333333;
    border: 1px solid #ffffff;
}

.aavaDDM ul li {
    float: none;
}

.aavaDDM ul li a {
    display: block;
    width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding: 5px 13px 5px 13px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    color: #ffffff;
    background: transparent;
    border-width: 0px;
}

.aavaDDM ul ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.aavaDDM ul li a.active {
    font-weight: bold;
    background: transparent;
}

.aavaDDM ul li a.hsub {
    background: transparent no-repeat right url(/templates/black_and_white/img/arrow.gif);
}

.aavaDDM ul li a.hsub:hover {
    background: transparent no-repeat right url(/templates/black_and_white/img/arrow.gif);
}

.aavaDDM ul li a.hsubActive {
    font-weight: bold;
    background: transparent no-repeat right url(/templates/black_and_white/img/arrow.gif);
}

.aavaDDM ul li a.hsubActive:hover {
    background: transparent no-repeat right url(/templates/black_and_white/img/arrow.gif);
}

#contentHolder {
	border: 0px solid #000;
    padding: 20px 14px 20px 14px;
}

#leftContent {
    width: 200px;
    float: left;
    position: relative;
    z-index: 2;
}

#mainContent {
    width: 478px;
    float: left;
    position: relative;
    
}

#rightContent {
    width: 200px;
    float: right;
    position: relative;
    z-index: 2;
}

#leftContentInner {
    margin-right: 10px;
}

#mainContentInner {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
}

#rightContentInner {
    margin-left: 10px;
}

.content {
    font-family: Georgia, serif;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #000000;
}

.sideContent {
    font-family: Georgia, serif;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #000000;
}

.content a {
    color: #9b0000;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}

.sideContent a {
    color: #9b0000;
    text-decoration: none;
    font-style: italic;
    font-weight: normal;
}

.content a:hover {
    text-decoration: underline;
}

.sideContent a:hover {
    text-decoration: underline;
}

.content h1 {
    font-size: 2.0em;
    margin-bottom: 0.8em;
}

.content h2 {
    font-size: 1.8em;
    margin-bottom: 0.8em;
}

.content h3 {
    font-size: 1.6em;
    margin-bottom: 0.8em;
}

.content h4 {
    font-size: 1.4em;
    margin-bottom: 0.8em;
}

.content h5 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

.content h6 {
    font-size: 1.0em;
    margin-bottom: 0.8em;
}

.sideContent h1 {
    font-size: 1.6em;
    margin-bottom: 0.8em;
}

.sideContent h2 {
    font-size: 1.4em;
    margin-bottom: 0.8em;
}

.sideContent h3 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

.sideContent h4 {
    font-size: 1.0em;
    margin-bottom: 0.8em;
}

.sideContent h5 {
    font-size: 1.0em;
    margin-bottom: 0.8em;
}

.sideContent h6 {
    font-size: 1.0em;
    margin-bottom: 0.8em;
}

#footer {
    background: #333333;
    text-align: center;
    color: #ffffff;
    line-height: 18px;
}

#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.moduleHolder {
    margin: 0px 0 10px 0px;
}

.moduleHolder.moduleHeader h2 {
    border-bottom: 2px solid #9b0000;
    margin-bottom: 0px;
    padding-left: 3px;
}

.moduleHolder.moduleContent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
    background: #f1f1f1;
}

.moduleHolder.moduleTop {
    display: none;
}

.moduleHolder.moduleBtm {
    display: none;
}

.borderColor1 {
    border-color: #666666;
}

.borderColor2 {
    border-color: #666666;
}

.borderColor3 {
    border-color: #666666;
}

