@charset "iso-8859-1";
/* CSS Document */

body {
	background-color:#EBEBEB;
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 62.5%;
    letter-spacing: 0.01em;
    word-spacing: 0.01em;
	padding:40px 10px 20px 10px;
}
p {
	margin:auto;
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:10px 0px 0px 0px;
	clear:both;
}
.buttons{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
	clear:both;
}
.buttons ul{
    list-style:none;
    position:relative;
    left:50%;
}
.buttons ul li {
	margin-right:20px;
	float:left;
	position:relative;
}
.buttons ul li:last-child {
	margin-right:0px;
}

.buttons a{
	width:200px;
    text-decoration:none;
    margin:10px;
    background:#F6F6F6;
    float:left;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:16px;
	color:#222;
	text-decoration:none;
	padding:16px 14px;
    text-align:center;
    white-space:nowrap;
	border:1px solid #b8b8ae;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-color:#888;
	border-bottom-color:#666;
	-moz-box-shadow:inset 0 0 1px #bbb;
	-ms-box-shadow:inset 0 0 1px #bbb;
	-webkit-box-shadow:inset 0 0 1px #bbb;
	box-shadow:inset 0 0 1px #bbb;
}
.buttons a:hover { 
	color:#7E7E7E;
	background:#fff;
}

.buttons ul#rowtwo {
    list-style:none;
    position:relative;
    left:50%;
}

.buttons ul#rowtwo  li {
	margin-left:55px;
	margin-top:22px;
	float:left;
	position:relative;
}
.buttons ul#rowtwo  li:last-child {
	margin-right:0px;
}

.buttons #rowtwo a{
	width:260px;
    text-decoration:none;
    margin:10px;
    background:#F6F6F6;
    float:left;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#222;
	text-decoration:none;
	padding:16px 14px;
    text-align:center;
    white-space:nowrap;
	border:1px solid #b8b8ae;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-color:#888;
	border-bottom-color:#666;
	-moz-box-shadow:inset 0 0 1px #bbb;
	-ms-box-shadow:inset 0 0 1px #bbb;
	-webkit-box-shadow:inset 0 0 1px #bbb;
	box-shadow:inset 0 0 1px #bbb;
}
.buttons ul#rowtwo li a:hover{ 
	color:#7E7E7E;
	background:#fff;
}

h1 {
	text-align:center;
	margin-left:auto;
	margin-right:auto; 
	margin-bottom:32pt;
	font-size:24px;
	}