html,body
{
    margin:0;
    padding:0;
}
body {
		font-family: Georgia, Times, "Times New Roman", serif;
		line-height: 1.125em; /* 16x1.125=18px */
		color: #444;
	}

	/*default font size*/
	p,ul,ol,th,td,address {
		font-size: .875em; /* 16x0.875=14px */
		line-height: 1.286em; /* 18px */
		margin-top: 1.286em;
		margin-bottom: 1.286em;
	}
	dd{
		font-size: .875em; /* 16x0.875=14px */
		line-height: 1.286em; /* 18px */
		margin-top: 1.286em;
		margin-bottom: 1.286em;
	}

	h1,h2,h3,h4,h5,h6, dt {
		font-weight: normal;
		color: #444;
		line-height: 1em;
		margin: 0; /* mb = 1/2 lineheight  */
	}

	h1 {
		font-size: 2.25em; /* 36px */
		margin-top: 0;
		margin-bottom: .489em;
	}
	h2, 
	table caption {
		font-size:1.5em; /* 24px */
		margin-top: .9em;
		margin-bottom: 1.08em;
	}
	#subpage h1+h2,#subpage h1+div>h2{
		color: #9b9890;
	}
	h2.noh4{
		margin-top: 1.125em;
		margin-bottom: -1em;
		font-size: 1em;	/* 16px */
	}
	
	h3 {
		font-size: 1.13em;	/* 18px */
		margin-top: 1em;
		margin-bottom: .95em;
	}
	h3.noh4{
		font-size: .875em; /* 14px */
		margin-top: 1.286em;
		margin-bottom: -1em;
	}

	h4, dt {
		margin-top: 1.125em;
		margin-bottom: -1em;
		font-size: 1em;	/* 16px */
	}

	h5, h6 {
		font-size: .875em; /* 14px */
		margin-top: 1.286em;
		margin-bottom: -1em;
	}
	
	h6 {

		font-style: italic;
	}


	/* ### Lists  #### */

	ul, ol, dl {

	}
	li {
		margin-left: 1.5em;
		line-height: 1.286em
	}

	dt {
		font-weight: normal;
	}
	dd {
		margin-left: 0;
	}

	/* ### text formatting  ### */
	.readmore{
		margin-top: -.643em;
		margin-bottom: 1.929em;
	}
	
	cite, blockquote {
		font-style: italic
	}
	blockquote {
		margin-left:1.5em
	}

	strong,b {
		font-weight: bold
	}
	em,i {
		font-style: italic
	}

	pre, code {
		font-family: monospace;
		font-size: 1.1em;
	}

	acronym, abbr {
		letter-spacing: .1em;
		border-bottom: none;
		/* border-bottom: .1em dashed #c00; */
		/* cursor: help; */
		font-size: 80%;
		text-transform: uppercase;
	}
	
	hr {
		color: #fff;
		background: transparent url(/images/divider.gif) repeat-x top left;
		margin:-0.05em 0;
		padding: 0;
		border: none;
	} 
	.hr{
		background: transparent url(/images/divider.gif) repeat-x bottom left;
		margin-bottom: 1.286em;
	}
	p.hr, ul.hr, ol.hr, dt.hr,dd.hr,address.hr{
		padding-bottom: 1.24em;
	}
	
	img.float_left {
		float: left;
		display: inline;
		margin-right: 1.25em;
		margin-bottom: 1.286em;
	}
	img.float_right {
		float: right;
		display: inline;
		margin-left: 1.25em;
		margin-bottom: 1.286em;
	}
	
	/*---Hides elemtents for print----
    ---------------------------------*/
	#print_head,.topimage{margin-bottom:1em;}
	#navigation,#sub_nav,#sender,#footer{
	display:none;
    }
    #subpage #col1{
	display:none;
    }
    #start #flashcontent{display:none;}
    #start #col1 {padding-bottom:1em;}