* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: darkblue;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #3E9722;
}

a:hover {
	text-decoration: underline;
	color: #E58C24;
}


h2 a, h2 a:visited  {
	text-decoration: none;
	color: #ffffff;
}

h2 a:hover {
	text-decoration: underline;
}



img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
	font-family:  Tahoma; 
	font-size:  12px; 
}

.boxed .title, .boxed .title2 {
	background: #3C74E6 url(img06000.gif) repeat-x;
}

.boxed .title h2, .boxed .title2 h2 {
	height: 28px;
	padding: 12px 20px 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed h2 {
	height: 28px;
	padding: 12px 0 0 0;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #000000;
}



.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(img07000.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	background: #3C74E6 url(img06000.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(img07000.gif) repeat-x;
}

/* Header */

#header {
	width: 920px;
	height: 80px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	background: #ffffff url(img01000.htm) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	width: 440px;
	height: 40px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 45px 0 0 0;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 42px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(img03000.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(img04000.gif);
}

#menu .active a {
	background-image: url(img05000.gif);
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(img02000.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 480px;
	padding-left: 20px;
}

/* Content > Main > Welcome */

#welcome {
}

#welcome img {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 3px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar .boxed .title h2 {
	background: url(img08000.gif) no-repeat;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 200px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: url(img10000.gif) no-repeat right top;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(img02000.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

a img{ border:none; }