body {
    background: #ffffff;
	font-family: "Georgia", Helvetica, sans-serif;
	color:#000000;
	font-size: 20px;
        margin:0;
}

h1 {
font-size:25px;
line-height:27px;
}

h2 {
font-size:20px;
line-height:18px;
}

h3 {
font-size:15px;
line-height:13px;
}

#smleft {
font-size:12px;
font-style:italic;
text-align:left;
padding-left:5px;
}

#smcenter {
font-size:12px;
font-style:italic;
text-align:center;
padding-left:5px;
}

#stylenote {
font-size:15px;
text-align:left;
padding-left:5px;
}

#stylecolumn p {
font-size:10px;
line-height:12px;
text-align:left;
width:130px;
padding-left:10px;
}


/* top image of boxes */


#bgheader {
    width:980px;
    background: transparent url(../images/common/header_writers_top.png) no-repeat center top;
    height:190px;
}

#bgcontent {
    width:980px;
    background: transparent url(../images/common/header_writers_mid.png) repeat-y center top;
    padding-top:5px;
}

#bgfooter {
    width:980px;
    background: transparent url(../images/common/header_writers_bot.png) no-repeat center bottom;
    height:46px;
}

#bgleftcol {
    width:710px;
    padding-right; 10px;
    background-color: #ffffff;
}

#bgrightcol {
    width:180px;
    height:38px;
    background: transparent url(../images/common/col-top2.gif) no-repeat;
}

#bgrightcol2 {
    width:180px;
    background: transparent url(../images/common/col-bot.gif) repeat-y;
}




ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	list-style: none;
	padding-left: 5px;
        line-height:22px;
}

/* IMAGES */
.img_left {
float:left;
padding: 5px;
margin: 0;
}

.img_right {
float:right;
padding: 5px;
margin: 0;
}

/*  A Links */

a:link, a:visited, a:active {
	color: #8b0000;
        font-size:14px;
        line-height:16px;
	text-decoration: none;
        font-variant: small-caps;
	}

a:hover {
	color: #97a46f;
        font-size:14px;
        line-height:16px;
	text-decoration: none;
        font-variant: small-caps;
	}

