/* Start of CMSMS style sheet 'Typo' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;  
		/* Microsoft sans-serif web-fonts: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, Verdana, Arial, "Arial
 Black", Impact */
		/* Macintosh sans-serif web-fonts: "Gill Sans", "New Gothic Std", Futura, Geneva, Myriad, Helvetica
,*/
		font-size: 70%; /*or: xx-small*/
		line-height: 1em;
		color: #4f667e;
	}
	/* clear browser discrepencies*/
	* {	
		font-size:1em; 
		padding:0; 
		margin:0;
	}
	img {
		border: 0;
		margin:5px;
	}
	
/* LINKS */
	a,
	a:link 
	a:active {
		color: #a2aa16;
		background-color: transparent;
		text-decoration: none;
		font-weight:bold;
	}
	a:visited {
		color: #a2aa16;
		background-color: transparent;
	}
	a:hover {
		color: #a2aa16;
		background-color: transparent;
		text-decoration: underline;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 1.5em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
		color: #4f667e;
	}
	h2 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 1.3em 0;
		padding: 0;
		color: #4f667e;
		letter-spacing:0.2em;
		font-weight:normal;
		text-transform:uppercase;
	}
	h2 span{
	padding-bottom:5px;
	padding-right:30px;
	background:url(../../images/sub-line.gif) repeat-x left bottom;
	}
	h2 span.company{
	padding-bottom:0;
	padding-right:0;
	background:none;
	}
	
	h3 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 1.3em 0;
		padding:0;
		color: #4f667e;
	}
	h3 span{
	padding-bottom:5px;
	padding-right:30px;
	background:url(../../images/sub-line.gif) repeat-x left bottom}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
		color: #4f667e;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
		color: black;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
		color: black;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 2.2em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left:10px solid #ddd;
		margin-left:10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
	code {
		font-family: "Lucida Console", "Andale Mono", "Courier New", Courier, monospace;
		font-size: 1em;
		white-space: pre;
	}
/* END TEXT */
	
/* LISTS */
	ul {
		line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
		list-style-image:  url(../../images/bullet01.gif);
		list-style-type: disc;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
	}
	
/* END TYPOGRAPHY */	

div#talk
{
   border:solid 2px #BDC6CB;
   float: right;
   width: 350px;
   margin-left:10px;
}
/* End of 'Typo' */

