﻿html {
	background-color: #43c2cc; /* whitesmoke; */
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
}

body {
	line-height: 1.5rem;
}

img {
	display: block;
	max-width: 100%;
}

h1 {
	font-size: 1.8rem;
	margin: 0 0 1.5rem 0;
	line-height: 2.5rem;
}

h2 {
	font-size: 1.5rem;
	margin: 0 0 1.5rem 0;
}

h3 {
	font-size: 1.25rem;
	margin: 0 0 1.0rem 0;
}


p {
	margin: 0 0 1.5rem 0;
}

* {
	box-sizing: border-box;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
	display: block; 
} 

#container {
    width: 995px;
    margin: 0 auto;
    background-color: beige; /*whitesmoke; */
    border-style: solid;
    border-width: 2px;
	border-color: #ec1f27;
}

#header {
	width: 995px;
	height: 145px;
	margin: 0;
	padding: 5px; 
}

#nav {
    background-color: #ec1f27;
    color: white;
	margin: 0 0 10px 0;
}
#nav a {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color: black;
}
#nav a:visited {
	color: white;
}
#nav table{
    width: 100%;
}
#nav table td {
    text-align: center; 
    /*vertical-align: central;*/
}
#nav img{
    margin: 0 0 0 25px;
	padding: 6px 0 6px 0;
}

.btnTxtNav {
	background: #ec1f27;
	overflow: hidden;
	display: block;
	text-align: center;
	color: white;	
}
.btnTxtNav:hover {
    background-color: #fad00c;
}

#welcome {
    height: 615px; /**455**/
    padding: 10px;
    background-color: beige;
    border-bottom: 2px solid purple;
}
#profile {
    margin: -10px 10px 0 -10px;
    height: 635px; /**475**/
    float: left;
    text-align: center;
}

#main {
    padding: 10px;
    background-color: beige;
}

.btnTxt {
	background: #ec1f27;
	border: 2px solid #ec1f27;
	border-radius: 25px;
	margin: 2px;
	padding: 2px 5px 5px 5px;
	overflow: hidden;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
}
.btnTxt:hover {
	background-color: #fad00c;
	color: black;
}

li {
	padding: 0 0 5px 0;
}

#subnav table {
    width: 100%;
}
#subnav a {
	color: white;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: none;
	color: black;
}
#subnav a:visited {
	color: white;
}

#pborder {
    border-bottom: 2px solid #ec1f27;
}

.btnTxtW {
	background: #ec1f27;
	border: 2px solid #ec1f27;
	border-radius: 25px;
	margin: 2px;
	padding: 2px 10px 5px 10px;
	overflow: hidden;
	text-align: center;
	color: white;
    text-decoration: none;
}
.btnTxtW:hover {
	background-color: #fad00c;
    text-decoration: none;
	color: black;
}


/*
html {
}
body {
	margin: 0;
	padding: 0;
	background-color: whitesmoke;
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.35em;
	text-align: left;
}
h1, h2 {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
    color: purple;
}
h2 {
	text-align: left;
}
p {
    text-align: justify;
}




*/
#services {
    background-color: beige;
	padding: 0 15px 0 15px;
	height: 300px;
}
#services h2 {
	text-align: center;
}
#services table td {
	vertical-align: top;
}
#services table td img {
	padding: 0 10px 0 0;
}
#services a {
	color: white;
	text-decoration: none;
}
#services a:hover {
	text-decoration: underline;
}
#services a:visited {
	color: white;
}
p.c {
    text-align: center;
}
#footer {
	background-color: purple;
	color: white;
	padding: 20px;
	line-height: 1.7em;
}
#footer table {
	width: 100%;
}
td.c {
	text-align: center;
}
td.t {
    padding: 3px 10px 3px 3px;
    vertical-align: top;
}
td.d {
    width: 200px;
    vertical-align: top;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.colicon {
	width: 100px;
	vertical-align: center;
}
.coltext {
	width: 350px;
	text-align: center;
}
.colflag {
	width: 200px;
	vertical-align: center;
}
.phu {
	font-weight: bold;
	text-decoration: underline;
}
.pcitclin {
	padding-left: 25px;
}
.org {
	font-weight: bold;
}
img.roster {
	float: left;
	width: 60px;
	height: auto;
	padding-right: 15px;
}