@media print {
body {
	background:white; 
	color: black;
     font-size:10pt; 
     margin:0;
	text-align: left;
}

#navbar{
 	display: none 
 }
 
#header, #footer { 
	display: none;
 }
 
#wrapper {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 2px solid black;
	border-right: 2px solid black;
	background: url(images/bg_main.gif) repeat-y 0 0;*/
}

a {
	color: black;
}

#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline 
	  }

.blockquote p {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
	  
 
h2 {
	font-size: 16pt;
	text-align: center;
	margin-bottom: 25px;
}
	  
.subheader {
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: .05em;
	margin-bottom: 3px;
	padding: 0;
	text-decoration: underline;
}
	  
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; }
	  
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}


#main {
	float: left;
	width: 549px;
	overflow: visible;
}

#content {
	padding: 1em 2.5em 1em 1.5em;
	text-align: justify;
}

.post {
	margin: 0 0 1em 0;
}


.post ul, ol {
	margin: -13px 0 0 0;
	padding-left: 25px;
}


.center {
	text-align: center;
	font-size: .88em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 5px;
}

.emtext {
	font-style: italic;
}

.current_page_bullet {
	padding-left: 10px;
	margin-right: 1em;
	background: url(images/arrow_blue.gif) left no-repeat;
}

.other_page_bullet {
	padding-left: 12px;
	margin-right: 1em;
	background: url(images/gray_bullet.gif) left no-repeat;
}

#sidebar {
	/*float: right;*/
	position: absolute;
	top: 50px;
	right:20px;
	width: 149px;
	/*margin-top: 50px;*/
}

.menu {
	text-align: left;
	margin: 10px;
	border: 3px double black;
/*	background-color: #F6F0DD;*/
	padding: 0 8px 8px 8px;
}

.menu h2 {
	font: 1em Georgia, "Times New Roman", serif; 
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	/*margin-bottom: .3em;
	margin-left: -4px;
	padding-left: 25px;
	padding-bottom: 1px;
	background: url(images/icon_small.gif) no-repeat left;
	color: #004499;*/
}

.menu h3 {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	margin: 0 0 3px 0;
}

.menu a, a:visited, a:active {
	text-decoration: none;
	border-bottom: none;
}

.menu ul {
	font-size: .8em;
	margin: 0;
	padding-left: 20px;
	/*margin-left: 1em;
	margin-bottom: .5em;
	list-style-type: none;
	line-height: 1.2em;*/
}

.menu ul li a {
	/*background-image: url(images/li3.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	padding-left: 5px;
	padding-right: 3px;
}

.menu ul li a:hover {
	/*background-image: url(images/li2.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	padding-right: 3px;
}

.menu ul li a:visited {
	/*background-image: url(images/li3.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	padding-right: 3px;
}

#privacy {
	margin-left: -.2em;
	padding: 0;
	text-align: justify;
	font-size: .9em;
	text-indent: 0;
}