@charset "UTF-8";
/* CSS Document */
@import "reset.css";

html {
height:100%; 
max-height:100%;
}

body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Verdana, Arial, sans-serif;
	height: 100%;
	max-height:100%;
	background-image: url(../elements/gradientBrown.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #534741;
}
*:first-child+html  body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
*html body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
.skipContent {
	display: none;
}
.wrapper {
	font-size: 62.5%;
	text-align: left;
	background-image: url(../elements/middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}.forLogo {
	background-image: url(../elements/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottomShadow {
	background-image: url(../elements/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
}
.leftColumn {
	width: 250px;
	float: left;
	padding-left: 20px;
}
.leftColumn h1 {
	height: 170px;
	text-indent: -9999px;
}
.abstract {
	font-size: 1.5em;
	padding: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	line-height: 1.8em;
}
.leftColumn .contact {
	font-size: 1.3em;
	padding: 1.2em;
	line-height: 1.5em;
}
.leftColumn .contact a {
	color: #2A3990;
}
.rightColumn {
	width: 410px;
	padding-top: 50px;
	margin-left: 270px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.rightColumn h2 {
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8931E;
	padding-bottom: .5em;
	margin-bottom: .5em;
	margin-top: .2em;
}
.rightColumn p {
	font-size: 1.4em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.rightColumn ul {
	font-size: 1.4em;
	padding: 1em;
}
.rightColumn ul li {
	list-style-type: disc;
	margin-bottom: 1em;
}
