html, body {
height:100%;
}

body {
margin:0;
font-family:"Trebuchet MS", Arial;
font-size: 12px;
color: #637890;
background: url(images/gid_background2.gif) repeat-y center;
text-align: center;
}

#pagewrap {
width: 100%;
/*background:url(images/page_shadow.png) repeat-x top;*/
}

#wrapper {
margin:0 auto;
width: 1002px;
text-align: left;
}

#header {
width: 1002px;
height:122px;
/*background: url(images/header_shadow.png) no-repeat bottom;*/
}

#logo {
width:251px;
float: left;
}

.left p, .left h1, .left h2, .left h3 {
padding-left:20px;
padding-right:20px;
}


.left {
float: left;
width: 250px;
margin:0;
text-align: left;
}

.centercolumn p, .centercolumn h2, .centercolumn h3 {
padding-left:50px;
padding-right:50px;
}

.centercolumn h1 {
border-bottom-color: #c9c9c9;
border-bottom-style: dotted;
border-bottom-width: 1px;
font-size: 20px;
font-family: "Trebuchet MS", Arial;
color:#173254;
margin-left:50px;
margin-right:50px;
}

.centercolumn {
float: left;
width: 500px;
min-height:550px;
margin:0;
text-align: left;
}

.right p, .right h1, .right h2, .right h3 {
padding-left:20px;
padding-right:20px;
margin-top:7px;
margin-bottom:7px;
}

.right h2 {
	margin-bottom: 0px;
	font-size: 14px;
	color: #509cff;

}


.right, .topright {
float: right;
width: 250px;
margin:0;
text-align: left;
}

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

#content {
width: 1000px;
clear: both;
background: url(images/gid_content_background2.gif) repeat-y center;
border-top:1px solid white;
border-right:1px solid white;
border-left:1px solid white;
border-bottom: 1px solid white;
}

.clearfloats {
clear: both;
}

.dots {
clear: both;
border-bottom: 1px dotted gray;
margin:10px 20px;
padding:0px 0px 0px 0px;
}

#footer {
margin: 0;
background:url(images/shadow_bottom.png) top no-repeat;
min-height: 50px;
padding-top:15px;
}

.global {
display:inline;
padding-right:20px;
}

.global ul {
list-style-type: none;
margin: 0px;
padding:0px;

}

.global li {
list-style-type: none;
margin: 0px;
padding-right:10px;
}

.global a {
color:#b1d2f7;
text-decoration: none;
}

.global a:hover {
color:white;
}

.footercentercolumn {
float: left;
width: 500px;
overflow: auto;
text-align: center;
}

img {
border:none;
}

.portrait {
float: right;
margin-right: 50px;
}

/* --------------- Text Styles ------------------- */

h1 {
font-size: 20px;
font-family: "Trebuchet MS", Arial;
color:#173254;
}

h2 {
font-size: 16px;
font-family: "Trebuchet MS", Arial;
color:#509cff;
}

.copyright {
color:white;
font-size: 11px;
}

.tagline {
color: #657a93;
font-size: 11px;
font-style: italic;

}

a {
text-decoration: underline;
color:#509cff;
}

a:hover {
text-decoration: none;
}

.blue {
color:#509cff;
}