body {
	/*background-image: url('http://factormystic.net/gradient-top=162f71-bottom=32669f.gif');*/
	/*background-color: #32669f;*/

	/*background-image: url('http://factormystic.net/gradient-5f9de3-to-a8bfd9.gif');*/
	/*background-color: #a8bfd9;*/

	/* background-color: #4B80DF */
	background-color: #F1F1F1;

	background-repeat: repeat-x;
	font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
	font-size:12pt;
}

img {
  border: 0;
}

hr {
	margin-top:-4px;
}

.center-block {
	width:1024px;
	margin: 48px auto;
	margin-bottom: 10px;
}

.content-block {
	background-color:#ffffff;
	border: 1px solid rgba(128, 128, 128, 0.5);

	/*
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 6px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 6px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 6px 0;
	box-shadow: rgba(0, 0, 0, 0.4) 0 1px 6px 0;
	*/
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);

	padding:5px 20px;
	min-height:380px;
}

.content-title {
	font-size:20pt;
	font-weight:bolder;
	text-align:right;
}

.offset-content {
	margin-left:140px;
}

.home-table {
	width:100%;
}

.home-table td {
	height: 150px;
	width: 150px;
	border: 2px solid gray;
}

.footnote {
	font-size:8pt;
	margin: 0 auto;
	max-width: 1024px;
}

.indent {
	margin-left:20px;
}

.left {
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	display:block;
}

.right {
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
	display:block;
}

a {
	text-decoration:none;
}

.nav {
	cursor:pointer;
	color:gray;
}

.top {
	font-size:15px;
	font-weight:bold;
}

.sub {
  font-family: 'Segoe UI Light';
	font-size:24px;
	font-weight:normal;
}

.social_table a {
	font-size:30px;
	text-decoration:none;
	color:gray;
}

.browse {
  font-family: 'Segoe UI Light';
	font-size: 23px;
	padding-top: 0px;
	padding-right: 0px;
  margin-top:20px;
}

.browse a {
	font-size:11pt;
	margin-left:10px;
}

.top a, .sub a {
	margin-right:1em;
}

.top a:link, .top a:visited, .sub a:link, .sub a:visited, .browse a:link, .browse a:visited {
	color:gray;
}

.top a:hover, .sub a:hover, .browse a:hover {
	color:#AFAFAF;
}

.top a:active, .sub a:active, .browse a:active {
  color:black;
}

#comments {
  /* background:#889fb9; */
  padding:10px;
}
