@charset "utf-8";
/* CSS Document */

HTML	{
		height: 100%;
	}
BODY 	{
		text-align:center;
		height: 100%;
		margin-left: 0px;
		margin-top: 5px;
		background-color: #CCC;
		background-image: url(images/gradient.png);
		background-repeat: repeat-x;
		background-attachment: fixed;
		font-family: Verdana, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #6C0000;
	}
IMG		{
		border: none;
		}
A	{
	color: #085974;
	text-decoration: none;
	font-weight: bold;
	}
A:hover	{
	color: #09C;
	}
V   {
	color: #006;
	}
DIV#header 	{
		width: 810px;
		height: 15px;
		font-size: 14px;
	}	
DIV#header2 {
		background-image: url('images/PUCLA_02.png');
		width: 810px;
		height: 138px;
		font-size: 12px;
	}
DIV#footer 	{
		background-image: url('images/PUCLA_05.png'); 
		width: 810px;
		height: 60px;
		color: white;
		font-size: 11px;
		text-align: left;
	}
DIV#footer, DIV#header, DIV#header2, DIV#eagle, DIV#ad	{
		margin: 0 auto;
	}
DIV#ad	{
		text-align:right;
		width:629px;
		font-size:10px;
		color: gray;
		padding: 3px;
		}
#eagle TD	{
		background-image: url('images/PUCLA_04.png');
		background-repeat: repeat; 
		text-align: center;	
	}
#buttons TD  {
		height: 35px;
		width: 170;
		font-size: 12px;
		text-align: right; padding: 3px;
		background-image: url('images/button3.png');
		background-position: right center;
		background-repeat: no-repeat;
	}
#buttons A  {
		color: #085974;
		font-weight: bold;
	}
#buttons A:hover	{
	color: #09C;
	}
