/* CSS Document */

/* General Use Styles */	
	p {
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		margin-top: 5px;
		margin-left: 15px;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	h1 {
		font-family: Arial;
		font-size: 20px;
		font-weight: normal;
		color: #1C4099;
		text-decoration: none;
		text-align: left;
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	h2 {
		font-family: "Arial Black";
		font-size: 16px;
		font-weight: bold;
		color: #64686D;
		text-decoration: none;
		text-align: left;
		margin-top: 10px;
		margin-left: 13px;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	h3 {
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #091E5D;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px solid #FFAE00;
		margin-top: 15px;
		margin-left: 13px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #4E71CA;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 30px;
		margin-right: 0px;
		margin-bottom: 3px;
	}
	li {
		font-size: 12px;
		font-weight: bold;
		list-style-type: none;
		background-image: url('images/list_item_arrow.gif');
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 15px;
		padding-bottom: 3px;
	}
	
/* These are the Main Menu Links */	
	.navlist {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #4A4A4A;
		text-decoration: none;
	}
	A:Link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #4A4A4A;
		text-decoration: none;
	}
	A:Visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #4A4A4A;
		text-decoration: none;
	}
	A:Active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #4A4A4A;
		text-decoration: none;
	}
	A:Hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #8D8D8D;
		text-decoration: underline;
	}