@charset "utf-8";
/* CSS Document */
#header, #navbox, #box2, #footer, #nav, #box2upper, #box2lower .topnav{
	display:none
}

  #printHeader{ display:block; border:1px solid #394873; font-family:Arial, Helvetica, sans-serif; color:#000000; }
}

html, body {
}

body {
    margin: 0;
    padding: 0;
	background-color:fff;
}	

body p {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	color:000;
}

#container {
	width:80%;
}


	
#content {
	padding-left:0; width:100%;
}
#content .SubHeading {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFCC;
	margin: 0 0 .5em 0;
	padding: 0;
	background-color: #936f17;
	border: thin solid #936F17;
	padding:2px 5px;
}
/*#content p{
	padding: 0 5px;
	font-size:.9em;
}*/
#content a:link, #content a:visited, #content a:active {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color:#0033CC;
	text-decoration:underline;
} 
#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EC5003;
	text-decoration: none;
}

/*From here down, the #content entries are to help match pages from TechWeb*/
#content .elegant{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
#content allCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	border: thin dotted #000099;
}
#content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#content h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}

#content h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}

#content .dropCap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
	vertical-align: baseline;
}

#content .tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

#content .tinytext a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}

/*end of #comment entries from techweb style sheet (layout.css)*/

.left
{
        float: left; /*left in our text*/
        margin: 3px; /*space around the image*/
}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}

	
