/* @group TAGS */* {
	margin: 0;
	padding: 0;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

body {
	font: small/1.6em   Verdana, Arial, Helvetica, sans-serif;
	background: #e5ebec;
	margin: 0;
	padding: 0;
	color: #202525;
}

body, tr, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul, ol {
	margin: 0 0 10px 25px;
}

li {
	list-style: square;
	color: #000000;
	margin-bottom: 4px;
}

dl {
	margin: 0 0 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 3px 10px;
}

p {
	margin: 0 0 15px;
}

h1 {
	font-size: 1.8em;
	margin: 0;
	width: 100%;
}

h2 {
	font-size: 1.5em;
	margin: 8px 0 10px;
}

h3 {
	font-size: 1.35em;
	margin: 6px 0 5px;
}

h4 {
	font-size: 1.25em;
	margin: 4px 0;
}

h5 {
	font-size: 1.15em;
	margin: 3px 0;
}

h6 {
	font-size: 1.1em;
	margin: 0;
}

hr {
	display: none;
}

input {
	margin-bottom: 3px;
}

img {
	border: none;
}

acronym {
	border-bottom: 1px dotted;
}

blockquote {
	margin: 0 25px 20px 25px;
	font-style: italic;
}

div, #wrapper h2, #header h1, #wrapper p, #header p, #footer p, div p {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

MTBlogIfCCLicense {
	display: none;
}

/* @end */

/* @group STRUCTURE */

#container {
}

#container p {
	margin-bottom: 12px;
}

#header {
	background: url(images/headerbg.jpg);
	padding: 10px;
	margin-bottom: 4px;
	width: 100%;
	height: 35px;
}

#menubar {
	width: 100%;
	height: 25px;
	padding: 0;
	margin: 0 0 15px 30px;
	clear: both;
	overflow: auto;
}

#maintextwrapper {
	width: 100%;
	float: left;
	clear: both;
}

#maintext {
	padding: 0 20px 20px;
	margin: 0 240px 20px 215px;
	border-left: 1px solid #afa5a5;
	border-right: 1px solid #afa5a5;
	overflow: auto;
}

#leftcol {
	padding: 0 20px 20px 40px;
	font-size: .88em;
	line-height: 1.3em;
	position: absolute;
	left: 0;
	width: 150px;
	clear: both;
	overflow: auto;
}

#rightcol {
	padding: 10px 20px 20px;
	width: 200px;
	font-size: .88em;
	line-height: 1.3em;
	position: absolute;
	right: 0;
	overflow: auto;
}

* html #rightcol {
	margin-left: -250px;
}

#footer {
	clear: both;
	height: 30px;
	margin-left: 40px;
	font-size: .8em;
	line-height: 1.6em;
	margin-right: 40px;
	text-align: center;
	border-top: 1px solid #ada5a5;
	padding: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group HEADER */

#header h1 {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1em;
}

#header h1 span {
	background: url(images/header.jpg) no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

#header h2 {
	display: inline;
	font-size: .8em;
}

/* @end */

/* @group MENUBAR */

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menubar li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 25px;
	float: left;
	color: #bdb3b3;
}

#menubar li a {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .88em;
}

/* @end */

/* @group CONTENT */

#leftcol h4, #rightcol h4 {
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid #bcb1b1;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
	padding-bottom: 3px;
}

h4.date {
	color: #62797b;
	font-size: .89em;
	text-transform: uppercase;
	border-bottom: 1px solid #bcb1b1;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
	padding-bottom: 3px;
}

#maintext h2 {
	margin-top: 10px;
}

.byline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}

.entryfooter, .posted {
	padding-bottom: 20px;
}

/* @end */

/* @group CLASSES */

.spacebefore {
	margin-top: 18px;
}

/* @end */

/* @group LINKS */

a:link {
	text-decoration: underline;
	color: #008ac0;
}

a:visited {
	text-decoration: underline;
	color: #c7975d;
}

a:hover {
	text-decoration: none;
	color: #53add3;
}

a:active {
	text-decoration: none;
	color: #e1bd93;
}

#maintext p a {
	font-weight: bold;
}

#maintext p.posted a {
	font-weight: normal;
}

/* @end */

