/* CSS Document */


		
		
body	{
		background-color: #ffffff;
		background-image: url("images/background.jpg");
		margin: 0px;
		padding: 20px;
		text-align: center;
		font-size: 11px;
		font-family: Verdana, Arial, helvetica, sans-serif;
		}
		
		
p		{	
		line-height: 1.75em;
		color: #333333;
		}
		
		
h1	{	
		font-family: georgia, times new roman, times, serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		color: #D39788;
		}
		
h2	{	
		font-family: georgia, times new roman, times, serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		color: #000000;
		}

h3	{	
		font-family: georgia, times new roman, times, serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
		color: #a5a5a5;
		}		


img		{
		border: 0px;
		padding: 0px;
		margin: 0px;
		}
				
		
li		
		{	
		line-height: 1.5em;
		color: #000000;
		list-style-type: circle;
		}	
		
a		{	
		line-height: 1.5em;
		}
		

.nav 	
		{
		color: #000000;
		font-size:11px;
		margin: 0px;
		padding: 0px;
		}
		
.login 	
		{
		color: #dedeb1;
		margin: 0px;
		padding: 0px;
		}		
		
.thumb 	
		{
		margin: 0px 5px 0px 5px;
		}
		
.galthumb 	
		{
		margin: 0px 0px 10px 0px;
		}
		
.imgleft 	
		{
		float: left;
		margin: 0px 20px 20px 0px;
		}
		
.imgright	
		{
		float: right;
		margin: 0px 0px 20px 20px;
		}						
		
.edu_thumb	
		{
		float: left;
		margin: 0px 25px 2px 0px;
		}						
		
		
.clearboth
		{
		clear: both;		
		}
		
.title
		{	
		font-family: georgia, times new roman, times, serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		color: #D39788;
		margin: 0px;
		display:inline;
		}
		
.listtitle
		{	
		font-family: georgia, times new roman, times, serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5em;
		color: #000000;
		margin: 0px;
		display:inline;
		}		

.subtitle
		{	
		font-size: 11px;
		font-weight: bold;
		line-height: 1.75em;
		color: #333333;
		display:inline;
		}		
		
.foottext
        {
		color: #697C79;
		font-size: 10px;	
		}						
		
#container
		{
		padding: 0px;
		margin: 0px auto 0px auto;
		width: 720px;
		text-align: left;
		background-color: #FFFFFF;
		}

#header
		{
		height: 107px;
		background-image: url("images/header.gif"); 
		background-position: top-left; 
		background-repeat: no-repeat;
		padding: 10px 0px 0px 0px;	
		width: 720px;	
		text-align: right;
		}
		
#content {
	width: 680px;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	}
		

#footer
		{
		background-color: #dedeb1;
		width: 720px;
		padding: 10px 0px 2px 0px;
		margin: 0px;
		border: 0px;
		text-align: center;
		clear: both;
		}
		
#footerlinks
		{
		width:720px;
		padding:10px 0;
		margin: 0px auto 0px auto;
		width: 720px;
		text-align: center;
		font-size:9px;
		}

#footerlinks a:link {color: #000000; text-decoration: none;}
#footerlinks a:visited {color: #000000; text-decoration: none;}
#footerlinks a:hover {color: #000000; text-decoration: underline;}		

#copyright
		{
		background-color: #dedeb1;
		width: 710px;
		padding: 0px 0px 2px 10px;
		margin: 0px;
		border: 0px;
		text-align: left;
		}		
		
		
a:link {color: #159699; text-decoration: underline;}
a:visited {color: #159699; text-decoration: underline;}
a:hover {color: #159699; text-decoration: underline;}

a.nav:link {color: #000000; text-decoration: none;}
a.nav:visited {color: #000000; text-decoration: none;}
a.nav:hover {color: #8c8c4c; text-decoration: none;}

a.login:link {color: #dedeb1; text-decoration: none;}
a.login:visited {color: #dedeb1; text-decoration: none;}
a.login:hover {color: #ffffff; text-decoration: none; font-weight: bold;}

a.foottext:link {color: #697C79; text-decoration: underline;}
a.foottext:visited {color: #697C79; text-decoration: underline;}
a.foottext:hover {color: #697C79; text-decoration: underline;}



