@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; }

#tapheader {
	height: 200px;
	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; }

/**********Left sidebar and links**********/
/*
#LSB1container {
	width: 115px;
	float: left;
	text-align: left;
	height: auto;
}

ul#LSB1list {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	margin-top: 15px;
}
	
#LSB1list li {
	width: 150px;
	margin-top: 5px;
	margin-bottom: 10px;}

#LSB1list a {
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none; }

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

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

#LSB1list a:hover { color: #21C6D9; }*/

#MainContent {
	padding: 5px;
	margin: 0px 100px 0px 100px;
}

table {
	font-size: 0.75em;
	border-collapse: collapse;
	background-color: #EBD9F4;
	border: solid #ccc 1px;
	line-height: 150%; }

thead {
	font-weight: bold;
	color: #5F2A78;
	line-height: 200%;
	text-align: center;
}

tr  { text-align: center; }

td {
	padding: 8px;
	border-bottom: solid #ccc thin;
	border-left: solid #ccc thin;
	border-top: solid #ccc thin;
	width: auto;
	text-align: center;
}

tbody { } 

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

#footer {
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	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;}
.caption {
	font-size: small;
	font-style: italic;
	color: #893DAA;
}

	
.center { text-align: center; }
.white {
	background-color: #FFF;
}
.noborder {
	background-color: #FFF;
}

.imagefloatright {

}
.imagefloatleft {
	float: left;
}

.leftmargin { margin-left: 100px; }

.clearfloat {
	height:0;
	font-size: 1px;
	line-height: 0px; }
	
.blueBkgrnd { background-color: #D9F4F9; }



h1, h2, h3 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.95em;
	color: ##5F2A78;
}

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

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

h4 {
	font-size: 0.85em;
	color: #990000;}
