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

div#header h1 {
	float:left;
	height:145px;
	width:480px;
	background:url(../images/header_logo.jpg) top left no-repeat;
	text-indent:-9999px;
	z-index:1;
}

p,td {
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#000;
}

.footer_text {	
	color:#444444;
	font-size:10px;
}

.sidebar_text {
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:14px;
	color:#24436e;
	font-weight:bold;
}

h2 {
	color:#9f2301;
	font-family:"Georgia" , serif;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
}

h3 {
	color:#fff;
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:0.82em;
	font-weight:normal;
	margin:0px 0px 5px 10px;
}
	

p.tag {
	color:#333333;
	font-family:"Georgia" , serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
}

a {
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#666;
	text-decoration:underline;
}

a:hover {
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#000;
	text-decoration:underline;
}


a .read{
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#9f2301;
	font-style:italic;
}

a:hover .read{
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#9f2301;
	font-style:italic;
	text-decoration:underline;
}

input, textarea {
	width: 300px;
}

table.loginform input, table.loginform textarea {
	width: auto;
}

input.nofill {
	display: none;
}

/************* Quick Links ***************/	
	
div#left_container div.quicklinks h2 {
	font-size: 16px;
	font-weight: bold;
}

div#left_container div.quicklinks a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px #d2d2d2 dashed;
	display: block;
	padding: 5px;
}
