/* CSS Document */

/* General Use Styles */	
	p {
		font-family: Verdana;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		margin-top: 5px;
		margin-left: 30px;
		margin-right: 50px;
		margin-bottom: 0px;
	}
	h1 {
		font-family: Verdana;
		font-size: 20px;
		font-weight: normal;
		color: #002456;
		text-decoration: none;
		text-align: left;
		margin-top: 0px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		padding-left: 25px;
		padding-top: 3px;
	}
	h2 {
		font-family: Arial;
		font-size: 15px;
		font-weight: bold;
		color: #446189;
		text-decoration: none;
		text-align: left;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	h3 {
		font-family:Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #003680;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px solid #F4BD2C;
		margin-top: 15px;
		margin-left: 25px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #204889;
		text-decoration: none;
		margin-top: 3px;
		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 */	
	.menulist {
		font-family: Verdana;
		font-size: 16px;
		font-weight: bold;
		color: #446189;
		text-decoration: none;
	}
	A.menulist:Link {
		font-family: 'Century Gothic';
		font-size: 16px;
		font-weight: normal;
		color: #446189;
		text-decoration: none;
	}
	A.menulist:Visited {
		font-family: 'Century Gothic';
		font-size: 16px;
		font-weight: normal;
		color: #446189;
	}
	A.menulist:Active {
		font-family: 'Century Gothic';
		font-size: 16px;
		font-weight: normal;
		color: #002456;
		text-decoration: none;
	}
	A.menulist:Hover {
		font-family: 'Century Gothic';
		font-size: 16px;
		font-weight: normal;
		color: #002456;
		text-decoration: underline;
	}
	
	
	
	.navlist {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #31A1E9;
		text-decoration: none;
	}
	A:Link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #31A1E9;
		text-decoration: none;
	}
	A:Visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #31A1E9;
	}
	A:Active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #1172B0;
		text-decoration: none;
	}
	A:Hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #1172B0;
		text-decoration: underline;
	}