body {
	margin: 0px;
	padding: 0px;
	background: white;
	color: #0063af;
}

table {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	vertical-align: top;
	font-size: 12px;
}

tr {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

td {
	padding: 20 0 20 0;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

img {
	border: none 0px;
}


a:link, a:visited {
	color: #002aaf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link.black, a:visited.black, a:hover.black {
	color: black;
}

.border {
	border: solid 2px blue;
}
.body {
	width: 800px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -400;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-align: justify;
}

.topContainer {
	background: url('../images/mainpage/logo.png') no-repeat 0px 0px;
	width: 100%;
	height: 140px;
	font-size: 13px;
	margin-top: 50px;
}

ul.menu {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

ul.menu li {
	margin-left: 0;
	padding: 3px 10px;
	list-style: none;
	display: inline;
}
	
.menuContainer {
	float: right;
	text-align: right;
	margin-top: 40px;
	width: 610px;
	font-weight: 900;
}

.menuContainer .gline {
	margin: 5 0 15 0;
	width: 450px;
	float: right;
}

.smallText {
	font-size: 70%;
	color: grey;
	float: right;
}

.middleContainer{
	width: 100%;
}

.table0 {
	width: 100%;
	height: 340px;
	background: #bce6f1;
	text-align: justify;
	font-size: 125%;
}
.table0 .leftSide {
	background: url('../images/mainpage/leftSide0.png') no-repeat 0px 0px;
	width: 22px;
}
.table0 .rightSide {
	background: url('../images/mainpage/rightSide0.png') no-repeat 0px 0px;
	width: 22px;
}

.photo {
	float: left;
	margin: 0 20 0 0;
}

.tableRow {
}

.tableRow .container {
	width: 260px;
}

.tableRow .borderTop {
	background: url('../images/mainpage/roundedBorderTop.png');
	height: 5px;
	padding: 0;
	margin: 0;
	width: 262px;
}

.tableRow .borderBottom {
	background: url('../images/mainpage/roundedBorderBottom.png');
	height: 5px;
	padding: 0;
	margin: 0;
	width: 262px;
}

.tableRow .textContainer{
	height: 180px;
	width: 220px;
	border: solid 1px #48bacf;
	border-top: none;
	border-bottom: none;
	background: url('../images/mainpage/gline.png') repeat-x 0px 160px;
	text-align: left;
	padding: 15 20 0 20;
}

.tableRow .tables {
	color: black;
	font-weight: bold;
	height: 92px;
}

.tableRow .table1 {
	background: #bcde90;
}

.tableRow .table2 {
	background: #a9d42c;
}

.tableRow .table3 {
	background: #adb870;
}

.tableRow .leftSide {
	background: url('../images/mainpage/leftSide1.png') no-repeat 0px 0px;
	width: 12px;
}
.tableRow .rightSide {
	background: url('../images/mainpage/rightSide1.png') no-repeat 0px 0px;
	width: 12px;
}

.gline {
	width: 100%;
	height: 3px;
	background-color: #0087cb;
	margin: 0;
	border: none;
}

.container .left{
	margin-left: 0;
}

.container .right{
	margin-right: 0;
}

.bottomContainer {
	color: black;
	font-size: 80%;
	padding-bottom: 50px;
}

.label {
	font-size: 70%;
	text-align: left;
}

