body	{	background-color:#000000;
			background-image: url('../images/content.gif');
			background-repeat: repeat-y;
			background-position: top center;
			font-family: Arial,Verdana, Helvetica, non-serif;
			color: #000000;
			margin: 0;
			padding: 0;
			text-align: center;}
					
#wrapper {
  position: relative;
  margin: auto;
  text-align: left;
	width: 800px;
}

#header {
	background-image: url('../images/katesteele.jpg');
	background-repeat:  no-repeat;
	background-positon: center top;
	height:295px
}

/*top menu next*/

#main-wrapper {
	position:relative;
	margin:auto;
	width: 800px;
}

#content-wrapper-title {  /* page title*/
   color: #ffffff;
   padding-left:30px;
   padding-right:30px;
   padding-top: 1px;
   padding-bottom: 10px;
   font-size: medium; 
  	width:740px;
}

#content-wrapper { /* main body of page after title */
   color: #ffffff;
   padding-left:30px;
   padding-right:30px;
   padding-top: 20px;
   padding-bottom: 30px;
   font-size: medium;
   text-align:left;
   	width:740px;
}





#main-contentxxx {  /*does not appear to be in use*/
	display: inline; /* fixes a strange ie margin bug */
	position:relative;
	margin:auto;
	width: 800px;
}





#excerpt { /* excerpt; has first line indent */
   color: #ffffff;
   padding-left:30px;
   padding-right:30px;
   padding-top: 20px;
   padding-bottom: 30px;
   font-size: medium;   
   text-indent: 35px;
   text-align: left;
   	width:740px;
}


#footer {
	padding-top: 15px;
	text-align:center;
}


img 	{	
	border:0px;
}
.cover {padding: 0px 10px 10px 0px;	float: left; z-index: 1;}
.nowinprint {margin-left: -30px; align:left; z-index: 5;}

/* headings
----------------------------------------------- */

h1 {
	margin: 13px 0 10px 0;
	padding: 0;
	font-size: 26px;
	color: #000000;
	text-align:center;
}

h3 {
	margin: 13px 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #000000;
}

h2 {
	margin: 13px 0 10px 0;
	padding: 0;
	text-align:center;
	font-size: 16px;
	color: #000000;
}

/* text
----------------------------------------------- */

p{	margin:0px;
	padding-bottom: 5px;
	color: #000000;
}

#footer p {
	margin: 0;
	padding: 15px 0 15px 0px;
	color: #000000;
	text-align:center;
	font-size: 10px;
	line-height: 14px;
}

.logo {padding: 0px; 15px; 0px; 15px;}

/* links
----------------------------------------------- */

a:link {
	color:#103D96;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color:#103D96;
	font-weight: bold;
	text-decoration:underline;
}

a:visited {
	color:#103D96;
	font-weight: bold;
	text-decoration:none;
}

/* dropdown menu

----------------------------------------------- */

.menu {
        padding: 0 3px 0 3px;
        display: inline;
        font-size: 18px;
}

#topmenu {
	padding: 10px 0 30px 0px;
    font-family: Arial;
    color: #fff;
	text-align: center;
}

#topmenu a {
	color: #103D96;
	padding: 0 0 0 10px;
	font-weight:bold;
	text-decoration:none;
}

#topmenu a:hover {
	color: #103D96;
	font-weight:bold;
	height:30px;
	padding: 0 0 20px 10px;
	text-decoration:none;
}

#topmenu a:visited {
	color: #103D96;
	padding: 0 0 0 10px;
	font-weight:bold;
	text-decoration:none;
}

#dropmenudiv {
        position: absolute;
        font-family: Arial;
        font-size: 16px;
        color: #000;
        text-align: left;
        font-weight: normal;
        line-height: 110%;
        z-index: 100;
        width: 120px;
        padding: 0;
        opacity: .85;
        filter: alpha(opacity=85);
        -moz-opacity: .85;
		}

#dropmenudiv a{
        width: 100%;
        display: block;
        font-family: Arial;
        font-size: 16px;
        color: #000;
        text-align: left;
        font-weight: normal;
        line-height: 100%;
        text-indent: 3px;
        padding: 2px 0 2px 0;
	    text-decoration: none;
}

#dropmenudiv a:hover{
		background-color: #fff;
        color: #000;
		font-weight: bold;
				}


