@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #6B733E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bkgd_left.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
} 
.twoColFixLtHdr #container #header{
	color: #F2D1A6;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #423B30;
} 
.twoColFixLtHdr #container #mainContent{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 1.2em;
	color: #423B30;
	background-color: #FFF;
	list-style-type: square;
} 
.twoColFixLtHdr #container #mainContent h1 {
	color: #6B733E;
	text-align: left;
	font-weight: bold;
	font-size: 1.9em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent h2 {
	text-transform: none;
	color: #6B733E;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent p img {
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: normal;
	background-color: #423B30;
	text-align: center;
	border: thick inset #6B733E;
	overflow: auto;
}

.twoColFixLtHdr #container #mainContent a  {
	text-decoration: none;
	color: #33F;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #930;
}
.twoColFixLtHdr #container #mainContent a img {
	text-decoration: none;
	border: medium none #423B30;
}

.twoColFixLtHdr #container #mainContent ul {
	list-style-type: square;
}
.twoColFixLtHdr #container #mainContent ul li {
	line-height: 1.2em;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent table tr td{
	font-size: .9em;
	line-height: 1em;
	text-align: center;
	padding: 5px;
}
.twoColFixLtHdr #container #sidebar1{
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #423b30;
	color: #E5D29A;
}
.twoColFixLtHdr #container #sidebar1 p {
	background-color: #423b30;
	color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.2em;
}
.twoColFixLtHdr #container #sidebar1 p a:link {
	color: #423B30;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 0px;
	background-color: #ABA971;
	display: block;
	width: 140px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 p a:hover {
	color: #423B30;
	text-decoration: none;
	background-color: #e5d19b;
}
.twoColFixLtHdr #container #sidebar1 p a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	font-size: 1em;
	line-height: 1.7em;
	text-transform: uppercase;
	color: #FFF;
	list-style-type: none;
	margin-left:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 ul li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.twoColFixLtHdr #container #sidebar1 ul a:link {
	color: #423B30;
	text-decoration: none;
	margin-left: 0px;
	background-color: #ABA971;
	display: block;
	width: 140px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 ul a:visited {
	color: #423B30;
	text-decoration: none;
	background-color: #ABA971;
	display: block;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 ul a:active {
	color: #423B30;
	background-color: #6B733E;
	display: block;
	width: 140px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 ul a:hover {
	color: #423B30;
	text-decoration: none;
	background-color: #e5d19b;
}
.twoColFixLtHdr #container #footer{
	padding: 0 10px 0 20px;
	background-color: #ABA971;
	color: #E5D19B;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #423B30;
} 
.twoColFixLtHdr #container #footer p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	text-align: center;
	color: #423B30;
}
.twoColFixLtHdr #container #footer p a {
	color: #423B30;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1.0em;
}
.twoColFixLtHdr #container #footer p a:hover {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.green {
	color: #060;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent h5 {
	text-transform: lowercase;
	color: #423B30;
	font-size: 0.7em;
	line-height: normal;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 0px;
}
.twoColFixLtHdr #container #portfolionav {
	color: #423B30;
	margin-top: 2px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: -20px;
	border: thin none #423B30;
	background-color: #FFF;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 p img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent table tr td ul {
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	padding: 5px;
	list-style-position: inside;
	list-style-type: square;
}
.twoColFixLtHdr #container #mainContent table th {
	font-size: 1.4em;
	line-height: 1em;
	text-align: left;
	padding: 8px;
	list-style-position: inside;
	list-style-type: square;
	background-color: #E5D29A;
	color: #423B30;
}
.blitzbuild {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	overflow: auto;
	height: 332px;
	margin: 0px;
	border: thin solid #423B30;
	padding: 10px;
}
