/** ------------------------------------------------------------------------------------------------------
This is the main CSS file and will include all the layout elements featured globally throughout the site 
------------------------------------------------------------------------------------------------------ **/

/** ------------------------------------------------------------------------------------------------------
LINKS
------------------------------------------------------------------------------------------------------------ **/

a:link {
	color: #ba0100;
}
a:visited {
	color: #ba0100;
}

a:hover {
	color:	#3f4c6b;
}
a:active {
	color: #ba0100;
}

/** ---------------------------------- LINKS END ---------------------------------------- **/ 

ul {
	margin: 						0px;
	padding: 						0px;
}
ol {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-type:				none;	
	text-align: 					left;
	padding: 						5px;
	margin:							0px;
}
ol li {
	list-style-type: decimal;	
	text-align: justify;
	padding: 5px;
	margin: 5px 5px 5px 20px;
}

h1 a:link {
	text-decoration: 				none;
}
h1 a:visited {
	text-decoration: 				none;
}
h1 a:hover{
	text-decoration: 				none;
}
h1 a:active {
	text-decoration: 				none;
}

h2 a:link {
	text-decoration: 				none;
}
h2 a:visited {
	text-decoration: 				none;
}
h2 a:hover{
	text-decoration: 				none;
}
h2 a:active {
	text-decoration: 				none;
}

h3 a:link {
	text-decoration: 				none;
}
h3 a:visited {
	text-decoration: 				none;
}
h3 a:hover{
	text-decoration: 				none;
}
h3 a:active {
	text-decoration: 				none;
}

.sub-header {
	margin:					0em 0 0.5em 0;
	font-weight:			normal;
color: #ba0100;
}
