/* CSS Document */

BODY {
	margin: 0px;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

/*
	global
*/

#global {
	width: 100%;
	height: 100%;
}

#leftBorder {
	width: 100%;
	height: 100%;
}

#leftBorder TD.top {
	height: 270px;
	background-image: url(../images/borderbkg_lefttop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#leftBorder TD.bottom {
	background-color: #4373bc;
	background-image: url(../images/borderbkg_leftbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rightBorder {
	width: 100%;
	height: 100%;
}

#rightBorder TD.top {
	height: 270px;
}

#rightBorder TD.bottom {
	background-color: #4373bc;
	background-image: url(../images/borderbkg_right.gif);
	background-repeat: no-repeat;
	background-position: right 100px;
}

#center {
	width: 530px;
}

#centerTable {
	width: 530px;
	height: 100%;
}

#topCenterContainer {
	height: 270px;
	padding-top: 30px;
}

#motivContainer {
	width: 100%;
	padding-bottom: 15px;
}

#insideContainer {
	background-color: #4373bc;
	background-image: url(../images/border_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 50px;
	padding-left: 0px;
	padding-bottom: 140px;
}

.mainMenu {
	padding-top: 5px;
}

.mainMenu TD {
	padding-right: 20px;
}

.mainMenu TD.last {
	padding-right: 0px;
}

p.contact {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4373bc;
	padding-top: 18px;
	line-height: 16px;
	padding-bottom: 0px;
}
