/*--------------------------------

--------------------------------- */

/* HTML Elements Standard ____________________________________ */

html, body, form, p {
	margin: 0;
	padding: 0; 
}

img {
	border: 0;
}

.clear { 
clear:both;
font-size:0px;
height:0px;
overflow:hidden; }

a {
	color: #d3d3d3;
}

a:hover {
	color: gray;
}

/* Type Elements  ____________________________________ */

body {
font-family: verdana, Arial, Helvetica, sans-serif;
color: #d3d3d3; 
font-size: 11px;
line-height: 1.4em;
background: #231f20 ;
}

h1, h2, h3, h4, h5, h6 {
padding: 0;
margin: 0;
line-height: 1em;	
}

h1 {
	font-family: Arial,  verdana,Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 7px 0;
	color: #d3d3d3;
}
h2 {
	font-family:  Arial,verdana,  Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	padding: 0 0 7px 0;
	color: #d3d3d3;
}

 
 
 
/* Layout Elements ____________________________________ */

#TEMPmainContentWrapper{
	width: 600px;
	height:auto;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

.TEMPHomePageWrapper {
width:600px;
height:auto;

}
	 
	
#TEMPlogo {
clear:both;
width:auto;

padding-top:0px; 
padding-bottom:0px;
overflow:hidden;

}

 
	
	 


 /* Content Wrapper ___________________________________________ */

.TEMPOutercontentWrapper {
clear:both;
width: 600px;

}

 


.TEMPcontentWrapper{
clear:both;
width:auto;
height:auto;

padding:0px 100px 5px 100px;
overflow:hidden;
float:left;

text-align:center;
}



		.TEMPcontentWrapper a {
		color:#0292CF;
		text-decoration:none;
		 }
		 
		.TEMPcontentWrapper a:hover {
		color:#0292CF;
		text-decoration: underline;
		 }


	 
	
 

/* Footer  ____________________________________ */

#TEMPfooter {
clear: both;
width: auto;
height:auto;
padding:0px 100px 25px 100px;
overflow: hidden;
width: 400px;
}
 
#TEMPfooter .left {
float: left;
padding:0px 0px 0px 0px;
width: 180px;
}

#TEMPfooter .right {
float: right;
padding:0px 0px 0px 0px;
width: 180px;
}



