/* 1 column layout */

/* document body*/

body	{margin: 0; 
	padding: 0;
	background-color:#FFFDDA; }

#top	{margin: 0px;
	padding: 0px;
	height: 250px;
	background-color:#9781B7;}

/* Main Section - with text to read */

#main	{margin-top: 0;
	margin-left: 20px;
	
	padding: 25px;
	font-family: "Times New Roman", serif;
	color: black;
	font-size: 13pt;}

h1,h2,h3	{font-family: "Times New Roman", serif;
	color: black; }

h1	{font-size: 30pt;}

h2	{font-size: 25pt;}

h3	{font-size: 20pt;}

h4	{font-family: "Times New Roman", serif;
	font-size: 17pt;}

h5	{font-family: "Times New Roman", serif;
	font-size: 17pt; 
	color: maroon;}

hr	{color: black; }

.center	{text-align: center; }

.right	{text-align: right; }

p	{text-align: left; }

p.justify	{text-align: justify; }

p.right		{text-align: right; }

.signature { text-align: center;
		color:black; 
	      font-size:15pt; 
	      margin-left:0; 
	      font-family:"monotype corsiva","brush script",cursive; } 

.bigger		{font-size: 17pt; }

.bigcenter	{font-size: 17pt;
		text-align: center;}

a:link.main		{text-decoration: underline; 
		color: blue; }
a:visited.main	{text-decoration: underline;
		color: maroon; }
a:hover.main	{text-decoration: underline; 
		color: red; }
a:active.main	{text-decoration: underline;
		color: red; }

/* Images */

img		{float:none; }

img.right	{float:right; }

img.left	{float:left; }

/* Footer Section - with links */

#footer	{ font-family: "Times New Roman", serif;
	  font-size: 12pt;}

a:link.footer		{text-decoration: underline; 
		color: blue; }
a:visited.footer	{text-decoration: underline;
		color: maroon; }
a:hover.footer	{text-decoration: underline; 
		color: red; }
a:active.footer	{text-decoration: underline;
		color: red; }
