@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


h1 
	{
        display: none;
	}

h2 {
	font-size: 20px;
	color: #000000;
}

h3 {
	font-size: 13px;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
}

p {
}

ul {
}

ol {
}


a 	{
	color: #FF0000;
	}

a:hover 
	{
	text-decoration: none;
	}


img 
	{
	border: none;
	}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}



#heading
	{
	width: 1200px;
	margin: 0 auto;
	height: 147px;
	overflow: hidden;
	}

#heading h1
	{
        display: none;
	}

.NoPrint
	{
        display: none;
	}

#NoPrint
	{
        display: none;
	}
	


/* Logo */

#logo 
	{
	width: 900px;
	margin: 0 auto;
	}

#logo h1 {
	float: left;
	padding: 10px 0 0 0;
}

#logo h2 {
	float: right;
	padding: 90px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 20px;
	}

#logo a
	{
	}




/* Page */

#bg {
}

#page {
	width: 750px;
}

#page_full {
	width: 750px;
}

/* Content */

#content {
	float: left;
	width: 750px;
}


#content .content {
}

#content_full {
	float: left;
	width: 625px;
}


#content_full .content {
}

/* Posts */

.post h1.title {
	margin: 25px 0 20px 0;
	background: url(../images/newsite/img07.gif) no-repeat left center;
}

.post h2.title {
	margin: 40px 0 5px 0;
	background: url(../images/newsite/img07.gif) no-repeat left center;
    padding: 0 0 0 40px;
}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post h2.subtitle {
	margin: 40px 0 5px 0;
    padding: 0 0 0 40px;
   	font-size: 16px;

}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

.post .imgLeft
	{
	float: left;
	margin-right: 10px;
	}

.post .imgRight
	{
	float: right;
	margin-left: 10px;
	}

.post th
	{
	text-decoration: underline;
	}

.post .entry 
	{
	padding-left: 40px;
	}

.post .entry .firstword
	{
	color: red;
	font-weight: bold; 
	}

.post .entry .boldword
	{
	font-size: 14px;
	color: #000000;
	font-weight: bold; 
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4A5157;
}

.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 34px;
	background: #C80000 url(images/img05.gif) no-repeat;
	text-transform: lowercase;
	font-size: 15px;
	color: #FFFFFF;
}

.box .content {
	padding: 26px;
	background: url(images/img06.gif) repeat-x;
}

.box ul {
	list-style: none;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/* Footer */

#footer {
	padding: 35px 0;
	font-size: 12px;
	float: left;
}

#footer p {
	margin-bottom: 0;
	text-align: left;
}

a.button
	{
        display: none;
	}

a.buttonwide
	{
        display: none;
	}

