body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #C3B59B;
}
h1 {
	font-size: medium;
	color: #5C7785;
}
h2 {
	font-size: small;
	color: #5C7785;
	text-transform: uppercase;	
}
h3 {
	font-size: small;
	color: #5C7785;
}
h4 {
	font-size: small;
	color: #5C7785;
	font-style:italic;
}
a:link, a:visited {
	color: #748152;
	text-decoration: underline;
}
a:hover {
	color: #5C7785;
	text-decoration: underline;
}
#pagecontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(/images/writer-bkg.gif);
}
#pagecontainer-home {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	margin-top: 20px;
	background-color: #FFFFFF;
	/*background-image: url(/images/writer-bkg.gif);*/
}
#header {
	height: 106px;
}
#header-home {
	/*background-image: url(/images/kathleen-murray-writer-home.jpg);*/
	height: 190px;
}
#nav {
	/* float: left; 
	font-family: Verdana, sans-serif;
	width: 136px;*/
	margin-top: -50px;
	/*height: 425px; 
	background-image: url(../../images/sidenavbackground.jpg);
	
	background-repeat: repeat-y;
	background-position: left top;*/
	
}
.rightalign {
	text-align: right;
	float: left;
	width: 150px;
}

#footer {
	clear: both;
	background-color: #D1DBE3;
	text-align: center;
	height: 35px; 
	font-size: xx-small;
	padding-top: 5px;
	/*border-top: 1px solid #000000; */
}
#footer-home {
	clear: both;
	background-color: #D1DBE3;
	text-align: center;
	/*height: 118px;*/
	font-size: xx-small;
	padding-top: 90px;
	padding-bottom: 5px;
	background-image: url(/images/writer-footer.jpg);
	background-repeat: no-repeat;	
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#pagecontent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	float: right;
	width: 620px;
	
	
}
.clearboth {
	clear: both;
}
/*.nav_tab {  this is used to position the nav.  An image is used for the background of the navigation 
	margin-left: 1px;
	display: inline;
	text-align: center;
}
.leftfooter {
	float: left;
	height: 35px;
	width: 170px;
	background-color: #972F30;
}*/
.sidebar {
	float: left;
	background-color: #B6C09B;
	
}

.pagebackground { /*on home page only*/
	background-color: #CEDBE3;	
} 
/*.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.sidebarpic {
	background-image: url(../../images/bottomnavpic.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	height: 211px;
	width: 170px;
	margin-top: -211px;
	float: left;
}*/
.nobullet {
	list-style-type: none;
}
.imgborder {
	border: 1px solid #000000;
}
.script {
	font-family: "Lucida Handwriting", "Lucida Calligraphy", Arial;
}

