/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background: white;
}
ol, ul {	list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* mac hide \*/
html,body{height:100%}
/* end hide*/

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	font-size:120%
}
h1{font-size:140%}
p,h1,h2,h3,h4,h5,h6,ul{margin-bottom:1em}
h3{margin:1em 0 .5em 0;}
ul{list-style:none;}
h2{	
	background:#fff ;
	color:#406700;
	text-align:center;
	font-size:140%;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
.to-top{clear:both;margin:1em 0;}
body{
	font-family: "Times New Roman", Times, serif;
	background:#fff;
	color:#333;
	font-size: 13px;
}

#content{
	float:right;
	width:233px;
	color:#000;
	top: 162px;
	left: 515px;
	padding-top: 53px;
	padding-left: 25px;
	padding-right: 20px;
}
#content p {
	line-height:1.45em;
	font-size: 22px;
	font-style: italic;
	text-align: left;
	color: #333;
	}
#content p a:link {
	text-decoration: none;
	color: #333;
	}
#content p a:hover {
	text-decoration: underline;
	color: #000;
	}
#content p a:visited {
	text-decoration: none;
	color: #333;
	}
	
#content #contact p {
	line-height:1.25em;
	font-size: 16px;
	font-style: italic;
	text-align: right;
	color: #333;
	padding-top: 45px;
	}
.roman {
	font-style:normal;
}