@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
}

h1 {
	font-size: 24px;
	text-align: center;
	margin: 12px 0 0 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 18px;
	text-align: center;
	margin: 2px 0 12px 0;
}

h3 {
	font-size: 24px;
	margin: 30px 0 0 0;
	letter-spacing: -1px;
	border-bottom: 1px solid #A5A5A5;
}


p {
	font-size: 13px;
	margin: 14px 5px;
}

.alignright {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	padding:2px 0 20px 0;
	margin:0;
}


div.content {
	clear: left;
}


#content { 
	margin: 0 !important; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 18px 0 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
} 

img {
	margin-top: 30px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

