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;
	color: #878787;
}

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

h1 {
	text-align: center;
}

h2 {
	padding-bottom: 0px;
	padding-top: 180px;  /* padding-top and margin-top styles keep content from being blocked behind header if user jumps to heading */
	margin-top: -180px;
	font-size: 1em;
	font-weight: bold;
}

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

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

p {
	line-height: 120%;
}

strong {
}

a {
	color: #39C2F0;
	text-decoration: none;
}

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;
	text-align: center;
}

#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;
	/* position: fixed; */
}

#menu ul {
	float: center;
	margin: 0;
	padding: 10px 10px 0px 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	/* background-color: #333; */
}

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

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 10px 10px 10px;				/* captures size of boxes around each menu item */
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Times New Roman, Georgia, 'Montserrat', 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;

}

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

/** SIDEBAR */

#sidebar {
	float: right;
	width: 110px;
	margin-top: 110px;
}

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

/* News Scroll */
.frame {
	font: 20px Times New Roman;
	width: 800px;
	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;
}

