@charset "UTF-8";

/* CSS Document */

html { padding: 0; margin: 0; }

a {  color: #747474; text-decoration: none; border: none;}

a:hover { color: #003e7e; text-decoration: underline; border: none;}

table{
	font: normal 10px "Helvetica", Helvetica , sans-serif;}

table a{
	text-decoration: none;}
	
table a:hover{
	color: #003e7e;
	text-decoration: underline;}

body {
    padding: 0 0 0 0;
    margin: 0 0 0 0; 
	}

img { text-decoration: none; border: none;}

img a { text-decoration: none; border: none;}

.frame {
	width: 800px;
    text-align: left;
    margin:0px auto;
	line-height: 15px;
	font: normal 10px "Helvetica", Helvetica , sans-serif;
	color: #747474;}	
	
.placeHolderBg {
	background: #dbdbdb url(images/bgMain.jpg) top center repeat-x;}
	

/* Layout */ 
	
.containerTop {
	display: block;
	float: left;
	width: 800px;
	height: 300px;
	text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;} 
	
.containerBot {
	display: block;
	float: left;
	width: 800px;
	height: 100px;
	text-align: center;
    padding: 25px 0 0 0;
    margin: 0 0 0 0;} 

/* Address holder */


.addressHolder{
	display: block;
	float: left;
	width: 350px;
	text-align: left;
    padding: 0 0 0 343px;
    margin: 0 0 0 0;}
	
.addA {
	text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;}

.addB {
	color: #8896bf;
	text-align: left;
    padding: 0 0 0 25px;
    margin: 0 0 0 0;}

.addC {
	text-align: left;
    padding: 0 0 0 20px;
    margin: 0 0 0 0;}

.logo{
	padding: 225px 0 0 0;
	margin: 0 0 0 0;}

.ClearIt {
	padding: 0;
	margin: 0;
	clear: both;
	display: block;}
