@charset "utf-8";

body,html {
	margin: 0;
	padding: 0;
	text-align: center;}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/**********This is the container that holds the entire page**********/

#container {
	background-color: #FFFFFF;
	width: 650px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	text-align: left; }
	
/**********Header Graphic**********/

#tapheader {
	background-repeat: no-repeat;
	margin: auto;
	background-color: transparent;
}
	
/**********Main horizontal navigation**********/

#navcontainer { width: 650px; 
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	font-size: 0.8em;
	text-align: center;
	font-weight: 600;
	line-height: 1.5em;
}

#navlist li {
    display: inline;
    list-style-type: none; }

#navlist a { padding: 5px 10px 0px 10px; }

#navlist a:link {
	color: #893DAA;
	text-decoration: none; }
	
#navlist a:visited { 
    color: #21C6D9; 
	text-decoration: none; }

#navlist a:hover {
	color: #21C6D9;
	text-decoration: none; }

/**********Main Content and Links**********/

#MainContent {
	padding: 5px;
	font-size: 0.95em;
	border: solid #999 thin;
	margin: 25px 100px 25px 100px;
}

ul#content {
	margin: 0px;
	padding: 5px;
	list-style-type: none; }
	
#content li { margin-bottom: 10px; }

#content a {
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none; }

#content a:link { color: #893DAA; }

#content a:visited { color: #999999; }

#content a:hover { color: #21C6D9; }

/**********Footer**********/

#footer {
	clear: both;
	height: auto;
}

ul#footerlist  li  {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	font-size: 0.7em; }
	
/**********Styles**********/

p {
	color: #333333;
	line-height: 1.5em;
	font-size: .9em;}
	
.center { text-align: center; }
.leftmargin { margin-left: 100px; }

.clearfloat {
	height:0;
	font-size: 1px;
	line-height: 0px; }

h1, h2, h3 {
	font-weight: bold;
	text-align: center;
	color: #893DAA;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.25em; }

h3 {
	font-size: 1em;
	font-weight: bold;}

h4 {
	font-size: 0.85em;
	color: #893DAA;
}
	
.blueBkgrnd { background-color: #D9F4F9; }
.whiteBkgrnd { background-color: #FFFFFF; }
.grayBkgrnd { background-color: #ccc; }
