@charset "utf-8";
/* CSS Document */

body {background:white; 
     font-size:10pt; 
     margin:0;
	 font-size:12px;
}
#sidebar img { 
	display:none;
}
#header {
	height:80px;
}

#header #firstHeader #logo {
	display:none;
}

#header #firstHeader #logo img {
}
#siteName {
	font-size:30px;
}
#siteDesc {
	font-size:24px;
}

#breadcrumbs {
	font-size:24px;
}

.wpcf7-form {
	display:none;
}

#searchform {
	display:none;
}


#header #secondHeader {
	display:none;
}

#content { 
	margin-left:0; 
     float:none; 
}

.demo .red { color:black; 
     font-weight:bold }
#content a { 
	font-weight:bold; 
     color:#000066; 
     text-decoration:underline;
	list-style-type: none;
	list-style-image: none;
}
#content #left-col {
	width: 160px;
	float: left;
}

#content #left-col img {
	display:none;
}
.menu_left {
	width:160px;
	padding:0px;
	margin:0px;
}

.menu_left ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding:0px;
	margin:0px;
	padding-bottom:12px;
	/*height:32px;*/
	width:160px;
}

.menu_left li {
	width:150px;
	padding:0px;
	margin:0px;
}

.menu_left ul .current_page {
	list-style:none;
}

.menu_left a, .menu_left a:visited {
	font-size:12px;
}

#sidebar ul li h2 {
	padding:0px;
	margin:0px;
}


#content #right-col {
	width: 500px;
	float: left;
}
#footer, .ad { display:none }

.post h1 {
	padding:0px;
	margin:0px;
	background-image:none;
}

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:0px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }

