* {
	margin: 0px;
	padding: 0px;
}

html,body {
        background-image: url(images/bg_tile.jpg); 
        height:100%; 
        margin: 0; 
        padding: 0; 
        border: 0; 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; 
        color: #000; 
        background-color: #fff;
}


#footer 
{
    background-color:blue; 
    position: absolute; 
    bottom: 0;
}

#container {height: 100%; position:relative;}
#content {background-color:red;}
#footer {background-color:blue; position: absolute; bottom: 0;}

a {
	color: #DC8108;
	background-color: inherit;
	width:auto;
}

a:hover {
	color: #00407A;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 0px 0px 15px;
	text-align: justify;
	line-height: 15px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

/* Page Header */

#page_header {
	color: #6a604e;
	float: none;
}

#page_header h1 {
	width: 800px;
	height: 201px;
	overflow: hidden;
	float:left;
}

#img_title {position: absolute; top: 0; left: 0; z-index: 1; }

#Main_Content table {
	width:99%;
}

#Main_Content p {
    margin:8px 8px 8px 8px; 
    font-family: Arial, Helvetica, sans-serif;  
    color: #00407A;
}

#Main_Content img {
    border:solid 5px #95BBD6;
}

#Main_Content a {
	color: #DC8108;
	background-color: inherit;
	width:auto;
}

#Main_Content a:hover {
	color: #00407A;
	background-color: inherit;
}

#page_footer a {
	color: #00407A;
	background-color: inherit;
	width:auto;
}

#page_footer a:hover {
	color: #DC8108;
	background-color: inherit;
}
