* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
    color: #135e93;
    text-decoration: underline;
}

a:hover {
	color: Blue;
	text-decoration: none;
}

body {
	color: #333;
	font-size: 63%;
	font-family: Tahoma;
	background: #F9FBFD url(../img/bg-body.png) repeat-x left top;
}

table {
	border-collapse: collapse;
}

/* ================================================================================================================= */

div.container {
    background: url(../img/bg-masthead-w918.png) no-repeat center top;
	width: 918px;
	margin: 0 auto;
	padding: 170px 0 0 0;
}

div.container div.menu {
	height: 24px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.container div.menu a {
	color: #EFEFEF;
	display: block;
	float: left;
	font-size: 12px;
	padding: 0 15px;
	line-height: 24px;
	text-decoration: none;
}

div.container div.menu a:hover {
	color: #fff;
	border: solid 1px #fff;
	padding: 0 14px;
	line-height: 22px;
}

/* ================================================================================================================= */

div.container div.mainbody {
	background: url(../img/bg-span-line.gif) repeat-y center top;
	border: #A8B5B5 solid 1px;
}

div.container div.mainbody div.top {
	background: #fff url(../img/bg-span.gif) no-repeat center top;
	height: 22px;
}

div.container div.mainbody div.left {
    width: 610px;
    padding: 0 10px 30px 10px;
    float: left;
}

div.container div.mainbody dl {
    width: 266px;
    float: right;
	padding: 5px 10px 20px 10px;
}

div.container div.mainbody div.bottom {
	clear: both;
}

/* ================================================================================================================= */

div.mainbody div.left a.address {
	display: block;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 8px 5px 0 5px;
	color: #212121;
}

div.mainbody div.left p {
	text-indent: 24px;
	padding: 10px 5px;
	font-size: 1.2em;
	line-height: 200%;
}

div.mainbody div.left ol {
	font-size: 1.2em;
	line-height: 200%;
	border-bottom: solid 1px #A8B5B5;
	padding: 10px 5px;
}

div.mainbody div.left ol li.downloads {
	padding: 10px 0 0 0;
}

div.mainbody div.left ol li.downloads a {
	margin: 0 6px 0 0;
}

/* ================================================================================================================= */

div.mainbody dl dt {
	background: url(../img/icn_wp_16x16.gif) no-repeat left center;
	font-size: 14px;
	line-height: 28px;
	text-indent: 21px;
    border-bottom: solid 1px #c6cece;
}

div.mainbody dl dd {
    border-bottom: solid 1px #c6cece;
}

div.mainbody dl dd a {
	text-decoration: none;
	color: #333;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    display: block;
    overflow: hidden;
    background: url(../img/pointer_2F7ECF.gif) no-repeat 0px 10px;
    text-indent: 8px;
}

div.mainbody dl dd a:hover {
	text-decoration: underline;
	color: Blue;
}

/* ================================================================================================================= */

div.container table {
	width: 99.8%;
	margin: 0 auto;
}

div.container table tr th {
	border: #A8B5B5 solid 1px;
	background: #6699cc;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 6px;
}

div.container table tr td {
	border: #A8B5B5 solid 1px;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 8px;
}

div.container table tr.alternating td {
	background: #fcfcfc;
}


div.container table tr th.short {
	width: 54px;
}

div.container table tr td a {
	text-decoration: none;
	color: #0e5182;
}

div.container table tr td a:hover {
	text-decoration: underline;
	color: Blue;
}

/* ================================================================================================================= */

div.container div.footer {
	height: 24px;
	padding: 12px 3px 24px 3px;
	line-height: 24px;
	font-size: 12px;
	text-align: right;
}

div.container div.footer a {
	padding: 0 3px;
}