
/**************************
*    General Formatting   *
**************************/

p {
    font-family:arial, sans-serif;
    color:black;
    font-size:0.7em;    
}

h2 {
    font-family:arial, sans-serif;
    font-size:0.95em;
    padding:20px 0px 10px 0px;
}

div.tab a.title {
    color:white;
    font-size:0.8em;
    padding-left:30px;
    margin-top:3px;
}



A:link {color : #000000; text-decoration : none}
A:visited {color : #000000; text-decoration : none}
A:active {color : #000000; text-decoration : none}
A.white:link {color : white; text-decoration : none}
A.white:visited {color : white; text-decoration : none}
A.white:active {color : white; text-decoration : none}

img, a img {
	border: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px
}

/*table, td, tr{
	border-width: 0px;
	padding:0px;
	margin:0px;
	border-style: none;
	border-collapse:collapse;
}*/



P.header {color : white; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 26px}
P.header2 {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 26px}
P.text {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 15px}
P.sitemap {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 10px}
P.sub {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 12px}
P.compact {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 15px; line-height: 0.01}
P.white {color : white; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 12px}
B.boldtext {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 15px}
P.caption {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 11px; font-weight : 400}
.caption {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 11px; font-weight : 400; vertical-align: middle;}
.caption_med {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 12px; font-weight : 400; vertical-align: middle;}
.grey {color : #EEEEEE; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 12px}
.greysub {color : #EEEEEE; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 10px}
.subbold {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 12px; font-weight : bold}
.sitemapy {color : black; font-family : "Gill Sans", "Gill Sans 1", Arial, Sans-Serif; font-size : 10px}
.v-middle {vertical-align: middle;}


body {
/*scrollbar-base-color: 707070;
scrollbar-arrow-color: 000000;
scrollbar-track-color: #3D3D3D;
scrollbar-shadow-color: 707070;
scrollbar-lightshadow-color: 9F9F9F; 
scrollbar-darkshadow-color: 707070;
scrollbar-highlight-color: 9F9F9F;
scrollbar-3dlight-color: 707070;*/
overflow-x:auto;
overflow-y:auto;
}



/****************
*    STRUCTURE  *
****************/

div#page {
    width:1075px;
    font-family: gill sans, arial, sans;
    margin-left:auto;
    margin-right:auto;
}

div#logo {
    padding:80px 0px 0px 20px;
    float:left; 
}

img#pbai, img#waterloo {
    float:left;
}

div#menu {
    background-color:black;
    float:left;
    width:100%;
    height:25px;
}

div.tab {
    float:left;
    color:white;
}

div#content {
    float:left;
}
div#image img{
    float:left;
}

div#text {
    background-color:#d7d7d7;
    margin:0;
    float:left;
    width:100%;
    height:100px;
}

div#text p {
    padding-left:30px;
}

div#footer {
    float:right;
}

div#bottom-nav {
    padding:8px 10px 0px 20px;
    float:left;
}

div#footer a{
    float:left;    
}

div#footer p{
    float:left;
}


