@charset "UTF-8";
/* CSS Document */

#content p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
	margin:0 8px 0 8px;
}

#content h4 {
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	font-size:11px;
	text-align:center;
	margin:10px auto;
}

#content h4 a:hover {
	color:#990000;
}

#content h3 {
	color:#900;
	font-family:"Times New Roman", Times, serif;
	font-weight:300;
	font-size:18px;
	text-align:center;
	margin:10px auto 0 auto;
}

#content h2 {
	color:#900;
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:36px;
	font-style:italic;
	text-align:center;
	margin:20px auto 10px auto;
}

#content h5 {
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:24px;
	text-align:left;
	margin:20px auto 10px auto;
}


#content h5 a, #content h5 a:visited {
	text-decoration:none;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:600;
	font-style:italic;
}

#content h5 a:hover {
	color:#990000;
}

#content h5:hover {
	color:#990000;
}

/*Added 4-05-10 to enable dhtml on Links page- CENTER COLUMN EXPANDER ACCORDION*/

.expandheader { 
	cursor:default;
	cursor: pointer;
	padding: 2px 5px;
}

.expand {
	background:#FFF;
	padding:4px;
}

.expand a {
	font-size:70%;
	text-decoration:none;
}
/*END CENTER COLUMN EXPANDER ACCORDION*/

#content a {
	color:#999;
	font-family:"Times New Roman", Times, serif;
	font-weight:200;
	font-size:15px;
}

#content a:hover {
	color:#900;
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:15px;
}

#content a:visited {
	color:#999;
	font-family:"Times New Roman", Times, serif;
	font-weight:200;
	font-size:15px;
}

#content ul li {
	color:#900;
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:12px;
	margin:10px 20px 0 0;
}

.nobullets {
	list-style-type:none;
}

#content ol {
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:12px;
	margin-right:18px;
}

#content ol li {
	margin-top:10px;
}

#content #links a {
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:15px;
	text-decoration:none;
}

#content #links a:hover {
	color:#900;
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:15px;
}

#content #links a:visited {
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-size:15px;
}

.bigger {
	font-size:130%;
	margin-top:4px;
}

.biggest {
	font-size:150%;
	margin-top:5px;
}

.redder {
	color:#900000;
}
