/* ////////////////////////////////////////////
Colors:
Light Blue: #EAEAF6
Dark Blue: #0F148C
Yellow: #EDC846
//////////////////////////////////////////// */


  
/* ////////////////////////////////////////////
				ANCHOR LINKS
//////////////////////////////////////////// */
a {
  text-decoration:none; }

a:link,a:visited {
  color:#0F148C }

a:hover,a:active {
  background:#EDC846;
  color:#0F148C }
  

  
  
#button {
	width: 100%;
	padding: 0 10px 0 15px;
	margin: 0 0 0 0;
	color: #333;font-size:.9em;
	}
#button ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;  font-size:100%;
		}
#button li ul{
		list-style: none;
		margin: 0 0 0 10px;
		padding: 0 0 0 0px;
		border: none;
		}
#button li ul li{
		list-style: none;
		margin: 0 0 0 0px;
		padding: 0 0 0 0px;
		border-left: 1px solid #EDC846;
		}
		
#button li {
		margin: 0 0 5px 0;
		}
#button li a {
		display: block;
		padding: 0px 0px 0px 0.5em;
		border-left: 10px transparent;
		border-right: 10px transparent;
		color: #0F148C;
		text-decoration: none;
		width: 100%;
		}
#button a:link#current, #button a:visited#current
{
		border-left: 10px transparent;
		border-right: 10px transparent;
		background-color: #EDC846;
		color: #0F148C; font-weight:bold;
}



	html>body #button li a {
		width: 80%;
		}

	#button li a:hover {
		border-left: 10px transparent;
		border-right: 10px transparent;
		background-color: #EDC846;
		color: #0F148C;
		}

  
/* ////////////////////////////////////////////
				HEADER TAGS
//////////////////////////////////////////// */
h1 {
  color: #0F148C;
  font-size:1.1em;
  font-weight:bold;  
  padding:15px 0px 15px 20px;  
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  background: #EAEAF6;
  text-transform:uppercase;
  letter-spacing:2px; }

h2 {
  color: #0F148C;
  font-size:1em;
  font-weight:bold;
  padding:5px 0px 5px 20px;
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  background: #EAEAF6;
  text-transform:uppercase;
  letter-spacing:2px;
  }

h3 {
  color: #000000;
  font-size:.9em;
  padding:10px 0px 5px 20px;
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px}

h4 {
  color: #000000;
  font-size:.8em;
  padding:0px 0px 0px 20px;
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px }
  
/* ////////////////////////////////////////////
				PARAGRAPH TAGS
//////////////////////////////////////////// */

p {
  font-size:.9em;
  line-height:1.5;
  color:#000000;
  padding:0px 0px 0px 20px;
  margin-left:0px;
  margin-top:10px;
  margin-right:40px;
  margin-bottom:0px }
  

p.small {
  font-size:.8em;
  line-height:1.5;
  color:#000000;
  margin-left:0px;
  margin-top:0px;
  margin-right:40px;
  margin-bottom:0px }

p.backtotop{
  font-size:.8em;
  line-height:1.5;
  color:#000000;
  margin-left:0px;
  margin-top:10px;
  margin-right:40px;
  margin-bottom:0px;
  text-align:right; }
  
/* ////////////////////////////////////////////
				UL, OL, LI TAGS
//////////////////////////////////////////// */
ul, ol {
  font-size:.9em;
  line-height:1.5;
  color:#000000;
  margin-left:20px;
  margin-top:0px;
  margin-right:40px;
  margin-bottom:0px; }
  
li {
  font-size:100%;
  line-height:1.5;
  color:#000000;
  margin-left:20px;
  margin-top:0px;
  margin-right:40px;
  margin-bottom:0px; }


/* ////////////////////////////////////////////
			STYLES / BOLD / ITALICS
//////////////////////////////////////////// */

.bold {
  font-weight:bold;
}

.purple {  font-size: 100%; font-style: normal; text-transform: uppercase; color: purple; font-weight: bold}
.blue {  font-size: 110%; text-transform: uppercase; color: blue; font-style: normal; font-weight: bold}
.orange {  font-size: 120%; font-style: normal; text-transform: uppercase; color: #FFA500;}
.red {  font-size: 130%; font-style: normal; text-transform: uppercase; color: red}
.green {  font-size: 140%; font-style: normal; text-transform: uppercase; color: green}
.greensteps {  font-size: 100%; font-style: normal; color: green; font-weight: bold}
