@charset "utf-8";

/*a:link {font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
a:visited {font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
a:active {font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
a:hover {font-family: Arial, Helvetica, sans-serif;text-decoration: none;}*/


/* Base contents */

	a:link {
	color: #323133;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #323133;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}





	h1 a, h2 a:visited { color: #003366; }

	h1 a:hover { color: #237fa1; text-decoration: none; }
	
	
	
	h2 a, h2 a:visited { color: #333; }

	h2 a:hover { color: #237fa1; text-decoration: none; }




h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	text-align: left;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-align: left;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.postdate {
	float: left;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	width: 550px;
	text-align: left;
	margin-bottom: 3px;
}

	
ul.navbar {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-padding: bottom;
	width: 900px;
	padding-top: 0px;
	font-weight: normal;
	background-image: url(images/navbar/navbar_bg_tile.png);
	background-repeat: repeat-x;
	height: 38px;
}

ul.navbar li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 20px;
	float: left;
	margin-top: 10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

ul.navbar li a {
	text-decoration: none;
	display: block;
	height: 25px;
	color: #FFFFFF;
	font-weight: normal;
	clip: auto;
	position: static;
}

ul.navbar li a:hover {
	height: 20px;
	color: #ffcc00;
}


ul.footerbar {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-padding: bottom;
	width: 920px;
	padding-top: 5px;
	margin-left: 5px;
	font-weight: normal;
	height: auto;
}

ul.footerbar li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	text-align: center;
	margin-left: 15px;
	margin-right: 14px;
}

ul.footerbar li a {
	text-decoration: none;
	display: block;
	height: auto;
	color: #ffffff;
	font-weight: normal;
	clip: auto;
	position: static;
	margin-right: auto;
	margin-left: auto;
}

ul.footerbar li a:hover {
	height: 20px;
	color: #cccccc;
}



