/* CSS Document */

/*CSS Reset START  ----------------------->  */
html, body, 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, strong, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: arial;
	font-size: 12px;
}
li, ul{
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
	list-style:none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*----------------------->  CSS Reset END */

body{
	background-color:#eaeaea;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	padding-bottom:10px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:normal;
	padding-bottom:10px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:10px;
	color:#333333;
	text-align:justify;
	line-height:16px;
}

li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:18px;
	color:#333333;
	font-weight:bold;
	list-style:decimal;
}

strong{
	font-weight:bold;
}

#containerDiv{
	width:826px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-left:12px;
	padding-right:12px;
}

#headerDiv{
	width:826px;
	background-image:url(../img/header.gif);
	height:189px;
	background-repeat:no-repeat;
}

.contentItem{
	width:770px;
	border-bottom:1px solid #999999;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	vertical-align:top;
}

.floatLeft{
	float:left;
	margin-right:15px;
}

.floatRight{
	float:right;
	margin-left:20px;
}

#footer p{
	height:30px;
	margin-top:10px;
	color:#999999;
	text-align:center;
}