/* CSS Document */

body	{
        font-family: Verdana, Arial, helvetica, sans-serif;
		background-color: #ffffff;
		margin: 0px;
		padding: 50px;
		text-align: center;
		font-size: 11px;
		}
		
		
p		{
		color: #000000;	
		line-height: 1.75em;
		}
		
		
h1	{	font-family: Times New Roman, Times, serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5em;
		color: #6f704c;
		margin-top:0;
		}
		
h2	{	font-family: Times New Roman, Times, serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
		color: #8a8b69;
		}
img		{
		border: 0px;
		padding: 0px;
		margin: 0px;
		}
		
a img		{
		border: none;
		}
		

		
a		{	
		line-height: 1.5em;
		}
		
.nav 	
		{
		font-family: Times New Roman, Times, serif;
		color: #000000;
		font-size: 13px;
		line-height: 1.75em;
		margin-left: 25px;
		padding: 0px;
		}
		
.subhead	
		{
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
		color: #000000;
		}
		
		
.textimage
		{margin-bottom: 20px;
		}
		
.imgpad { 
		margin: 0px 10px 10px 10px;
		}	
		

		
.imgleft {
		float: left;
		margin: 0px 10px 10px 0px;
		}								

.imgright {
		float: right;
		margin: 0px 0px 10px 10px;
		}
		
.clearboth {
		clear: both;
		}								

.clearright {
		clear: right;
		}
.login	{	
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 130%;
		color: #ffffff;
		}	
							
.headfoottext	{	
		font-family: Times New Roman, Times, serif;
		font-size: 11px;
		color: #ffffff;
		}	
			
#container
		{
		background-image: url(images/bg_container.gif);
		padding: 0px;
		width: 100%;
		text-align: left;
		}

		
#headstripe
		{
		font-family: Times New Roman, Times, serif;
		background-color: #8a8b69;
		height: 20px;
		padding-right: 20px;
		margin: 0px;
		text-align: right;
		line-height: 20px;
		font-size: 11px;
		color: #ffffff;}

#navblock
		{
		float: left;
		background-color:#f3f3dc;
		width: 200px;
		height: 100%
		}

#rightbox
		{margin-left: 200px;
		padding: 20px 0px 20px 20px;
		text-align: center;
		}

#maincontent
		{
		background-image: url(images/symbol_topright.gif);
		background-position: top right;
		background-repeat: no-repeat;
		text-align: left;
		border: 1px solid #000000;
		padding: 20px;
		margin-bottom: 10px;
		}
		
#innerleft
		{
		float: left;
		margin: 0px 15px 15px 0px;
		}

#innerright	
		{
		margin-top: 30px;
		}
#clearinner
		{clear: both;
		}		
																	

#footbox
		{clear: both;
		}
		
#footstripe
		{
		font-family: Times New Roman, Times, serif;
		background-color: #8a8b69;
		height: 20px;
		padding-left: 20px;
		margin: 0px;
		text-align: left;
		line-height: 20px;
		font-size: 11px;
		color: #ffffff;
		}
		
#credits
		{
		padding-top: 10px;
		text-align: center;
		}			
	
		
		
a:link {color: #333300; text-decoration: underline}
a:visited {color: #333300; text-decoration: underline}
a:hover {color: #898A68; text-decoration: underline}

a.nav:link {color: #000000; text-decoration: none;}
a.nav:visited {color: #000000; text-decoration: none;}
a.nav:hover {color: #999999; text-decoration: none;}

a.headfoottext:link {color: #ffffff; text-decoration: none;}
a.headfoottext:visited {color: #ffffff; text-decoration: none;}
a.headfoottext:hover {color: #ffffff; text-decoration: none;}

a.login:link {color: #ffffff; text-decoration: none}
a.login:visited {color: #ffffff; text-decoration: none}
a.login:hover {color: #898A68; text-decoration: none}

.hr
		{
		width:100%;
		border-top:1px solid #000;
		margin:20px 0;
		font-size:0;
		}