/* Core */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(img/back.jpg) no-repeat #21618e;
}
#bdy {
	position: relative; 
	width: 780px; 
	margin: 0px auto; 
	padding: 0;
}
td {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
td.t,td.l,td.r,td.b,td.ctr { 
	background: url(img/bdr/ln.png);
}	
td.tl {
	width: 30px;
	height: 30px;
	background: url(img/bdr/tl.png);
}
td.tr {
	width: 30px; height: 30px; background: url(img/bdr/tr.png);
}
td.bl {
	width: 30px; height: 30px; background: url(img/bdr/bl.png);
}
td.br {
	width: 30px; height: 30px; background: url(img/bdr/br.png);
}

a {
	color: #296ba1;
}
a:hover {
	color: #FFFFFF;
}

/* Text */
.note {	font-size: 11px; }
.hdr {	font-weight: bold; color: #296ba1; }
.tit {	font-size: 24px; font-weight: bold; color: #296ba1 }

/* Content */
#bg {		position: absolute; top: 70px; width: 780px; height: 600px;
		background: url(img/bg.png) no-repeat;
}
#bgtop {	position: absolute; top: 20px; width: 780px; height: 50px;
		background: url(img/bgtop.png) no-repeat;
}
#title { 	position: absolute; top: 30px; left: 15px; z-index: 1; width: 780px; height: 130px;
		background: url(img/title.gif) no-repeat;
}
#nav { 		position: absolute; top: 170px; left: 15px; z-index: 1; width: 120px; 
		font-family: Verdana; font-size: 18px; font-weight: bold; text-align: left;
}
#pics { 	position: absolute; top: 340px; left: 14px; z-index: 1; padding: 2px; width: 120px; 
}
#main { 	position: absolute; top: 170px; left: 170px; z-index: 1; padding: 2px; width: 584px;
}

/* Misc */
a.nav { 	display: block; width: 113px; height: 22px; padding: 2px; text-decoration: none; color: #000000; border-left: 6px solid #296ba1;
}
a.nav:hover {	background-color: #FFFFFF; color: #296ba1; text-decoration: none;
}
img.pics {	width: 120px; height: 90px; border: solid 1px #FFFFFF; filter: alpha(opacity=70); -moz-opacity: .70; opacity: .70;
}
.navb {		padding: 1px;
}
a.mobit {	color: #bccfd9; text-decoration: none;
}
a.mobit:hover { color: #bccfd9; text-decoration: underline;
}

