@charset "UTF-8";
body {
	font: 100%/1.4 Helvetica, Arial, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align:center;
	height: 100%;
	width: 100%;
	
}

html {
	height: 100%;
	width: 100%;
	overflow:auto;
	}

#container {
	background-color: #685C53;
    bottom: 0;
    display: block;
    left: 0;
    margin: 15px;
    position: absolute;
    right: 0;
    top: 0;
	min-width: 500px;
	min-height: 450px;
}

#branding {
	margin: 0 auto;
	padding-top: 12%;
	}


#content {
	height: auto;
    margin-bottom: 60px;
    margin-top: 50px;
	padding-left: 40px;
	}
	
	
p {
	color: #FFF;
	font-size: 12px;	
	}	
	
table {margin: 0 auto;}	
	
td {
	color: #FFF;
	font-size: 12px;
	text-align:left;
	letter-spacing: 0.02em;
	}	
	
td a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	}		
	
td a:hover {
	text-decoration: underline;
	}		
	
td a:visited {
	text-decoration: none;
	}		
	
h1 {
	font-size: 18px;
    font-weight: bolder;
    letter-spacing: 0.5px;
    line-height: 21px;
    text-transform: uppercase;
}

h2 {
	font-size: 15px;
	font-weight:bold;
}

