/* CSS Document */

body	{
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		color: #666666;
		margin: 0;
		padding: 0;
		width: 100%;
		}

p		{	
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		line-height: 160%;
		color: #666666;
		}
		
		
h1	{	
		font-family: Arial, helvetica, verdana, sans-serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 130%;
		color: #43595E;
		}
		
h2	{	
		font-family: Arial, helvetica, verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 130%;
		color: #43595E;
		}

h3	{	
		font-family: Arial, helvetica, verdana, sans-serif;
		font-size: 14px;
		line-height: 130%;
		font-weight: bold;
		color: #43595E;
		}		
h4	{	
		font-family: Arial, helvetica, verdana, sans-serif;
		font-size: 12px;
		line-height: 130%;
		font-weight: bold;
		color: #43595E;
		}

h5	{	
		font-family: Arial, helvetica, verdana, sans-serif;
		font-size: 9px;
		line-height: 130%;
		font-weight: bold;
		color: #43595E;
		}

h6	{	
		font-family: Arial, helvetica, verdana, sans-serif;
		font-size: 7px;
		line-height: 130%;
		font-weight: bold;
		color: #43595E;
		}

img		{
		border-color: #666666;
		}
		
ul		
		{	
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		line-height: 160%;
		color: #666666;
		list-style-type: square;
		}	
		
ol		
		{	
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		line-height: 160%;
		color: #666666;
		list-style-type: number;
		}

a		{	
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		}
		
td		{
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #666666;
		font-size: 12px;
		}
		
table	{
		border-color: #666666;
		}

.content
		{
		cell-spacing: 0px;
		width: 90%;
		border: 0;
		}
		
.content_one
		{
		padding:50px;
		}
		
.content_two
		{
		
		}
		
.cell
		{
		padding: 20px;
		}		

.nav
		{
		color: #666666;
		}
		
.heading

		{
		font-size: 14px;
		font-weight: bold;
		line-height: 130%;
		color: #43595E;
		}	
		
.imgpad { 
		margin: 0px 20px 5px 0px;
		}			
		
.left
		{
		background-color: #E6E6E6;
		padding: 15px;
		}
		
.purple
		{
		color: #43595E;
		}	
		
#header
		{
		background-color: #E6E6E6;
		width: 100%;
		height: 86px;
		}
		
	
		
#stripe
		{
		background-color: #43595E;
		width: 100%;
		height: 26px;
		}													
		
#purple
		{
		background-color: #43595E;
		width: 100%;
		height: 26px;
		}										

#footer
		{
		width: 100%;
		height: 30px;
		text-align: center;
		}
		
		
			
		
a:link {color: #43595E; text-decoration: underline;}
a:visited {color: #43595E; text-decoration: underline;}
a:hover {color: #43595E; text-decoration: underline;}

a.nav:link {color: #666666; text-decoration: none;}
a.nav:visited {color: #666666; text-decoration: none;}
a.nav:hover {color: #333333; text-decoration: none;}

a.heading:link {color: #43595E; text-decoration: none;}
a.heading:visited {color: #43595E; text-decoration: none;}
a.heading:hover {color: #43595E; text-decoration: none;}

