html {
	padding-top: 25px;
	padding-bottom: 25px;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;	
}

abbr[title] {
		border-bottom: 1px dotted;
}

a {
	text-decoration: none;
	color: #666;
	background-color: white;
}

a:hover {
	color: #000;
	background-color: white;

}

footer {
	text-align: center;
	font-size: 10px;
	color: rgb(167, 167, 167);
	background-color: white;
	margin: 9px 0px 6px 0px;
	line-height: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
}

body {
	color: rgb(88, 77, 77);
	background-color: white;
	font-family: 'LucidaGrande', 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding-bottom: 10px;
	text-align: justify;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 650px;
	margin: 0 auto;
}

img {
	border: none;
}

ul li{
	padding-bottom: 10px;
}

ul.ul_condensed li {
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.ul_condensed {
	padding-bottom: 20px;
}

ul.nav {
	list-style: none;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 0px;
}

.nav li {
	display: inline;
	padding-right: 5px;
	margin-bottom: 0px;
}

#header {
	padding-top: 15px;
	vertical-align: middle;
}

#header img {
    float: right;
	vertical-align: middle;
}

#header h1 {
    color: rgb(167, 167, 167);
	background-color: white;
	font-family: 'LucidaGrande-Bold', 'Lucida Grande', 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	line-height: 80px;
    vertical-align: middle;
    text-align: center;
    padding-left: 112px;
}

#mba img{
	width: 612px;
	vertical-align: middle;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mas-download {
    padding-bottom: 40px;
}

#mas-download h2 {
    vertical-align: middle;
    float: left;
}

#mas-download img {
	float: right;
	vertical-align: middle;
	border: 0;	
}

#body-text {
	width: 640px;
	padding-left: 5px;
	min-height: 500px;
	padding-bottom: 30px;
}

#main-body {
    margin-top: 20px;
}

.navbar {
	text-align: center;
	font-size: 16px;
	color: #000;
	background-color: white;
	line-height: 14px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 650px;
}

img.horiz-line {
	height: 1px;
	width: 650px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.nav_current {
	font-weight: bold;	
}

h3.screenshot_h3 {
	padding-bottom: 0px;
}

.screenshot_paragraph {
	padding-bottom: 20px;
}

.screenshot_img {
	box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.75);
	width: 650px;
}