html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #232323;
	font-family: Arial, Helvetica,"Tahoma",  sans-serif;
	font-size: 12px;
	color: #232323;
}

h1{
	margin-top: 0px;
	margin-left: 0px;
	text-indent:-9999px;
	background:url(images/logo.jpg) no-repeat;
	width:306px;
	height:46px;
	position:relative;
	top:60px;
	left:30px;
}

h2{
	margin-top: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #232323;
}

hr {
/*	display: none;*/
}

p, ol, ul {
	text-align: justify;
	line-height: 160%;
}

ul {
	list-style-type: square;
}

a {
	color: #232323;
}

a:hover {
	text-decoration: none;
}


#header {
	float: left;
	width: 180px;
	margin-right: 1px;
	padding: 10px;
}

#header h1 {
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	font-size: 20px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 13px;
}


#menu {
	margin: 5px auto;
	width: 730px;
    padding: 5px 0px 5px 0px;
	background-color: #e6e6e6;
}

html>body #menu {
}
.header001{
height:120px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: inline;
	padding: 5px 5px 5px 16px;
	text-align: center;
	text-decoration: underline;
	color: #232323;
}

#menu a:hover {
	padding: 5px 5px 5px 16px;
	text-decoration: none;
	color: #232323;
}


#content {
	margin: auto;
	width: 732px;
	padding: 1px;
	background: url(images/backstretch.jpg) repeat-y;
}

#content h2 {
}
img{
border:none;
}
#left {
	 float: left;
	 margin: 0px auto;
	 padding: 20px 20px 0 28px;
	 width: 400px;/*672 then was 450*/
}


#footer {
	clear: both;
}

#footer p {
	margin: 0px auto;
	width: 700px;
    padding: 10px 0px 10px 30px;
	background-color: #e6e6e6;
	color: #232323;
}
.holdTheLogos{
	float:right;
	width:230px;
	height:50px;
	position:relative;
	top:-40px;
}






input, textarea, select,  button {
		font-family: 	Arial, Geneva, Helvetica, san-serif;
		font-size: 13px;
		border : 1px solid #666666;
}

.box {
		height:100px;}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none;text-align:left; vertical-align:text-top;}
th{width:230px; text-align:left; font-weight:normal;}
/*a {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #333333; text-decoration: underline}*/

.red{
/*background:#ff8c8c;*/
text-align:center;

}
.green{
/*background:#a4e18c;*/
text-align:center;
}


table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align:top;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align:top;
}

