body{
	margin:0px;
	padding:0px;
}
a {text-decoration:none;color:blue;font-weight:bold;}
a:hover{text-decoration:underline;}
table {border-collapse:collapse;}
#nav, #nav.a {
	font-family: 'Convergence', sans-serif;
}
.title{
	color:#3B5772;
	font-size:13pt;
	font-weight:bold;
	font-family: 'Convergence', sans-serif;
	}
.bio{
	margin-left:25px;
	margin-bottom:15px;
	}
#pagebody{
	width:967px;
	margin-left:auto; margin-right:auto;
	font-family: 'Istok Web', sans-serif;
	}
#menu{
	width:967px;
	margin-left:auto; margin-right:auto;
	position:absolute;
	top:72px;
	margin-left:142px;
	}
#menu_home {
	width:967px;
	margin-left:auto; margin-right:auto;
	position:absolute;
	top:90px;
	margin-left:142px;
	}
#header{
	font-size:12pt;
	font-family: 'Convergence', sans-serif;
	}
#content{
	font-size:11pt;
	z-index:120;
	}
h1 {
	z-index:130;
	font-family: 'Convergence', sans-serif;
	}
#leftside{
	margin-left:auto; margin-right:auto;
	padding-right:20px;
	}
#quotebox{
	width:242px;
	margin:15px 0 15px 0;
	background-image: url(/images/quoteboxtop.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-size:11pt;
	font-family: 'Lancelot', cursive;
}
#boxer {
	padding:15px;
	width:600px;
}
#boxer div{
	border-top:1px solid #4585c5;
	border-bottom:1px solid #4585c5;
	padding:15px;
	font-family: 'Istok Web', sans-serif;
	font-size:.9em;
}
#boxfade{
	margin:15px 0 15px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image: url(/images/boxfadetop.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	font-size:11pt;
	padding:5px;
	font-family: 'Istok Web', sans-serif;
}
#rightside{
	font-size:11pt;
	position:relative;
	top:-100px;
	}
#rightside h2, #rightside h3{
	margin-top:0px;
	text-align:left;
	border-bottom:1px solid #000;
	margin-bottom:5px;
	font-family: 'Convergence', sans-serif;
	}
#legal{
	margin-left:auto; margin-right:auto;
	margin-top:10px;
	font-size:10pt;
	font-weight:bold;
	position:relative;
	top:-100px;
	}
/*css for the blue buttons*/
.button {
   border-top: 1px solid #0081f9;
   background: #0053a1;
   background: -webkit-gradient(linear, left top, left bottom, from(#0081f9), to(#0053a1));
   background: -webkit-linear-gradient(top, #0081f9, #0053a1);
   background: -moz-linear-gradient(top, #0081f9, #0053a1);
   background: -ms-linear-gradient(top, #0081f9, #0053a1);
   background: -o-linear-gradient(top, #0081f9, #0053a1);
   padding: 5.5px 11px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 15px;
   font-family: arial;
   font-weight:bold;
   text-decoration: none;
   vertical-align: middle;
   padding:3px 15px 3px 15px;
   text-decoration:none;
   }
.button:hover {
   border-top-color: #006fd7;
   background: #006fd7;
   color: #ffffff;
   text-decoration:none;
   }
.button:active {
   border-top-color: #006fd7;
   background: #006fd7;
   }
