html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #1B0A2A;			/* deep purple; lighter versions: #240B3B; #380B61; #4B088A */
	/*font-family: Times New Roman, Georgia, Serif, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #878787;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	/*font-family: Times New Roman, 'Montserrat', sans-serif;*/
	/*font-weight: normal;*/
	color: #101010;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Prata', serif;
}


h1 {
	width: 450px;
	text-align: center;
}

h2 {
	padding-bottom: 30px;
	letter-spacing: -1px;
	font-size: 2em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

/*
ol {
  counter-reset: none;
}
ol > li {
  list-style: none;
  list-style-position: outside;
}
ol > li:before {
  content: "(" counter(list, decimal) ") ";
  counter-increment: list-items;
}
*/

strong {
}

a {
	text-decoration: none;
	/*color: #39C2F0;*/  
	color: #5439ef /* href color */
	font-weight: 900; /* 700 is equivalent to bold*/
}

a:hover {
	text-decoration: none;
	color: red;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 1100px;
	padding: 0px 50px;
	background: #FFFFFF;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	float: center;
	overflow: hidden;
	padding: 30px 0px;
	border-bottom: 1px solid #DEDEDE;
	background-color: #FFFFFF;
}

/** LOGO */

#logo {
	float: center;
	width: 450px;
	margin: 0 auto;
	padding: 0;
}

#logo h1, #logo p {
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 3em;
	float: center;

}

logo h1 a {
	color: #101010;
	text-transform: capitalize;
	font-size: 30px;
	margin: 0 auto;
}

#logo p {
	margin: 0 auto;
	padding: 0px 0 0 0px;
	color: #8E8E8E;
}

#logo p a {
	color: #D6D6D6;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #12212F;
	margin: 0 auto;
}

/** MENU */

#menu {
	float: center;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#menu ul {
	float: center;
	margin: 0 auto;
	padding: 10px 10px 0px 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	background-color: #4B088A;
}

#menu li {
	float: left;
	padding: 10px 10px 10px 0px 0px 0px 0px;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	/*font-family: Times New Roman, Georgia, 'Montserrat', sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #111;   /* grey=#585858*/
	border: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #f3f3f3;		/* black= #111 */
}

.active {
    background-color: #4CAF50;
}

#menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #2AA8D2;
	border-radius: 5px;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	border-top: 1px solid #DEDEDE;
}

/** CONTENT */

#content {
	float: left;
	width: 700px;
}

#content #cbox1 {
	margin-bottom: 40px;
	font-size: 16px;
	color: #424242;
	width: 690px;
	margin-top: 160px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar #box1 {
	margin-bottom: 50px;
}

/* News Scroll */
.frame {
	/*font: 20px Times New Roman;*/
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 700px;
	height: 200px;
	border:none;		/* could also be: border:1px solid black; */
	overflow:auto;
	padding: 5;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 50px 0px;
	border-top: 1px solid #DEDEDE;
}

#footer p {
	text-align: center;
	font-size: 12px;
}

#footer a {
}

/** BANNER */

#banner {
	overflow: hidden;
	padding-bottom: 40px;
}

/** TWO COLUMN */

#two-column {
	overflow: hidden;
	padding: 40px 0px;
	border-top: 1px solid #DEDEDE;
}

#two-column h2 {
	font-size: 1.5em;
}

#two-column #tbox1 {
	float: left;
	width: 350px;
}

#two-column #tbox2 {
	float: right;
	width: 350px;
}

/* Button style 1 */

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #000;
	text-decoration: none;
	color: #FFF;
}


/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

hr { 
    display: block;
    margin-before: 0.5em;
    margin-after: 0.5em;
    margin-start: auto;
    margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

/* Table */

table {
    width: 100%;
	border-collapse: collapse; /* collapses horizontal double borders into single borders */
}

th {
    height: 50px;
	text-align: left;
	vertical-align: bottom;
	background-color: #320760; 	/* background color of table header */
	color: white; 				/* text color of header */
}

th, td {
	padding: 10px;					/* horizontal padding from border */
	border-bottom: 1px solid #ddd;  /* horizontal dividers in table */
}

td {
	vertical-align: top;
}

table td { border-left: 1px solid #ffffff; }
table td:first-child { border-left: none; }

tr:hover {background-color: #f2f2f2;}

/* zebra striping of rows
tr:nth-child(even) {background-color: #f2f2f2;}
*/

/* collapsible table elements */

.collapsible {
  background-color: #320760;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.active, .collapsible:hover {
  background-color: #6C02DC;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}