a {
	color:#3333ff;
	text-decoration:none;
        font-weight:700;
}
a:hover {
	text-decoration:underline;
	color:#3333aa;
	font-weight:700;
}


p {
	font-family: 'verdana', sans-serif; 
	text-align: left; 
	font-size: 12pt; 
	font-weight: 400;
}

p.mission-statement {
	font-family:	'verdana', sans-serif; 
	text-align:		left; 
	font-size:		14pt; 
	font-weight:	100;
	line-height:	140%;
}

body {
	font-family: 'verdana', sans-serif; 
	text-align: left; 
	font-size: 11pt; 
	font-weight: 100;
	line-height:110%;
}

h1 {
	color: #0000ee; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 16pt/22pt;  
	text-align: center
}
h2 {
	color: black; 
	font-family: "verdana", times, serif; 
	font-size: 14pt;
	margin:3px;
	padding:2px;
}
h2.center {
	color: black; 
	font-family: "verdana",sans-serif; 
	font-size: 14pt;
	text-align:center;
}
h3 {
	font-family:	verdana, sans-serif; 
	font-size:		16pt;
	text-align:		center;
	margin-top:		2px;
}
h4 {
	font-family:	arial, helvetica, sans-serif; 
	color:			#000000; 
	font-size:		14pt;  
	text-align:		center; 
	font-weight:	800;
	line-height:	125%;
	}
h5 {
	font:					12pt 'arial black' bold; 
	color:					#000000; 
	text-align:				left;
}
body {
	font-family: arial, helvetica, sans-serif; 
	color:					#000000; 
	font-size:				12pt;  
	text-align:				left;
	text-indent:			5px; 
	margin-left:			12px; 
	margin-right:			4px;
}
em {
	font:					12pt 'tahoma' bold; 
	color:					#0000c0; 
	text-align:				left; 
	font-weight:			700;
}
ul {
	line-height:			100%;
}
li {
	font-family:			'verdana',sans-serif; 
	color:					#2244dd; 
	text-decoration:		italic; 
	text-align:				left; 	
	font-size:				11pt; 
	font-weight:			700;
	line-height:			125%;
}
div.element_form {
	margin:					20px;
}

div.main {
	background-color:		#fefeff;
	border:					2px #222255 solid;
	border-radius:			10px;
	color:					#001122; 
	display:				inline-block;
	font-family:			serif; 
	font-size:				14pt; 
	font-weight:			100;
	line-height:			115%;
	margin-left:			25px;
	margin-top:				10px;
	padding:				5px;
	text-align:				left; 	
	vertical-align:			top;
	width:					920px;
}

div.menu {
	font-family:			'verdana',sans-serif; 
	color:					#2222cc; 
	text-align:				center; 	
	font-size:				12pt; 
	font-weight:			700;
	line-height:			125%;
	}

div.left-column {
	font-family:			'arial',sans-serif; 
	color:					#2222cc;
	border:					1px blue solid;
	text-align:				left; 	
	font-size:				14pt; 
	font-weight:			700;
	line-height:			125%;
	margin-left:			25px;
	display:				inline-block;
}

div.center-column {
	background-color:		#fefeff;
	border:					3px #222255 solid;
	border-radius:			10px;
	color:					#001122; 
	display:				inline-block;
	font-family:			serif; 
	font-size:				14pt; 
	font-weight:			100;
	line-height:			115%;
	margin-left:			25px;
	margin-top:				10px;
	padding:				5px;
	text-align:				left; 	
	vertical-align:			top;
	width:					800px;
}

p.stan {
	line-height:			150%;
	font-size:				16pt;
	font-family:			'arial',sans-serif
}
p.byline {
	font-family:			'palatino linotype';
}
br.double{
	line-height:			150%;
}

/* Dropdown Button */
.dropbtn {
  background-color: #2980B9;
  color:			white;
  padding:			14px;
  font-size:		16px;
  font-weight:		400;
  border:			none;
  cursor:			pointer;
  margin:			auto;
  border-radius:	12px;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position:		relative;
  width:		700px;
  margin:		auto;
  /*display: inline-block;*/
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display:			none;
  position:			absolute;
  padding:			10px;
  background-color: #fefeff;
  min-width:		160px;
  box-shadow:		0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:			1;
  font-family:		'arial' sans-serif;
  font-size:		16pt;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}