html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

hmtl, body, table {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background: #bfe0dc url(../images/bg.gif) repeat-x left top;
	text-align: center;
}

#pageBorder {
	margin: 0 auto;
	width: 962px;
	padding-left: 1px;
	text-align: left;
	background: #ffffff url(../images/leftRepeat.gif) repeat-y 1px top;
}

#page {
	width: 960px;
	background: url(../images/leftBg.jpg) no-repeat left bottom;
}

#search {
	background: url(../images/searchBg.gif) repeat-x left top;
	height: 35px;
	text-align: right;
}

#top {
	background: url(../images/top.jpg) no-repeat left top;
	height: 105px;
}

#menuTop {
	background: url(../images/menuTopBg.gif) repeat-x left top;
	height: 34px;
}

#left {
	width: 240px;
	min-height: 448px;
	float: left;
	display: table;
}

*#left {
	height: 448px;
}


#main {
	width: 720px;
	float: left;
	display: table;
}

#bottom {
	float: none;
	clear: both;
	height: 30px;
	width: 960px;
	background-color: #005c51;
}

#bottom #naviBottom {
	float: left;
	width: 700px;
	height: 30px;
}

#bottom #signature {
	float: left;
	width: 250px;
	height: 30px;
	text-align: right;
	line-height: 30px;
	margin-right: 10px;
	color: #489289;
	font-size: 8pt;
}

#bottom #signature .hilite {
	text-decoration: none;
	color: #74aea7;
}

.dotted_bottom {
	background: url(../images/dotted_horizontal.gif) repeat-x left bottom;
}

.dotted_left {
	background: url(../images/dotted_vertical.gif) repeat-y left top;
}

.languageLink {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #636363;
}

.languageLink:hover {
	text-decoration: none;
	color: #636363;
}

.languageLink:visited {
	text-decoration: underline;
	color: #636363;
}

.articleCommandLink {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.articleCommandLink:visited {
	text-decoration: none;
}

.articleCommandLink:hover {
	text-decoration: underline;
}

.articleCommandLinkDisabled {
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

.readMore {
	font-size: 8pt;
}
