html, body {

	background: #777777;

}

body, p, html, table, td {

	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}

#boxmain {

	background: #ffffff;
	
	position: absolute;
	left: 125px;
	right: 125px;
	top: 0px;

}

#boxheader {

	border-bottom: 15px solid #ffffff;

	float: left;
	margin-top: 0px;
	margin-left: 0px;
	
}

#boxcontent {

	border: 3px solid #ffffff;

	clear: right;
	
	margin-top: 79px;
/*	padding-left: 210px;
	padding-right: 5px; */

	padding: 5px;
	margin-bottom: 0px;

	margin-left: 210px;
	
}

#boxmenu {

/*	border: 3px solid #ffffff; */

	float: left;
	clear: both;

	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;

	background: #ffffff;
	
}

#bar {

	border: 1px solid black;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}


.pivot-image {
	/* style for images in entries */
}

.pivot-popupimage {
	/* style for popup-images in entries (thumbnails) */
}

.pivot-popuptext {
	/* style for popup-images in entries (textual links) */
}

.registered {
	background-color: #ff9;
}

#centercolumn {
	border: 0px solid #666;
	margin-left: 201px;
	margin-right: 201px;
	padding: 10px 4px;
}

#header {
	background: #DDE1DE;
	padding: 0px;
	margin: 5px 5px 0px 5px;
	border: 1px solid black;
}

#leftcolumn {
	left: 0px;
	position: absolute;
	width: 200px;
	margin-top: 4px;
}

#rightcolumn {
	position: absolute;
	right: 0px;
	width: 200px;
	margin-top: 4px;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
	font-size: 11px;
	line-height: 16px;
}

#footer {
	clear: right;
	margin-bottom:12px;
}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
	width: 180px;
}

.block h3 {
	background: #a7b6c9;
	color: #26344c;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 1px solid #999;
	font-size: 11px;
}

.block p {
	margin: 0px;
}

.content {
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
}

.entrycontent {
	padding: 12px;
	background: #fff;
	border: 1px solid #999;
}

.content p {
	margin: 4px 2px 4px 2px;
}

h1 {
	font-size: 16px;
	margin: 4px;
	color: #fff;
	display: inline;
}

h2 {
	font-size: 13px;
	border-bottom:1px dashed #999;
	margin:0px;
	padding: 2px;
	color: #26344c;
}

h3 {
	font-size: 13px;
}

h4, .subtitle {
	font-size: 14px;
	margin: 4px;
	color: #fff;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: right;
}

.entryfooter_linkdump {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter a, .date a, .entryfooter_linkdump a, .date_linkdump a {
	text-decoration: none;
	font-weight: bold;
	color: #5c6b8e;
}

.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5c6b8e;
}

a {
/* color:  #253a69; */
color: #26344c;
 text-decoration: none;
}

#boxcontent a {
border-top: 1px solid #26344c;
border-bottom: 1px solid #26344c;
color: #26344c;
 text-decoration: none;
}

a:hover {
 color: #253a69;
 text-decoration: underline;
}

.prevnext_links {
	float: right;
	color: #fff;
}

h1 a, .prevnext_links a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover, .prevnext_links a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}

/* ACCESSIBILITY CHANGES - JM 2004/10/03 */
/* these hide the accessibility tags to stop the layout from changing */

label { visibility:hidden; display:none; }
legend { visibility:hidden; display:none; }
fieldset { border:0; padding:0; margin:0; }

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }

label {
 color: #000000;
}

pre {
 border: solid #98b0c0 3px;
 background-color: #cfcfcf;
}