body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
}
#container {
	position:absolute;
	background-color:#FFFFFF;
	margin-left: -400px;
	left: 50%;
	top:0px;
	width:770px;
	height:740px;
	z-index:1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #348FA9;
	border-left-color: #348FA9;
	border-bottom-color: #348FA9;
}
#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:770px;
	height:114px;
	background-image: url(images/top_banner.jpg);
	background-repeat:no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#sidebar {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 80px;
	height: 619px;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#content {
	position: absolute;
	top: 118px;
	left: 92px;
	width: 675px;
	height: 500px;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em/1em;
	color: #6f8b92;
	margin-left: 1.8em;
	margin-top: 0.5em;
}

.extlink a, a:visited {
	font: 12px 16px Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
}

.extlink a:active, a:hover {
	color: #996600;
	text-decoration: underline;
}

/*table layout*/

#mytable {
	width: 600px;
	padding: 0;
	margin: 24px;
}

caption {
	padding: 0 0 5px 0;
	width: 600px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #2f4b52;
	text-align: right;
}

th {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6f8b92;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 4px 4px 8px;
	background: #CAE8EA url(images/table_bg_header.jpg) no-repeat;
}

th.left {
	border-left: 1px solid #C1DAD7;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	font: 13px/13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 4px 4px 4px 6px;
	color: #4f6b72;
}

td a, a:visited {
	color:#2f4b52;
	text-decoration:none;
}

td a:hover {
	color:#AA7722;
	text-decoration:none;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

td.alt a, a:visited {
	color:#333333;
	text-decoration: none;
}

td.alt a:hover {
	color:#AA7722;
	text-decoration:none;
}


td.spec1 {
	border-left: 1px solid #C1DAD7;
	border-top: 0;

}

td.altspec1 {
	background: #F5FAFA;
	color: #797268;
	border-left: 1px solid #C1DAD7;
	border-top: 0;
}

td.altspec1 a, a:visited {
	color:#333333;
	text-decoration: none;
}

td.altspec1 a:hover {
	color:#AA7722;
	text-decoration:none;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

