/* CSS Document */

body	{
		font-family: Verdana, Arial, helvetica, sans-serif;
		background-color: #4a1D59;
		background-image: url(images/background.jpg);
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px 30px 50px 30px;
		text-align: center;
		font-size: 11px;
		line-height: 1.75em;
		color: #000000;
		}
		
		
p		{	
		}
		
		
h1	{	
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		color: #4a1D59;
		}
		
h2	{	
		font-size: 14px;
		font-weight: bold;
		color: #4a1D59;
		}
h3	{	
		font-size: 12px;
		font-weight: bold;
		color: #4a1D59;
		}	

img		{
		border: 0px;
		padding: 0px;
		margin: 0px;
		}
				
		
ul 		{list-style-type: circle;
		}
li		
		{	
		line-height: 1.75em;
		}	
		
a		{	
		font-family: Verdana, Arial, helvetica, sans-serif;
		line-height: 1.5em;
		}
		
.purple
		{
		color: #4a1D59;
		font-size: 12px;
		font-weight: bold;
		}
		
.teal
		{
		color: #007c86;
		font-size: 12px;
		font-weight: bold;
		}				
		
.floatleft
		{
		float:left;
		margin: 0px 20px 10px 0px;
		}
		
.floatright
		{
		float:right;
		margin: 0px 0px 10px 20px;
		}					

.clearboth
		{
		clear:both;
		}		
				
		
		
.mainright
		{
		float: right;
		margin: 0px 0px 0px 25px;		
		}	
	
.two_column
		{
		width:50%;
		}		

#bannerbar1
		{
		background-color: #86cacc;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height:120px;
		text-align:center;
		background-image:url(images/banner1.jpg);
		background-repeat:no-repeat;
		background-position:center;
		}	

#bannerbar2
		{
		background-color: #86cacc;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height:120px;
		text-align:center;
		background-image:url(images/banner2.jpg);
		background-repeat:no-repeat;
		background-position:center;
		}
		
#bannerbar3
		{
		background-color: #86cacc;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height:120px;
		text-align:center;
		background-image:url(images/banner3.jpg);
		background-repeat:no-repeat;
		background-position:center;
		}				
		

#container
		{
		background-color: #ffffff;
		padding: 0px;
		width: 100%;
		text-align: left;
		}

#header
		{
		background-image: url(images/header_bg.gif);
		background-color: #00a3b0;
		padding: 43px 55px 0px 0px;
		margin: 0px;
		height: 70px;
		text-align: right;
		color: #ffffff;
		}
		
#headstripe
		{
		background-color: #007c86;
		height: 35px;
		padding: 0px;
		margin: 0px;
		width: 100%;
		}	
		
#contentcontain
		{
		background-color: #00a3b0;
		padding: 0px 35px;
		}		

#statbar
		{
		background-color: #86cacc;
		height: 275px;
		margin: 0px;
		padding: 0px;
		width: 100%;
		}
		
#stattext
		{
		font-family: times new roman, times, serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		color: #ffffff;
		text-align: left;
		padding:25px 0 0 25px;
		}
		
#main
		{
		background-color: #FFFFFF;
		padding: 30px;
		text-align: left;
		}	
		
#footstripe
		{
		background-color: #007c86;
		background-image:url(images/accessibility.jpg);
		background-repeat:no-repeat;
		height: 45px;
		padding: 0px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		line-height: 45px;
		color: #ffffff;
		}										
		
#copystripe
		{
		height: 35px;
		padding: 0px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		line-height: 35px;
		color: #9999cc;
		}
	
		
		
a:link {color: #007c86; text-decoration: underline;}
a:visited {color: #007c86; text-decoration: underline;}
a:hover {color: #007c86; text-decoration: underline;}

a.login:link {color: #4a1D59; text-decoration: none;}
a.login:visited {color: #4a1D59; text-decoration: none;}
a.login:hover {color: #9999cc; text-decoration: none;}

#header a:link {color: #ffffff; text-decoration: none;}
#header a:visited {color: #ffffff; text-decoration: none;}
#header a:hover {color: #01585f; text-decoration: none;}

#copystripe a:link {color: #9999cc; text-decoration: underline;}
#copystripe a:visited {color: #9999cc; text-decoration: underline;}
#copystripe a:hover {color: #9999cc; text-decoration: underline;}

#copystripe .login a:link {color: #4a1D59; text-decoration: none;}
#copystripe .login a:visited {color: #4a1D59; text-decoration: none;}
#copystripe .login a:hover {color: #9999cc; text-decoration: none;}
		
