/*///////////BASIC HTML///////////*/
*
{
	margin: 0;
}

html
{
	height:100%;
}

body
{
	position:relative;
	width:100%;height:100%;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;
	color:#737277;
	margin:0;
}

a
{
	color:#000000;
	outline:0;
}

a:hover
{
	color:#C00010;
}

p
{
	margin:10px 0;
}

/*///////////FORM ELEMENTS///////////*/
form
{
	margin:0;
}

fieldset
{
	border:0;
	padding:0;
	margin:0;
}

legend
{
	display:none;
}

input, select, textarea
{
	font-size:11px;
	border:1px solid #737377;
}

hr
{
	color:#e8e8e8;
	background:#e8e8e8;
	/*clear:both;*/
	margin:20px 0;
}

div.clear
{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

.nodisplay
{
	display:none;
}

ul.listprep
{
	padding:0;
	margin:0;
	list-style:none;
}

table.tableprep
{
	border:0;
	padding:0;
	margin:0;
}

table.tableprep td
{
	border:0;
	padding:0;
	margin:0;
	vertical-align:top;
}

.nob
{
	border:0;
}


/*///////////STICKY FOOTER///////////*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -93px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 93px; /* .push must be the same height as .footer */
}

.footer
{
	bottom:0;
}
