body {
	font-family: Helvetica, sans-serif;
	text-align: center;
	font-size: 0.75em;
	/*background-color: #b0b0b0;*/
	background-color: white;
	color: #505050;
}

table {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	color: #505050;
}

.boxtitle {
	font-weight: bold;
}

.datatag {
	font-weight: bold;
}

a:link {
	color: #505050;
	text-decoration: none;
}

a:visited {
	color: #505050;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: blue;
}

a:active {
	text-decoration: none;
	color: blue;
}

img {
	border: 1px solid black;
}

.page {
	text-align: center;
	width: 750px;
	margin: auto;
	border: 2px solid #b0b0b0;
	background-color: white;
}

.leftframe {
	width: 500px;
	float:left;
}

.leftcolumn {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	width: auto;
}

.rightframe {
	margin-bottom: 25px;
	width: 150px;
	background-color: white;
	border: 1px solid #e0e0e0;
	float: right;
	/*margin-right: 50px;*/
	position: relative;
	left: -50px;
}

.rightvertspace {
	margin-right: 25px;
	height: 50px;
	width: 150px;
	float: right;
}

.rightboxtext {
	text-align: center;
	margin:15px;
	width: auto;
}

.imagewidth {
	margin-left: auto;
	margin-right: auto;
	padding-top:25px;
}

.caption {
	font-size: 0.75em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.lefttext {
	text-align: left;
	float: left;
	width: 49%;
}

.righttext {
	text-align: right;
	float: right;
	width: 49%;
}

.title {
	font-weight: bold;
}

.date {

}

.discussion {
	text-align: justify;
}

.discussion a:link, .discussion a:visited, .discussion a:hover, .discussion a:active {
	text-decoration: underline;
}

.comment-body a:link, .comment-body a:visited, .comment-body a:hover, .comment-body a:active {
	text-decoration: underline;
}

.horizrule {
	color: #b0b0b0;
}

.vspace {
	padding-top: 20px;
}

div.spacer {
	clear: both;
}

div.imagetopspacer {
	clear: both;
	height: 10px;
}

.comment-title {
	font-weight: bold;
	text-align: left;
}

.comment-body {
	text-align: left;
}

.comment-footer {
	text-align: right;
	font-size: 0.75em;
}

.comment-form-title {
	font-weight: bold;
}

.comment-form {
	text-align: left;
}

.newsframe {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 15px;
	border: 1px solid #e0e0e0;
}

.newstitle {
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
	color: red;
}

.newstext {
	text-align: justify;
}

.img-shadow-1 {
  display: block;
  position: relative;
  left: 10px;
  /*background: #e0e0e0;*/
  background: url("http://www.chromalark.com/images/shadow.gif") no-repeat bottom right;
}

.img-shadow-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: url("http://www.chromalark.com/images/shadow_bl.gif") no-repeat bottom left;
}

.img-shadow-3 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background: url("http://www.chromalark.com/images/shadow_tr.gif") no-repeat top right;
}

.img-shadow-inner {
  display: block;
  position: relative;
  top: -10px;
  left: -10px;
  background-color: #fff;
  border: 1px solid #909090;
}

.img-shadow-inner img {
  margin: 10px;
  border: none;
}