html {
	overflow-y: scroll;
}
body {
	background-color: #FFFAEC;
	text-align: center;
}
#wrapper {
    background-color: #fffaec;
	position: relative;
	width: 800px;
	height: auto;
	margin: 0px auto;
	}
#pagecontent {
	width: 800px;
	top: 0px;
	margin: 0px auto;
	}
.smtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	
}
a:link, a:visited {text-decoration:none;
	color: #880000;
}
a:hover, a:active {
	text-decoration: underline overline;
	color: #660066;
	}


.htext {
	color: #234874;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.stdbold {
	color: #2B568C;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
}

p {
	margin: 0.6em 0.3em 0.3em;
	color: #234874;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
}

.dropcap {
	float:left;
	color:#003366;
	font-size:42px;
	line-height:32px;
	font-family: Times, serif, Georgia;
	padding-top: 1px;
	padding-right: 2px;
} 
h5 {
	font: italic 10px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}

.topic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #234874;
	font-variant: normal;
	text-transform: none;
}
div#piccap {
	margin:8px;
	border: 0px solid #dddddd;
	font: italic .7em/1.4em Georgia, "Times New Roman", Times, serif
	display: block;
	padding: 3px;
	height: auto;
	width: auto;
	color: #999999;
}
/*span class="picture left" style="width:278px;"> <img src="xx.jpg" width="276" height="120" alt="zz" /> <br />Image Caption goes here. </div */
.picture {
	border: 0px solid #CCCCCC;
	margin:8px;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.4em;
	color: #666666;
	align: center;
}
.picture img {
    border: 0px solid #CCCCCC;
    vertical-align:middle; margin-bottom: 3px; 
	}
.right { 
    margin: 0.5em 0pt 0.5em 0.8em; 
	float:right;

	}
.left { 
   margin: 0.5em 0.8em 0.5em 0;
   float:left; 
   }
