﻿body {
    background-color: #cccccc;
    background-image: url(/_common/img/body_bg.jpg); 
    background-position: 50% 0; 
    background-repeat: repeat-y;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	color: #303C49;    
}

a {
    outline: none;
    color: #303C49; 
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link-internal {
	background: url('/_common/img/link-internal.gif') no-repeat 0px 3px;
	padding: 0 0 0 11px;
}

a.link-external {
	background: url('/_common/img/link-external.gif') no-repeat 0px 4px;
	padding: 0 0 0 11px;
}

a.link-download {
	background: url('/_common/img/link-download.gif') no-repeat;
	padding: 0 0 0 17px;
}

a.link-open {
	background: url('/_common/img/link-open.gif') no-repeat 0px 2px;
	padding: 0 0 0 15px;
}

a.link-collapse {
	background: url('/_common/img/link-collapse.gif') no-repeat 0px 2px;
	padding: 0 0 0 15px;
}

a.link-close {
	background: url('/_common/img/link-close.gif') no-repeat 0px 2px;
	padding: 0 0 0 15px;
}

img {
    border: 0;    
}
 
h1 {
    text-align: center;
    margin: 30px 0px;
    font-size: 2.4em;
}

h2 {
    font-size: 2em; 
    margin-bottom: 0px;
}

.mainContainer {
    width: 962px; 
    margin: 0px auto;    
}

.navBar {
    margin: 0px 0px 30px;
    text-transform: uppercase;
    text-align: center;
}

.navBar a {
    color: #777777;
    font-size: .9em;
    font-weight: bold; 
    background-image: url(/_common/img/divider.gif);
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-right: 5px;
}

.content-top {
    background-image: url(/_common/img/content_top.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 87px;
    position: relative;
}

.content-top a.topLeft {
    position: absolute;
    top: 40px;
    left: 70px;
}

.content-top a.middle {
    position: absolute;
    top: 62px;
    left: 396px;
}

.content-top a.topRight {
    position: absolute;
    top: 40px;
    right: 70px;
}

.content {
    background-color: #eeeeee;
    width: 820px;
    border-left: solid 1px #9b9b9b;
    border-right: solid 1px #9b9b9b;
    padding: 10px 70px 10px;
    margin: 0px;
}

.content-bottom {
    background-image: url(/_common/img/content_bottom.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 73px;
    margin: 0px;
    position: relative;
}

.content-bottom a.bottomLeft {
    position: absolute;
    bottom: 10px;
    left: 70px;
}

.content-bottom a.bottomRight {
    position: absolute;
    bottom: 10px;
    right: 70px;
}

.resources-wrapper {
    padding: 0px 0px 0px 80px;
}

img.logos {
    width: 188px;
    height: 28px;
}

.group {
    float: left;
    width: 50%;
}

.group h3 {
    margin: 20px 0px 5px;
}   

.group h3 a {
    margin: 0px;
}

img.thumb {
    width: 54px;
    height: 54px;
    float: left;
    padding-right: 15px;
}
