@charset "utf-8";
/* CSS Document */

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, 
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:Georgia, "Times New Roman", Times, serif;
	vertical-align: baseline;
	text-decoration:none;
}
:focus {
	outline: 0;
}
body {
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	font-size:12px;
	background:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color:#0000CC;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color:#000099;
	text-decoration:underline;
}

p {
	font-size:12px;
	line-height:130%;
	padding:10px;
	color:#444444;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#breadCrumbs {
	padding:5px 0px;
	font-size:11px;
	font-style:italic;
	color:#444444;
}

/* CENTER */
.centerOne {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
}

.centerTwo {
	position:relative;
	top:0px;
	height:100%;
	width:900px;
	margin: 0 auto;
}
.centerThree {
	position:absolute;
	left:0px;
	height:auto;
	width:900px;
	margin: 0 auto;
	text-align:left;
}


