@charset "UTF-8";
body {
	font: 90%/1.3 Verdana, Arial, Helvetica, sans-serif;
	background: #bfbdb6 url(../images/template/bkg-01.png) top repeat-x;
	margin: 0;
	padding: 0;
	color: #666;
}

ul, ol, dl { 
	padding: 0 25px 0 50px;
	margin: 0;
}
li {
	margin-bottom: 6px;
	font: 95%/1.2 Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	padding-left: 0;
	margin: 16px 25px;
	border-bottom: #999 1px solid;
}
h2, h3, h4, h5, h6, p {
	margin: 0 0 4px 0;
	padding: 0 25px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}
a img { 
	border: none;
}

table {
	margin-left: 25px;
}
table.tblCenter {
	margin: 0 auto; 
}

a:link, a:visited {
	color: #496ac9;
	text-decoration: underline; 
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container { /* not currently used */
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}
.innerContainer {
	margin: 0;
	padding: 0;
	border: #999 1px solid;
}

.header .logo {
	margin-left: 50px;
}
.header .topnav {
	float: right;
	margin: 20px 15px 0 0;
}
.header .topnav a:link,  .header .topnav a:visited {
	color: #666;
	text-decoration: none;
	padding: 0 8px;
}
.header .topnav a:hover {
	color: #444;
	text-decoration: underline;
}

.breadcrumbs {
	height: 30px;
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	background: url(../images/template/bkg-breadcrumbs.jpg);
	font-size: 10px;
	padding: 10px 10px 0 10px;
	color: #aaa;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #496ac9;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #496ac9;
	text-decoration: underline;
}	

.sidebar1 {
	float: right;
	width: 340px;
	padding: 0;
	margin: 12px 0;
	background: url(../images/template/bkg-sidebar-mid.png) center repeat-y;
}
.sidebar1 img {
	display: block;
}

.content {
	padding: 10px 0;
	width: 618px;
	float: right;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.footer {
	padding: 10px 0;
	margin-top: 16px;
	background: #ddd;
	position: relative;
	clear: both;
	text-align: center;
}
.footer a:link, .footer a:visited {
	color: #666;
}
.footer .disclaimer {
	font-size: 10px;
}

.fltrt {  
	float: right;
	margin: 0 25px 0 8px;
}
.fltlft { 
	float: left;
	margin: 0 8px 0 25px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* homepage */
.animation {
	width: 590px;
	background: url(../images/home/roundbox-mid.png) center repeat-y;
	margin-top: 13px;
	margin-left: 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.animation img {
	display: block;
}

/* content styles */
.hilite {
	background: url(../images/misc/bkg-hilite.jpg) left repeat-y;
	padding: 8px 0;
}

img.imgBorder {
	padding: 12px;
	border: #000 1px solid;
}
.smalltext {
	font-size: 9px;
	line-height: 10px;
}
.titleSub {
	font-size: 14px;
	line-height: 15px;
}