a {
color: #214a94;
}

a:visited, a:hover {
color: #4a7cb8;
}

body {
margin: 15px;
padding: 0%;
color: #000;
font: .8em/1.35em Arial, Helvetica, sans-serif;
background: #8ca4c1 url('/framework/bluelines.png');
}

* {
text-align: left;
}

/***PAGE SETUP***/

/* adds the 3D-esque border, also works as a "wrap"*/
#border {
width: auto;
height: auto;
text-align: center;
margin: 0 auto;
}

/* White Area */
#main {
margin: 0 auto;
width: 85%;
height: auto;
max-width: 1200px;
min-width: 680px;
background-color: #fff;
border-right: 3px ridge #283a53;
border-bottom: 3px solid #283a53;
padding: 3px;
text-align: left;
}


/*Main content area*/
#content {
width: 100%;
height: auto;
margin: 0;
padding: 0;
clear: both;
}

#content p {
margin-left: 3px;
margin-right: 3px;
}

/* Top Logo */
/* 100% width (matches width of box) and 105px height */
#top {
width: 100%;
height: 105px;
}

#top table {
width: 100%;
height: 105px;
margin:0;
padding:0;
background:url('/framework/logo-bg.gif');
}

#top tr {
margin:0;padding:0;
}

#top td {
margin:0;padding:0;
}

#top .logoleft {
width:155px;
background:url('/framework/logo-left.jpg') no-repeat;
}

#top .logoccp9 {
width:auto;
background:url('/framework/logo-ccp9.jpg') center no-repeat;
}

#top .logoright {
width:155px;
background:url('/framework/logo-right.jpg') no-repeat;
}

/*Navigation bar below logo*/

#navigation {
text-align: center;
margin: 0;
margin-top: 3px;
width: 100%;
height: 15px;
padding: 3px 0;
background: #4a7cb8 url('/framework/navigationbar.gif');
}

#navigation ul {
list-style: none;
margin: 0 -30px;
padding: 0;
display: inline;
}

#navigation li {
padding: 1px 1.5% 0 1.5%;
display: inline;
}

#navigation li a {
text-decoration: none;
font-weight: bold;
color: #fff;
padding: 4px 1px 2px 1px;
height: 15px;
}

#navigation li a:hover {
background: #4a7cb8 url('/framework/navigationhover.gif');
padding: 4px 1px 1px 1px;
height: 15px;
}

/*Index page content div*/
#indexcontent {
float: left;
width: 73%;
height: auto;
padding: 0 2px 5px 2px;
text-align: left;
}

/*Index page sidebar*/
#sidebar {
/*position: relative;*/
float: right;
width: 25%;
height: auto;
text-align: center;
}

#sidebar a {
text-decoration: none;
}

#sidebar h1 {
font-size: 1.1em;
font-weight: bold;
border-bottom: 1px solid;
margin-top: 10px;
}

#sidebar h2 {
font-size: 1em;
font-weight: normal;
}

#sidebar h2, #sidebar h2 a {
color: #000;
}

#sidebar h2 a:hover {
color: #4a7cb8;
}

#sidebar p {
text-align: center;
}

#sidebar ul {
font: .9em Arial, Helvetica, sans-serif;
margin: 3px 0 10px 0;
padding: 0 0 0 15px;
}

#sidebar li {
text-align: left;
padding-bottom: 3px;
}

/*STFC footer*/
#footer {
margin-top: -15px;
height: 174px;
background: url('framework/stfc-footer.jpg') right no-repeat;
clear: both;
}

/**PAGE STYLING**/

h1, h2 {
margin-bottom: -2px;
}

h1 {
color: #003153;
text-align: center;
font-weight: normal;
font-size: 1.4em;
line-height: 1.4em;
margin-top: 10px;
}

h2.subtitle {
color: #003153;
text-align: center;
font-weight: normal;
font-size: 1.2em;
line-height: 1.2em;
}


h2 {
color: #4a7cb8;
font-size: 1.3em;
text-align: left;
}

h3 {
color: #003153;
font-size: 1.1em;
}

h3.year {
border-bottom: 1px solid;
text-align: center;
}

img {
padding: 1px;
}

p {
text-align: justify;
}

p.caption {
font-size: .9em;
}

p.center {
text-align: center;
}

p.justify { 
text-align: justify;
}

p.description {
color: #003153;
text-align: center;
font-size: 1.1em;
font-weight: bold;
line-height: 1.4em;
margin-top: 5px;
}

p.more {
text-align: right;
margin-right: 2px;
}

sub {
vertical-align: bottom;
}

sup {
vertical-align: top;
}

ul {
list-style: circle;
}

/*Classes to center align or right align something*/
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.justify { 
text-align: justify;
}

/*Class to make things not visible normally unless needed*/
/*for example provides alternative text in place of the banners for the 
visually impared*/
.hidden {
margin: 0;
padding: 0;
display: none;
visibility: hidden;
}

table {
margin: 15px 0;
font: inherit;
}

table.center {
margin: 10px auto;
text-align: center;
}

table.nomargin {
margin-top: 0;
}

td {
text-align: left;
}

#workinggroup ul {
    float: left;
    list-style: none;
}
#workinggroup li {
    margin: 0.2em;
}

