<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.jpg) repeat-x center top;
	font-size: 13px;
	color: #000;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-variant: normal;
}

h1, h2, h3 {
	font-weight: normal;
	color: #000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dotted #000;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}
/* Logo */

#logo {
	width: 900px;
	height: 197px;
	margin: 0 auto;
	background: url(../images/top_2012a.jpg) center top;
}

#header h1, #header p {
	margin: 0;
	color: #000000;
}

#header h1 {
	padding: 40px 0 0 70px;
}

#header p {
	padding-left: 73px;
	margin-top: -10px;
}
#header a {
	color: #E6B715;
}

/* nav */

#nav {
	width: 900px;
	height: 40px;
	margin: auto;
}
.nav {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	text-shadow: black 2px 2px 5px;
	top: 10px;
	position: relative;
	font-weight: bold;
}
.nav a {
	color: #fff;
}

.nav a:hover {
	color: #ffcc00;
	border-bottom: 1px dotted #fff;
}

/* undernav */

#undernav {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../images/under_nav_03.jpg);
}
.undernav {
	margin: 0;
	color: #fff;
	text-align: center;

}


/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	float: left;
}

.content {
	margin: 0;
	color: #000;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;

}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	height: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #030;
}

/* right_side */

#sidebar {
	width: 250px;
	float: right;
	padding-left: 20px;
	border-left: 1px dotted #000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	border-bottom: 1px dotted #ccc;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #fff;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 40px;
	height: 40px;
	background: url(images/img04.gif) no-repeat left 60%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(images/bottom.gif) no-repeat left top;
	text-align: center;
	font-size: 11px;
	color: #000;
}

.footer a {
	color: #333;
}

.footer a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

/* Acordion */

#acordion {
	width: 600px;
	margin: 0 auto;
	float: left;
	text-align: left;
}

.acordion_head {
	margin: 5px 0;
	color: #cc0000;
	font-weight: bold;
}

.acordion_body {
	margin: 0;
	color: #000;
}
</pre></body></html>