body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	margin: 0 auto;
	padding: 20px 0px;	
	text-align: justify;	
	width: 1000px;
}

a {
	color: #084B8A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 8px;
	line-height: 105%;	
}

h1 {
	width: 450px;
	text-align: center;
	margin: 0 auto;
}

h2,h3 {
	width: 250px;
	margin-top: 35px;
}

hr {
	height: 1px;
	border-bottom: 1px solid #CCCCCC;
}

img {
	margin: 15px;
	border: 0px;
}

td, th {
	border: 1px solid #CCCCCC;	
	padding: 3px 8px;
}

th {
	background: #EEEEEE;	
	padding: 3px;
}

li h3 {
	margin-left: -40px;
}

li {
	line-height: 160%;
}

ul {
	list-style-type: square;
}

.footer {
	text-align: right;
	font-size: 11px;
}

.pull-right {
	float: right; 
	margin-top: 30px;
}

.leftbox {
	width: 30%; 
	float: left; 
	margin-bottom: 20px;
}

.rightbox {
	width: 39%; 
	float: right; 
	margin-bottom: 20px;
}


