html { 
	background: #EFEFEF;
	padding: 0;
	margin: 0;
}

body {
	margin: 0 auto;
	padding: 19px 0 0;
	width: 1072px;
	font: 10pt/17px Verdana, Arial, Helvetica, sans-serif;
}

a { text-decoration: none; color: #005EBB; }

em.keyword { font-style: normal; }
strong.keyword { font-weight: normal; }

h1 {
	margin: 0;
	padding: 0;
	font: 24px "Trebuchet MS", Arial, helvetica, sans-serif;
}

h2 { margin: 0; padding: 0; }

#logo {
	height: 72px;
	position: relative;
	overflow: hidden;
}

#logo em {
	line-height: 76px;
	position: relative;
	z-index: 2;
	padding-left: 15px;
	font-style: normal;
}

#logo img {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	z-index: 1;
}

#content1 {
	background: #FFF;
	padding: 19px 0 0 149px;
	position: relative;
	overflow: hidden;
	margin-bottom: 19px;
}

.column { position: relative; }

#content1 #main { float: right; margin: 0 2px 0 0; padding-bottom: 80px; display: inline; }
#content1 #adsense-left { float: left; margin-left: -149px; display: inline; }

#greeting-container {
	height: 306px;
	display: table;
	padding-left: 6px;
}

.cell {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#greeting-box {
    width: 305px;
    height: 219px;
    padding: 19px 20px 20px 15px;
    font: 11pt/18px Arial, Helvetica, sans-serif;
    background: #EDEDED;
    margin-right: 14px;
}

#greeting-box h2 {
    font: 12.5pt/21px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    padding: 0px 0 8px 1px;
}

#greeting-box p { padding: 0; margin: 13px 0 16px; }

#adsense-right {
	height: 280px;
	width: 561px;
}

ul#menu {
   list-style: none;
   margin: 0;
   padding: 8px 0 0 21px;
   background: #EDEDED;
   height: 20px;
   overflow: hidden;
   font: 10.5pt/11px Arial, Helvetica, sans-serif;
}

ul#menu li {
	display: inline-block;
	border-right: 1px solid #005EBB;
	padding: 0 9px 0 6px;
	margin: 0;
}

ul#menu li.last { border: 0; }

hr {
	height: 51px;
	border: 0;
	background: url(images/gr.bk.png);
	clear: both;
	margin-bottom: 19px;
}

.box {
	float: left;
    border: 1px solid #C0C0C0;
    background: #FFF;
    padding: 19px 17px 10px 8px;
    display: inline;
}

.box h2 { font: bold 10pt/17px Verdana, Arial, Helvetica, sans-serif; }
.box p { margin: 16px 0; }
.box img { float: left; padding: 0 13px 30px 0; }
.box ul { list-style: none; margin: 0; padding-left: 0; }
.box ol { list-style-position: inside; margin: 0; padding-left: 0; }
.box li { margin: 16px 0; }

#content1 .box {
	width: 410px;
	margin: 19px 28px 0 1px;
}

#content1 .nmr, #content2 .nmr { margin-right: 0; }

#content2 { overflow: hidden; margin-bottom: 38px; }
#content2 .box { width: 498px; }
#content2 .nmr { float: right; }

#footer {
	font-size: 10.5pt;
	text-align: center;
	padding-bottom: 6em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 200%;
}

#footer ul {
	margin: 0;
	padding: 0;
    line-height: 10.3pt;
    list-style: none;
    vertical-align: middle;
}

#footer li {
    display: inline-block;
    border-right: 1px solid #005EBB;
    padding: 0 6px;
    margin: 0;
}

#footer li.last { border: 0; padding-right: 0; }

* html #content1 { height: 1%; }
* html #footer { clear: both; }
* html #footer ul { overflow: hidden; width: 400px; }
* html #footer li { float: left; }
* html .cell { float: left; }
* html ul#menu { overflow: hidden; padding-top: 7px; }
* html ul#menu li { float: left; line-height: 120%; }
*:first-child+html body { position: relative; }
*:first-child+html #footer ul { overflow: hidden; width: 400px; line-height: 110%; }
*:first-child+html #footer li { float: left; }
*:first-child+html .cell { float: left; }
*:first-child+html ul#menu { overflow: hidden; padding-top: 7px; }
*:first-child+html ul#menu li { float: left; line-height: 120%; }
