/* mt_main.css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* sets cellspacing=0, border=0 on all tables */
table {
	border-collapse: collapse;
	border: 0px;
}

/* resets standard margins on paragraph and heading elements */
p, h1, h2, h3, h4, h5, h6 {
	margin: 16px 0;
}

/* adds expected left margin to li elements */
li {
	margin-left: 16px;
}

.displayBlock {
	display: block;
}

.displayNone {
	display: none;
}

.displayInline {
	display: inline;
}

body {
	margin: 11px 0 11px 11px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #131313;
}

a:link, a:visited {
	color: #003399;
}

a:active, a:hover {
	color: #CE000C;
}

div#mtLogo {
	position: absolute;
	top: 11px;
	left: 11px;
}

div#top {
	width: 967px;
	height: 83px;
	background-image: url(../images/top_background.png);
	background-repeat: no-repeat;
}

div#navBar {
	padding: 61px 0 0 294px;
}

div#translateButton {
	position: absolute;
	top: 122px;
	left: 780px;
}

table#mainLayoutTbl {
	width: 967px;
	margin-top: 3px;
}

td#topLeftLayoutTd {
	width: 158px;
	vertical-align: top;
	background-image: url(../images/left_bckgd_image.gif);
	background-repeat: repeat-y;
}

td#rightLayoutTd {
	width: 799px;
	padding-left: 9px;
	vertical-align: top;
}

td#bottomLeftLayoutTd {
	background-image: url(../images/left_bckgd_image.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	width: 158px;
	height: 13px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0;
	position: absolute;
	top: 122px;
	left: 272px;
	width: 446px;
}

div#mainTextDiv {
	width: 540px;
	margin-top: 90px;
}

div#mainTextDiv p {
	margin: 0 0 16px 0;
	line-height: 19px;
}

div#rightSideDiv {
	width: 250px;
	float: right;
	margin-top: 86px;
}

div#rightSideDiv p {
	margin: 6px 6px 24px 6px;
	font-weight: bold;
	font-size: 12px;
	color: #003399;
}

div#bottomLinks {
	margin-top: 8px;
}

div#bottomLinks img {
	float: left;
	display: block;
	margin-left: 200px;
	margin-top: 9px;
}

div#bottomLinks ul {
	margin: 2px 0 2px 342px;
}

div#bottomLinks ul li {
	font-size: 12px;
	display: inline;
	margin-left: 0;
	padding: 2px;
	color: #666666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p.asteriskText {
	font-size: 11px;
}

div#gethiredfaster {
	text-align: center;
}

div#gethiredfaster h2 {
	margin-top: 28px;
	margin-bottom: 8px;
}

div#rightSideDiv div#gethiredfaster p {
	color: #131313;
	font-weight: normal;
	font-size: 13px;
}

div#left-trans-button {
	position: absolute;
	left: 25px;
	top: 340px;
}

.sm {
	font: 11px Arial, sans-serif;
	position: relative;
	font-variant: small-caps;
	top: -4px;
}
