﻿p { margin:0;}
h1{ margin:0;}
h2{ margin:0;}
h3{ margin:0;}
h4{ margin:0;}
h5{ margin:0;}
h6{ margin:0;}
html { border:0; }

body 
{
	background-color: #DDDDDD;
	font-family: arial;
	margin: 0;
	margin-top:15px;
	padding: 0;
	
}

#wrapper
{
	display: block;
	width:800px;
	margin: 0 auto;
	

}
#wrapper:before{
background: url('img/tr_round_white.png') scroll no-repeat top right;

content:url('img/tl_round_white.png');
margin-bottom: -22px;
  height: 20px;
  display: block;
  border: none;
  
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}
#wrapper:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url('img/bl_round_white.png');
  margin: 0 0 -1px 0;
  height: 19.9px;
  
  background: transparent url('img/br_round_white.png') scroll no-repeat bottom right ;
  padding: 0;
}


#header_wrapper 
{
	width:800px;
	border:0;
	height:10%;
	position:relative;
	margin-top: 0px;
	padding: 0;
	display:block; 
	overflow: hidden;
}

#content
{
	width:800px;
	height:auto;
	background-color: #FFFFFF;
}

#navcontainer
{
	display: block;
	padding: 0px;
	float: center;
}

#navcontainer li
{
	display: inline;
}

#navcontainer li a img
{
	border: 0;
}

#h3
{
	font-size: 13pt;
}

#text
{
	margin-left: 50px;
	margin-right: 50px;
	font-size: 9pt;
	color: #333333;
	text-align: justify;
}

#footer
{
	font-size: 8pt;
	color: #d94800;
	padding: 1px;
}

#container
{
	width: 650px;
	display: table;
	border: 3px solid #0198FF;
	margin: 0px 25px;
}
#container2
{
	width: 760px;
	display: table;
	position:relative;
	left:-30px;
	margin: 0px 0px;
}

#row
{
	display: table-row;
}

#row_divider
{
	display: table-cell;
	border-bottom: 3px solid #0198FF;
}

#left_col
{
	width: 125px;
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

#right_col
{
	width: 525px;
	padding: 15px;
	display: table-cell;
}

#logo
{
	text-align: center;
}

#text a
{
	color: #666666;
	text-decoration: none;
}
