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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
		color: #636466;
	background: #FFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

p {
	line-height:15px;
	margin:0;
	padding:7px 0;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #0067B1;
	line-height:15px;
}

a:hover, a:active {
	color:#404040;
}

ol, ul {
	list-style: none;
}

ul.square {
	margin: 0 0 0 13px;
}

ul.square li {
	list-style: disc;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 7px 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

#hide {
	position:absolute;
	top: -9999px;
	visibility: hidden;
	display: none;
}

/* ______________________________________________________________________________________________ Layout */


#wraper {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}

#container {
	border:1px solid #333333;
	clear:both;
	display:table;
	padding:75px 0 70px 70px;
	position:relative;
	width:890px;
}

#containerHome {
	border:1px solid #333333;
	clear:both;
	display:table;
	padding:186px 0px 185px;
	position:relative;
	width:960px;
}

#containerIndex {
	border:1px solid #333333;
	clear:both;
	display:table;
	position:relative;
}

#feet {
	position:absolute;
}

#homeTxt {
	background:url(../images/home-txt.gif) no-repeat;
	width: 178px;
	height: 162px;
	text-indent: -99999px;
	position:relative;
	display:inline;
	float: left;
	margin: 0 0 0 30px;
	
}

/* ______________________________________________________________________________________________ Left */

#left {
	position:relative;
	display: inline;
	float: left;
	width: 100px;
	padding: 0 30px 0 0;
	margin: 150px 0 0 0;
}

#leftHome {
	width: 156px;
	float:left;
	display: inline;
	position: relative;
	margin: 0 0 0 298px;
}




/* ______________________________________________________________________________________________ Right */

#right {
	position:relative;
	display: inline;
	float: left;
	width: 655px;
}

#logo {
	background:#00F;
	float: right;
	position:relative;
	margin: 0 0px 2px 0;
	display:inline;
}

#imageHeader {
	height: 235px;
}





#contentMain {
	width: 500px;
}

#contentMain h1 {
	margin: 15px 0 10px 0;
	font-size: 9px;
	height:22px;
	text-indent: -99999px;
}

#footer {
	text-align: right;
	font-size: 9px;
	line-height: 20px;
	margin-bottom: 15px;
}

#footer a {
	color: #404040;
}

#footer a:hover {
	color: #404040;
	text-decoration: underline;
}

.clear {
	clear: both;
}