@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #574210;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A7A37E;
}
#header {
	margin-top: 12px;
	margin-bottom: 24px;
}
#logo {
	height: 85px;
	padding-bottom: 1px;
	background-image: url(../images/glwa_header_logo.jpg);
	background-repeat: no-repeat;
}
td img {display: block;}
a {
	color: #136482;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #136482;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn {
	float: left;
	width: 365px;
}
#rightColumn {
	float: right;
	width: 365px;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
}
h1 {
	color: #EC8F27;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	border-bottom: 2px solid #A7A37E;
	padding-bottom: 3px;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #046280;
	font-size: 1.3em;
}
p {
	line-height: 1.5;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.more {
	text-align: right;
}
ul li {
	line-height: 1.0;
	list-style: circle;
}
.interviewHeader {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
