html{
	font: 125% Arial, Helvetica, sans-serif;
	height:100%;
}

body {
  /** height:100%; **/
  width:100%;
  background-color: #333;
  margin: 0px; padding: 0px; font-size: 50%;
  text-align: center; /* centers layout in IE5 */
}

*{margin: 0px;padding: 0px;}

div#mainwrap {
	margin-left:auto;
	margin-right:auto;
  	height:100%;
	width:750px;
	padding: 0px;
	background-color:#FFFFFF;
	text-align:left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image:url(images/pinstripe.gif);
	background-attachment:scroll;
	background-repeat:repeat-x;
}
img#logo{
	position:relative;
	top:-51px;
	left:38px;
}


div#navbar{
	height: 14px;
	padding-left:250px;
	padding-top:38px;
	padding-bottom:19px;
	clear:right;
}

div#leftcol{
	float:left;
	width:573px;
	clear:none;
}

div#rightcol{
	float:left;
	width:177px;
	height:100%;
	
}


div#maintext{
	width:395px;
	margin-left:123px;

}



img.hdr{
	clear:right;
	margin-bottom: 1.5em;
}

img.sideimage{
	margin-bottom: 15px;
}


.highlight{
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
}

.quote{
	width:138px;
	background-image:url(images/openquote.gif);
	background-repeat:no-repeat;
	margin-left: 10px;
	padding-left:15px;
	padding-right:10px;
}

.quote p{
	font-size: .9em;
	line-height: 1.4em;
	color: #622500;
}

div .attribution{
	background-image:url(images/attr_dashes.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:10px;
	width:113px;
}

h2 {
	font-size: 1.2em;
	font-weight:bold;
	color: #FFF;
	margin: .6em 0 .2em 0;
}

h3{
	font-size: 1.1em;
	font-weight:bold;
	color: #FFF;
	margin: .6em 0 0 0;
}

p{
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.8em;
	color: #F7EDBC;
	margin-bottom: 1em;
}

li {
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.8em;
	color: #F7EDBC;
	margin: 0 0 .1em 3em;
}

strong{
	font-weight:bold;
	color:#FFF;
}
a:link{
  text-decoration:underline;
  color:#FCBB20;
}
a:visited{
  text-decoration:underline;
  color:#CA961A;
}
a:hover{
  text-decoration:underline;
  color:#FFD87B;
}
a:active{
  text-decoration:underline;
  color:#FFF;
} 