@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
	background-color:#B2B2B2;
	height:100%;
	background-image:url(../img/page-BG.gif);
	background-repeat:repeat;
}
html {
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	text-align:left;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#666;
}

.secondary-nav {
	background-image:url(../img/secondary-nav_bkg.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:50px;
	text-align:center;
}

#pagetitle{
	background-image:url(../img/secondary-title.png);
	background-repeat:no-repeat;
	background-position:top-left;
	height:98px;
	vertical-align:bottom;
	margin-bottom:15px;
}

a.bodylink:link { color:#001761; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:underline; line-height:16px;}
a.bodylink:hover { color:#001761; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:underline; line-height:16px;}
a.bodylink:visited { color:#001761; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:underline; line-height:16px;}

a.tn1 { 
	height:24px;
	line-height:24px;
	width:24px; 
	background:url(../img/tn1_en.gif) no-repeat 100% 50%;
}
a.tn1:active { 
	height:24px;
	line-height:24px; 
	width:24px; 
	background-image:url(../img/tn1_en.gif);
}
a.tn1:hover {
	height:24px; 
	line-height:24px;
	width:24px; 
	background-image:url(../img/tn1_en.gif);
}
a.tn1:visited {
	height:24px;
	line-height:24px;
	width:24px; 
	background-image:url(../img/tn1_vi.gif) no-repeat top;
}

.rollover a {
display:block;
margin-left:13px;
width: 24px;
height:24px;
background: url("../img/tn1.gif") 0 0 no-repeat;
text-decoration: none;
margin-bottom:2px;
}
.rollover a:hover { 
background-position: 0 -24px;
}
.rollover a:visited {
background-position: 0 -48px;
}

a.topnav { color:#23416D;	font-family:Arial, Helvetica, sans-serif; font-size:13px; text-decoration:none;}
a.topnav:hover { color:#23416D; font-family:Arial, Helvetica, sans-serif; font-size:13px; text-decoration:underline;}
a.topnav:visited { color:#23416D; font-family:Arial, Helvetica, sans-serif; font-size:13px;}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:normal;
	color:#001761;
	padding-top:63px;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#001761;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#001761;
	line-height:24px;
}

.inputbox {
	height:22px;
	border:1px solid #CCC;
	background-color:#FFF;
}

.main-content {
	padding-bottom:15px;
	text-align:center;
}

.content-block {
	 text-align:left;
	 width:450px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:15px;
	 color:#666;
	 line-height:24px;
	 margin-left:45px;
	 margin-top:15px;
}
	
/* BuzzBoostRSS Feed Styles */

#creditfooter{visibility:hidden; height:0px;}
/* div.feedburnerFeedBlock ul li div {
	width:181px;
	}
div.feedburnerFeedBlock span.headline {
	font-weight: normal;
	display: inline;
	text-indent: 0;
	} */
	
div.feedburnerFeedBlock ul li {
	margin-bottom: 5px;
	padding-left: 30 !important;
	text-indent: 0 !important;
	font-size:12px;
	margin-left:20px;
	list-style:url(../img/li-square-bullet.gif);
	line-height:20px;
	}

div.feedburnerFeedBlock ul li a {color:#23416D; font-family:Arial, Helvetica, sans-serif; font-size:13px; text-decoration:underline;}

div.feedburnerFeedBlock ul {
	padding-top:10px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
	
div.feedburnerFeedBlock p.date {
display: inline;
margin-left: 1em;
margin-right: .5em;
color: #aaaaaa ;
}

/* end RSS Feed Styles */