

	/* CSS Document */

body {
		background-image: url(../images/background1.jpg);
		font-family: verdana; 
		font-size:			small;
		margin:				10px;
		line-height:         1.2em;
		}
		
#header, #nav {
		max-width:		960px;
		}


#header		{
		position:  absolute;
		top: 33px;
		right:  5px;
		left:  20px;
		width:  960px;
}

#topbut	{
		position:	absolute;
		top:		-32px;
		left:  0px;
		height:  30px;
		width:  955px;
	
}

#topbutphrase	{
		position:	absolute;
		top:		-29px;
		left:  0px;
		height:  30px;
		width:  955px;
	
}

.topbut	{
		margin:  5px;
		padding:  2px;
		font-size: 14px;
		color: #FFF;
		text-align:  left;
}

#navbar	{
		position:	absolute;
		top:		164px;
		left:  20px;
		width:  960px;
		height: 20px;
		font-family: verdana; 
		font-size: 12pt;
		text-align:center;

}

#nav	{
		position:	absolute;
		top:		164px;
		left:  20px;
		width:  960px;
		height: 20px;
		font-family: verdana; 
		font-size: 12pt;
		text-align:center;

}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #242C84;

}

#nav a:hover{
	
	color: #242C84;

}

#foundation		{
				position:  absolute;
				top: 130px;
				left:  90px;
				width:	900px;
		}
		
#foundationpic		{
				position:  absolute;
				top: 215px;
				left:  330px;
				width:	302px;
		}
		
#foundationpic2		{
				position:  absolute;
				top: 215px;
				left:  520px;
				width:	302px;
		}
		
#foundationpic3		{
				position:  absolute;
				top: 405px;
				left:  330px;
				width:	302px;
		}

#foundationpic4		{
				position:  absolute;
				top: 405px;
				left:  520px;
				width:	302px;
		}


#footer		{
		position:  absolute;
		top: 620px;
		left: 20px;
		width:  960px;
		text-align:   center;
}

h1		{
		color:  #800000;
		font-size: 350%;
		font-family:  tahoma;
		text-align:center;
		margin:  15px;
		padding:  0px;
}

h2		{
		color: #000000;
		font-size: 135%;
		text-align:	center;
		margin:  2px;
		padding:  2px;
		line-height:	1.5em;
}

h3		{
		text-decoration:  none;
		color:  #800000;
		font-size: 135%;
		text-align:	left;
		margin:  2px;
		padding:  2px;
}

h4		{
		color: #333333;
		font-size: 115%;
		text-align:	left;
		margin:  2px;
		padding:  2px;
}

ol		{
		font-size:14px;
}

ul		{
		font-size:14px;
		text-align:justify;
}

p		{
		color:  #FFF;
		font-size:14px;
		line-height:  1.4em;
		margin:	2px;
		padding:    2px;
		text-align:	justify;
}	


table		{
		text-align:center;
		margin-left:  10px;
		width:  960px;
	}
	

td			{
		padding:  0px 10px 0px 10px;
		font-size:12px;
}

.footer		{
		color: #333333;
		font-size: 9px;
		text-align: justify;
}

a:link	{
			color: #000;
			text-decoration: none;
			
		}
		
a:visited	{
		color: #000;
		text-decoration:  none;
		}
		
a:hover		{
		color: #BE343F;
		text-decoration:  none;
		}


