@charset "utf-8";
body {
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 2em;
	font-weight: 700;
}
h2 {
}
h3 {
	font-weight: 700;
	font-size: 1.5em;
}
p {
}
strong {
	font-weight: 700;
}
em {
}
a {
}
a:link {
	color: #f79432;
	text-decoration: none;
	font-weight: 700;
}
a:visited {
	color: #f79432;
}
a:hover {
	color: #2d4253;
}
a:active {
	color: #f79432;
}
.topBar {
	background-color: #2d4253;
}
.topBar h3 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 2.5em;
}
.topBar p {
	color: #F79432;
	font-weight: 400;
	margin-top: 0px;
	font-size: 1.5em;
}
.bottBar {
	background-color: #2d4253;
}
.bottBar p, a {
	color: #ffffff;
	padding-top: 15px;
}
.bottBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottBar a:visited {
	color: #FFFFFF;
}
.bottBar a:hover {
	color: #f79432;
}
.bottBar a:active {
	color: #FFFFFF;
}
.dropShadow {
	-webkit-box-shadow: 5px 5px 20px #9F9F9F;
	box-shadow: 5px 5px 20px #9F9F9F;
}
.marginTop {
	margin-top: 30px;
}
#readMorebtn {
	background: url(../images/open.png) no-repeat 0 11px;
	padding: 10px 0 0 25px;
	cursor: pointer;
	text-align: left;
}
#readMorebtn.close {
	background-image: url(../images/close.png);
	float:left;
	font-size:12px;
	font-weight:normal;
	color:000000;
	opacity:1;
}
#preface {
}
