html, body {
font-family: "trebuchet MS", trebuchet, verdana, arial, sans-serif;
padding: 0;
margin:0;
line-height: 130%;
background-color: #EBEDEC;
color: #000;
}

h1, h2, h3 {
line-height:140%;
}

.comm {
border: 1px solid gray;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
}

.count {
background-color:rgba(255,140,0, 0.3);
float:right;
}

table
 {
 table-layout:fixed;
 }

#header {
background: #90C6CA url(/images/uploads/mr_top_backgr.jpg) repeat-x;
color: #006;
padding: 0px 0px 0px 0px;
margin-top: 0px;
margin-bottom: 0px;
height: 110px;
}

a:link { color: #212941; text-decoration: underline; }
a:hover { color: #fff; background: #212941; text-decoration: none; }
a:visited { color: #212941; text-decoration: underline; }
a:hover { color: #fff; background: #212941; text-decoration: none; }

p, table {
font-size: 14px;
}

p.underline {
text-decoration: underline;
font-style: italic;
}

.navbar {	
	background: #D9E1E5 url(/images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 31px;
}
.navbar a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1em sans-serif;
	line-height: 31px;
	padding: 0 20px;
	text-decoration: none;
}
.navbar a:hover {background-position: left bottom; color: #234;}

.rightcolumn {
background-color: #CAE6E1;
line-height: 130%;
font-size: 90%;
}

.rightcolumn p {
padding-left:5px;
}

#leftcolumn {
line-height: 130%;
margin: 0;
}

#leftcolumn p {
padding-left:5px;
font-size: 90%;
line-height: 130%;
}

#leftcolumn p.bold {
font-size: 90%;
font-weight: bold;
}

#leftcolumn ul {
list-style-type: square;
font-size: 90%;
}

#leftcolumn li {
text-align: left;
font-size: 90%;
}

.sidetitle {
font-size: 120%;
color: #2c352f;
margin: 0;
padding-top: 5px;
padding-left:5px;
}

.box {
background: #CAE6E1;
color: #000;
margin: 0;
}

.box h2 {
font-size: 120%;
color: #2c352f;
background-color: #90C6CA;
margin: 0;
padding: 5px 5px;
border-bottom: 1px solid #666;
}

.box h2:hover {cursor:pointer; background-color:gray;}

.box a:link { text-decoration: underline; color: #006; }
.box a:hover { background: #006; text-decoration: none; color: #fff; }
.box a:visited { text-decoration: underline; color: #006; }
.box a:hover { background: #006; text-decoration: none; color: #fff; }

.boxb {
background: #90C6CA;
color: #000;
margin: 0;
}

.boxb a:link { text-decoration: underline; color: #006; }
.boxb a:hover { background: #006; text-decoration: none; color: #fff; }
.boxb a:visited { text-decoration: underline; color: #006; }
.boxb a:hover { background: #006; text-decoration: none; color: #fff; }

.main{
margin: 5px 25px 5px 0px;
text-align: justify;
line-height: 140%;
}

.center {
text-align: center;
}

blockquote {
border-left: 2px solid #90C6CA;
padding-left: 10px;
}

ol, ul {
font-size: 14px;
margin-top: 3px;
margin-bottom: 3px;
margin-right: 15px;
}

li {
color: #000;
}

.content img {
border: 1px solid black;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.code {
font-family: courier, monospace;
font-size: 100%;
text-align: left;
margin: 1px 10px 1px 10px;
padding: 1px 5px 1px 5px;
background: #ccc;
border: 1px solid #000;
}

.date {
font-size: 90%;
color: #000;
text-align: left;
}

.title {
font-size: 130%;
color: #212941;
text-align: left;
line-height:140%;
margin-top: 5px;
}

.subtitle {
font-family: "trebuchet MS", trebuchet, verdana, arial, sans-serif;
font-size: 80%;
color: #000;
text-align: left;
}

.entries {
font-size: 90%;
text-align: justify;
line-height: 140%;
}

.noentries {
font-size: 80%;
text-align: justify;
line-height: 140%;
background: #fff;
margin-top: 10px;
padding: 5px 5px 5px 5px;
}

.posted {
margin-top: 10px;
margin-bottom: 30px;
font-size: 80%;
text-align: left;
} 

.commentposted {
margin-top: 5px;
margin-bottom: 10px;
font-size: 80%;
text-align: left;
}

.trackbacktitle {
font-size: 90%;
padding:  5px 5px 5px 5px;
font-weight: bold;
background: #212941;
color: #fff;
text-align: center;
border: 1px solid #000;
line-height: 110%;
}

.paginate {
font-size: 90%;
font-weight: normal;
letter-spacing:	.1em;
padding: 10px 6px 10px 4px;
margin-left: 25px;
color: #424644;
}

.pagecount {
font-size: 90%;
color: #424644;
font-weight: normal;
}

/*End body and header code*/

/*Begin buttons, textarea, and miscellaneous*/

.checkbox {
margin: 3px;
padding: 0;
border: 0;
}

textarea {
border: 1px solid #999;
background-color: #e3e3e3;
color: #000;
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 11px;
margin-top: 3px;
margin-bottom: 3px;
}

input.gray {
border: 1px solid #999;
background-color: #E3E3E3;
}

input.gray:hover, textarea:hover { 
border-color: #000; 
}

input.gray:focus, textarea:focus {
border: 1px solid #212941;
color: #333;
background: #fff;
}

/*End buttons, textarea, and miscellaneous*/

/*Begin footer code*/

.clear {
clear: both;
}

#footer {
background-color: #CDCDB4;
line-height: 140%;
color: #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
font-size: 100%;
text-align: right;
padding: 2px 10px 2px 0;
}

.credit {
color: #000;
margin-top:0px;
padding-top: 3px;
font-size: 11px;
text-align: right;
line-height: 140%;
}

.credit a:link, .credit a:visited {
color: #212941;
text-decoration: underline;
}

.credit a:hover {
color: #fff;
background: #212941;
text-decoration: none;
}

/*End footer code*/

.buttonMode {
		 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
		 font-size:         10px;
		 color:             #73769D;
		 background-color:  transparent; 
		 white-space: 		nowrap;
		}

		.htmlButtonOuter, .htmlButtonOuterL {
		 background-color:  #f6f6f6;  
		 padding:           0;
		 border-top:        #333 1px solid;
		 border-right:      #333 1px solid;
		 border-bottom:     #333 1px solid;
		}
		.htmlButtonOuterL  {
		 border-left:       #333 1px solid;
		}
		.htmlButtonInner {
		 background-color:  transparent; 
		 text-align:		center;
		 padding:			0 3px 0 3px;
		 border-left:       #fff 1px solid;
		 border-top:        #fff 1px solid;
		 border-right:      #ccc 1px solid;
		 border-bottom:     #ccc 1px solid;
		}
		.htmlButtonOff {
		 font-family:       Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
		 font-size:         11px;
		 font-weight:       bold;
		 padding:           1px 2px 2px 2px;
		 white-space:       nowrap;
		}
		.htmlButtonOff a:link { 
		 color:             #000;
		 text-decoration:   none;
		 white-space:       nowrap;
		}
		.htmlButtonOff  a:visited { 
		 text-decoration:   none;
		}
		.htmlButtonOff a:active { 
		 text-decoration:   none;
		 color:             #999;
		}
		.htmlButtonOff a:hover { 
		 background-color:	#fff;
		 text-decoration:   none;
		 color:             #999;
		}
		.htmlButtonOn {
		 font-family:       Verdana, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
		 font-size:         11px;
		 font-weight:       bold;
		 background:        #f6f6f6;
		 padding:           1px 2px 2px 2px;
		 white-space:       nowrap;
		}
		.htmlButtonOn a:link { 
		 color:             #990000;
		 text-decoration:   none;
		 white-space:       nowrap;
		}  
		.htmlButtonOn  a:visited { 
		 text-decoration:   none;
		} 
		.htmlButtonOn a:active { 
		 text-decoration:   none;
		 color:             #999;
		}
		.htmlButtonOn a:hover { 
		 background-color:	#fff;
		 color:             #999;
		 text-decoration:   none;
		}

#GB_overlay {
  background-image: url(/uploads/jq/overlay.png); 
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay { /* ie6 hack */
  background-color: #000;
  position: absolute;
  background-color: transparent;
  background-image: url(/uploads/jq/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/uploads/jq/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: fixed;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

* html #GB_window { /* ie6 hack */
position: absolute;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

.left-float {float:left;padding:0 15px 0 0;}