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



/* Color Notes 
blue: #002665
red:  #bc133e
Page background colors:
#002664 (home) (dark blue)
#980C3B (about) (red)
#030504 (gallery) (dark gray)
#DFBF5A (join) (gold)
bright gold: #ffe37d

*/



/*Type Styles*/

/*Define Default Styles */

p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	}
	

h1 {
	color: #002664;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 0px;
	margin-bottom: 15px;
	}

h2 {
	color: #bc133e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
h3 {
	color: #ffe37d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 0px;
	margin-bottom: 15px;
	}

h4 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 0px;
	margin-bottom: 10px;

	}
	

	
ul {
	color: #002664;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	margin-left: 120px;
	margin-right: 100px;
	margin-top: 0px;
	margin-bottom: 0px;

	}
	
	
li {
    font-weight: bold;
    } 
	




	
/*Define Default link Styles:*/

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #024fdc;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #024fdc;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #024fdc;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #024fdc;
}



/*Define Custom Styles:*/



a.light-links:link {
	text-decoration: none;
	font-weight: normal;
	color: #abc8fd;
}

a.light-links:visited {
	text-decoration: none;
	font-weight: normal;
	color: #abc8fd;
}

a.light-links:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #abc8fd;
}

a.light-links:active {
	text-decoration: none;
	font-weight: normal;
	color: #abc8fd;
}



h1.popup {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 38px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	}

h2.popup {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	}
	
h3.popup {
	color: #ffe37d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	}

h4.popup {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;

	}
	

	

/*Define Footer Type Styles*/

.footertext {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
a.footer_links:link {
	
	color: #024fdc;
	text-decoration: none;
	font-weight: normal;
	}
	
a.footer_links:visited {
	color: #024fdc;
	text-decoration: none;
	font-weight: normal;
	}
a.footer_links:hover {
	color: #024fdc;
	text-decoration: underline;
	font-weight: normal;
	}
a.footer_links:active {
	
	color: #024fdc;
	text-decoration: none;
	font-weight: normal;
	}
	
	
a.studiob_links:link {
	
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
a.studiob_links:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
a.studiob_links:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
a.studiob_links:active {
	
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
	

