/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

body {
background-color: #eee;
color: #2d2e2e;
font-size: 1em;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}

h1 {
color: #69c;
font-size: 1em;
font-weight: bold;
line-height: 1.2em;
}

h2 {
color: #69c;
font-size: .8em;
font-weight: bold;
line-height: 1.2em;
}

a, a:link, a:visited {
color: #4095df;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: #2170bd;
text-decoration: none;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {
background-color: #fff;
margin: 0 auto 0 auto;
text-align: left;
width: 900px;
border-left: 1px #9bb6d2 solid;
border-right: 1px #9bb6d2 solid
}

#outerWrapper #header {
background-color: #9bb6d2;
border-bottom: 1px #9bb6d2 solid;
}

#outerWrapper a:link {
color: #eaeff5;
text-decoration: none;
}

#outerWrapper a:hover {
color: #069;
text-decoration: underline;
}

#outerWrapper #contentWrapper #leftColumn {
background-color: #eaeff5;
border-right: solid 1px #9bb6d2;
float: left;
padding: 10px;
width: 15%;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapper #content {
margin: 0;
padding: 10px;
}

#header {
height: 150px;
background-image: url(../images/bg_hdr.jpg);
background-repeat: no-repeat;
background-position: right;}

.hdrleft {
background: url(../images/waa_logo.jpg) no-repeat 0px 100%;
height: 150px;
}

.hdrright {
background: url(../Images/gt_logo.gif) no-repeat 100% 100%;
height: 42px;
}

#navtop {
height: 21px;
background-color: #415485;}

#navtop a {
color: #eaeff5;
text-decoration: none;}

#content p {
font-size: .8em;
}

#content a {
color: #5067a4 !important;
font-weight: normal;
text-decoration: underline !important;}

#content li a {
font-size: .8em;
color: #5067a4 !important;
font-weight: normal;
text-decoration: underline !important;}

#content a:hover {
text-decoration: none !important;}

/* leftColumn Styles */

#leftColumn {
border-bottom: solid 1px #9bb6d2;
}

#leftColumn p {
font-size: .8em;
}

#leftColumn a:link {
color: #91d1f4;
text-decoration: underline;}

#leftColumn a:hover {
color: #415485;
text-decoration: none;}

#leftColumn ul {
margin: 0;
padding: 0;}

#leftColumn li {
margin: .7em 0;
list-style-type: none;
font-size: .8em;
font-weight: bold;
letter-spacing: 2px;}

#outerWrapper #contentWrapper .clearFloat {
clear: left;
display: block;
}

#outerWrapper #footer {
background-color: #eaeff5;
border-top: solid 1px #9bb6d2;
border-bottom: solid 1px #9bb6d2;
padding: 6px;
font-size: .6em;
}

table {
font-size: .7em;}

th {
font-size: 1.1em;}

.redtxt {
color: #ff0000;
font-size: .7em;}
