.heading      {
	padding: 3px;
	display: inline;
	min-width: 100%;
	vertical-align: middle;
} 


h1 {
	font-family: Arial, Helvetica, Sans;
	font-size: 24px;
	color: #990099;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, Sans;
	font-size: 20px;
	color: #D699D6;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, Sans;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, Sans;
	font-size: 14px;
	line-height: 100%;
	color: #990099;
}


#nav {
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 200%;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	text-indent: 10px;
	color: #f8f8f8;
	background-color: #990099;
	clear: both;
}

@media only screen and (max-width : 320px) {
	#nav {
		width: 150px;
		text-indent: 0px;
	}
}

#nav a:link {
	padding:0.2em 0.6em;
	color:#f8f8f8;
	text-decoration:none;
}

#nav a:hover {
	padding:0.2em 0.6em;
	color:#f8f8f8;
	background-color:#D699D6;
	text-decoration:none;
}

#nav a:visited:hover {
	padding:0.2em 0.6em;
	color:#f8f8f8;
	background-color:#D699D6;
	text-decoration:none;
}

#nav a:visited	{
	padding:0.2em 0.6em;
	color:#f8f8f8;
	text-decoration:none;
	background-color: #990099;
}

a	{
	color:#990099;
	text-decoration:none;
}

a.hover	{
	color:#D699D6;
	text-decoration:underline;
}

img	{
	padding: 5px;
	border: 0px;
	border-style: none;
	text-decoration: none;
}

img_left	{
	float: left;
	border: 0px;
	border-style: none;
	text-decoration: none;
}

#middle	{
	text-align: center;
	margin-top: 10px;	
}

#center_img	{
	display: inline-block;
	padding: 10px;
}

#center_img img	{
	float: left;
	border: 0px;
	border-style: none;
	text-decoration: none;
}

#center_right	{
	display: inline-block;
	padding: 10px;
}

#center_right img	{
	float: left;
	border: 0px;
	border-style: none;
	text-decoration: none;
}

#footer {
	height: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	vertical-align: middle;
	color: #8A8A8A;
	background-color: #D6D6D6;
	min-width: 100%;
	text-align: center;
	text-indent: 0px;
	clear: left;
	
}

#footertext	{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	vertical-align: middle;
	color: #8A8A8A;
	background-color: #D6D6D6;
	text-align: center;
	text-indent: 0px;
	padding-bottom: 10px;
}

#left_text	{
	font-family: "Times New Roman", Times, serif;
	float: left;
	max-width: 300px;
	padding: 10px;
}

#left_text_narrow	{
	font-family: "Times New Roman", Times, serif;
	float: left;
	max-width: 150px;
	min-width: 90px;
	padding: 10px;
}

#left_text_wide	{
	font-family: "Times New Roman", Times, serif;
	float: left;
	max-width: 500px;
	padding: 10px;
}

#right_text	{
	font-family: "Times New Roman", Times, serif;
	float: right;
	max-width: 300px;
	padding: 10px;
}

#right_text_wide	{
	font-family: "Times New Roman", Times, serif;
	float: right;
	max-width: 500px;
	padding: 10px;
}
#error	{
	color:#ff0000
}

#right_img	{
	float: right;
	padding: 5px;
	border: 0px;
	border-style: none;
	text-decoration: none;
}

.error	{
	color:#ff0000
}


